Browse Source

Added js-ipfs-repo, specs section

Richard Littauer 10 years ago
parent
commit
dd25ea129a
1 changed files with 9 additions and 3 deletions
  1. 9 3
      project-directory.md

+ 9 - 3
project-directory.md

@@ -14,6 +14,7 @@ Note: The repository descriptions (ought to) originate from the GitHub repositor
     - [Active](#active)
     - [In Development](#in-development)
     - [APIs](#apis)
+    - [Specs](#specs)
 - [Applications](#applications)
 - [Demos and Examples](#demos-and-examples)
 - [Community Resources](#community-resources)
@@ -66,9 +67,6 @@ Note: The repository descriptions (ought to) originate from the GitHub repositor
 
 ### In Development
 
-* [go-ipld](https://github.com/ipfs/go-ipld)  
-    This is the Go implementation of the IPLD spec.
-
 * [js-ipfs](https://github.com/ipfs/js-ipfs)  
     An IPFS implementation in Node.js.
 
@@ -95,6 +93,14 @@ Note: The repository descriptions (ought to) originate from the GitHub repositor
 * [swift-ipfs-api](https://github.com/ipfs/swift-ipfs-api)  
     A Swift client library for the IPFS API.
 
+### Specs
+
+* [go-ipld](https://github.com/ipfs/go-ipld)  
+    This is the Go implementation of the IPLD spec.
+
+* [js-ipfs-repo](https://github.com/ipfs/js-ipfs-repo)  
+    Implementation of the IPFS repo spec (https://github.com/ipfs/specs/tree/master/repo) in JavaScript
+
 ## Applications
 
 * [astralboot](https://github.com/ipfs/astralboot)