From 1b5545dc60984bf7af389da4ea1076448cc518fc Mon Sep 17 00:00:00 2001 From: achesak Date: Thu, 15 Oct 2015 19:35:00 -0500 Subject: [PATCH] Add nim-ris and nim-geoip --- packages.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) 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" } ]