From 5b66a9c9ba1ad65e1c52279489d9c839d8d92b20 Mon Sep 17 00:00:00 2001 From: def Date: Thu, 31 Jul 2014 20:59:41 +0200 Subject: [PATCH] Add nim-nanomsg --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) 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" } ]