diff options
| author | achesak <achesak@yahoo.com> | 2015-10-15 19:35:00 -0500 |
|---|---|---|
| committer | achesak <achesak@yahoo.com> | 2015-10-15 19:35:00 -0500 |
| commit | 1b5545dc60984bf7af389da4ea1076448cc518fc (patch) | |
| tree | 99e314fc5fe91c282ebbd1a57bbafed9dc2097a7 | |
| parent | f4831c3218b494605b71c74da366e522935e2215 (diff) | |
| download | packages-1b5545dc60984bf7af389da4ea1076448cc518fc.tar.gz packages-1b5545dc60984bf7af389da4ea1076448cc518fc.zip | |
Add nim-ris and nim-geoip
| -rw-r--r-- | packages.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 355c8dd..9a2d5f2 100644 --- a/packages.json +++ b/packages.json @@ -3392,5 +3392,31 @@ "license": "MIT", "web": "https://github.com/rgv151/daemonize.nim" + }, + { + "name": "ris", + "url": "https://github.com/achesak/nim-ris", + "method": "git", + "tags": [ + "RIS", + "citation", + "library" + ], + "description": "Module for working with RIS citation files", + "license": "MIT", + "web": "https://github.com/achesak/nim-ris" + }, + { + "name": "geoip", + "url": "https://github.com/achesak/nim-geoip", + "method": "git", + "tags": [ + "IP", + "address", + "location" + ], + "description": "Retrieve info about a location from an IP address", + "license": "MIT", + "web": "https://github.com/achesak/nim-geoip" } ] |
