aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Talpalaru <stefantalpalaru@yahoo.com>2015-10-30 23:46:36 +0100
committerStefan Talpalaru <stefantalpalaru@yahoo.com>2015-10-30 23:46:36 +0100
commit61bb803f13cceda69c683ecf7ab6fa3ea380d95f (patch)
tree72a2f96256222154536f0b3286bc2c7037268414
parent4c56c5d7394a5ac0f3057d06fb36d86f7a7da4be (diff)
downloadpackages-61bb803f13cceda69c683ecf7ab6fa3ea380d95f.tar.gz
packages-61bb803f13cceda69c683ecf7ab6fa3ea380d95f.zip
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..cb6ee11 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-nim",
+ "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"
}
]