diff options
| author | Roger Shi <rogershijicheng@gmail.com> | 2015-10-19 12:10:39 +0800 |
|---|---|---|
| committer | Roger Shi <rogershijicheng@gmail.com> | 2015-10-19 12:10:39 +0800 |
| commit | 931a98bc3bae575021207425193dddbe0edfd6bd (patch) | |
| tree | 8b20552c53bbc9a1f3dc302668c682a6f11e595a | |
| parent | 41c882e34a7303c922bf5edf60b3c78e483ac76e (diff) | |
| download | packages-931a98bc3bae575021207425193dddbe0edfd6bd.tar.gz packages-931a98bc3bae575021207425193dddbe0edfd6bd.zip | |
add nim-routine package
| -rw-r--r-- | packages.json | 14 |
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" } ] |
