Merge pull request #75 from def-/master

Add nim-nanomsg
This commit is contained in:
Dominik Picheta 2014-07-31 20:03:39 +01:00
commit a299434c12

View File

@ -822,5 +822,14 @@
"description": "Self-contained markdown compiler generating self-contained HTML documents", "description": "Self-contained markdown compiler generating self-contained HTML documents",
"license": "MIT", "license": "MIT",
"web": "https://h3rald.com/hastyscribe" "web": "https://h3rald.com/hastyscribe"
},
{
"name": "nim-nanomsg",
"url": "git://github.com/def-/nim-nanomsg",
"method": "git",
"tags": ["library", "wrapper", "networking"],
"description": "Wrapper for the nanomsg socket library that provides several common communication patterns",
"license": "MIT",
"web": "https://github.com/def-/nim-nanomsg"
} }
] ]