Added previously broken libs

This commit is contained in:
Bruno Skvorc 2019-08-16 17:22:41 +02:00
parent 5d89427fbd
commit 601dc10d22
1 changed files with 10 additions and 0 deletions

View File

@ -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.",