aboutsummaryrefslogtreecommitdiff
path: root/packages.json
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-10-19 17:59:39 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2015-10-19 17:59:39 +0100
commit99555356eb9bc4162c39e1626409f88daafedb51 (patch)
tree8b20552c53bbc9a1f3dc302668c682a6f11e595a /packages.json
parent41c882e34a7303c922bf5edf60b3c78e483ac76e (diff)
parent931a98bc3bae575021207425193dddbe0edfd6bd (diff)
downloadpackages-99555356eb9bc4162c39e1626409f88daafedb51.tar.gz
packages-99555356eb9bc4162c39e1626409f88daafedb51.zip
Merge pull request #264 from rogercloud/master
add nim-routine package
Diffstat (limited to 'packages.json')
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 752bde8..acbfea5 100644
--- a/packages.json
+++ b/packages.json
@@ -3435,5 +3435,19 @@
"description": "Retrieve info about a location from an IP address",
"license": "MIT",
"web": "https://github.com/achesak/nim-geoip"
+ },
+ {
+ "name": "nimroutine",
+ "url": "https://github.com/rogercloud/nim-routine",
+ "method": "git",
+ "tags": [
+ "goroutine",
+ "routine",
+ "lightweight",
+ "thread"
+ ],
+ "description": "A go routine like nim implementation",
+ "license": "MIT",
+ "web": "https://github.com/rogercloud/nim-routine"
}
]