aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-10-30 23:58:52 +0000
committerDominik Picheta <dominikpicheta@googlemail.com>2015-10-30 23:58:52 +0000
commite6d05eb3b1d11db1efc37f6303ec5d999eb5c510 (patch)
tree28e06629fe75091876868f9b5ba0154dae92f3ea
parent4c56c5d7394a5ac0f3057d06fb36d86f7a7da4be (diff)
parente7dc09181d3e3013f2b1c84213e7cc306806a052 (diff)
downloadpackages-e6d05eb3b1d11db1efc37f6303ec5d999eb5c510.tar.gz
packages-e6d05eb3b1d11db1efc37f6303ec5d999eb5c510.zip
Merge pull request #266 from stefantalpalaru/golib-nim
add golib-nim
-rw-r--r--packages.json13
1 files changed, 12 insertions, 1 deletions
diff --git a/packages.json b/packages.json
index 7a53260..0d19226 100644
--- a/packages.json
+++ b/packages.json
@@ -3391,7 +3391,6 @@
"description": "This library makes your code run as a daemon process on Unix-like systems",
"license": "MIT",
"web": "https://github.com/rgv151/daemonize.nim"
-
},
{
"name": "tnim",
@@ -3461,5 +3460,17 @@
"description": "Code coverage library",
"license": "MIT",
"web": "https://github.com/yglukhov/coverage"
+ },
+ {
+ "name": "golib",
+ "url": "https://github.com/stefantalpalaru/golib-nim",
+ "method": "git",
+ "tags": [
+ "library",
+ "wrapper"
+ ],
+ "description": "Bindings for golib - a library that (ab)uses gccgo to bring Go's channels and goroutines to the rest of the world",
+ "license": "BSD",
+ "web": "https://github.com/stefantalpalaru/golib-nim"
}
]