aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2014-07-31 20:03:39 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2014-07-31 20:03:39 +0100
commita299434c12a614c19e79f824e84b7ae5a860214a (patch)
treeed2e1bb5e11a94308982672b23aeb5011b278e92
parentf25118383dc7bd9a1203a7ce62d367b48ad20ec9 (diff)
parent5b66a9c9ba1ad65e1c52279489d9c839d8d92b20 (diff)
downloadpackages-a299434c12a614c19e79f824e84b7ae5a860214a.tar.gz
packages-a299434c12a614c19e79f824e84b7ae5a860214a.zip
Merge pull request #75 from def-/master
Add nim-nanomsg
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 27ed5c2..c3b9bad 100644
--- a/packages.json
+++ b/packages.json
@@ -822,5 +822,14 @@
"description": "Self-contained markdown compiler generating self-contained HTML documents",
"license": "MIT",
"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"
}
]