Merge pull request #264 from rogercloud/master

add nim-routine package
This commit is contained in:
Dominik Picheta 2015-10-19 17:59:39 +01:00
commit 99555356eb

View File

@ -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"
}
]