aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Shi <rogershijicheng@gmail.com>2015-10-19 12:10:39 +0800
committerRoger Shi <rogershijicheng@gmail.com>2015-10-19 12:10:39 +0800
commit931a98bc3bae575021207425193dddbe0edfd6bd (patch)
tree8b20552c53bbc9a1f3dc302668c682a6f11e595a
parent41c882e34a7303c922bf5edf60b3c78e483ac76e (diff)
downloadpackages-931a98bc3bae575021207425193dddbe0edfd6bd.tar.gz
packages-931a98bc3bae575021207425193dddbe0edfd6bd.zip
add nim-routine package
-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"
}
]