aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json26
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"
}
]