diff options
| author | def <dennis@felsin9.de> | 2014-07-31 20:59:41 +0200 |
|---|---|---|
| committer | def <dennis@felsin9.de> | 2014-07-31 20:59:41 +0200 |
| commit | 5b66a9c9ba1ad65e1c52279489d9c839d8d92b20 (patch) | |
| tree | ed2e1bb5e11a94308982672b23aeb5011b278e92 | |
| parent | f25118383dc7bd9a1203a7ce62d367b48ad20ec9 (diff) | |
| download | packages-5b66a9c9ba1ad65e1c52279489d9c839d8d92b20.tar.gz packages-5b66a9c9ba1ad65e1c52279489d9c839d8d92b20.zip | |
Add nim-nanomsg
| -rw-r--r-- | packages.json | 9 |
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" } ] |
