Added previously broken libs
This commit is contained in:
parent
5d89427fbd
commit
601dc10d22
|
@ -40,6 +40,11 @@
|
|||
"label": "Chronos",
|
||||
"location": "https://github.com/status-im/nim-chronos",
|
||||
"update": true,
|
||||
"apiref": {
|
||||
"lang": "nim",
|
||||
"mainfile": "chronos.nim",
|
||||
"subfolder": "htmldocs"
|
||||
},
|
||||
"tags": ["async", "stable"],
|
||||
"description": "Chronos is an efficient library for asynchronous programming and an alternative to Nim's asyncdispatch.",
|
||||
"frontMatter": {
|
||||
|
@ -50,6 +55,11 @@
|
|||
"name": "nim-libp2p",
|
||||
"label": "Nim-libp2p",
|
||||
"location": "https://github.com/status-im/nim-libp2p",
|
||||
"apiref": {
|
||||
"lang": "nim",
|
||||
"mainfile": "libp2p.nim",
|
||||
"subfolder": "htmldocs"
|
||||
},
|
||||
"update": true,
|
||||
"tags": ["libp2p", "networking", "development"],
|
||||
"description": "A Nim wrapper for the Go Libp2p daemon.",
|
||||
|
|
Loading…
Reference in New Issue