aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-10-17 14:20:21 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2015-10-17 14:20:21 +0100
commit69c1f20dbd422cacd7d06c79e7745e4966d465a8 (patch)
treec986706f33b488b44b731afcf9a94969fd808c28
parent9461e9e872d10951202c603a9becba964788c16d (diff)
parent1b5545dc60984bf7af389da4ea1076448cc518fc (diff)
downloadpackages-69c1f20dbd422cacd7d06c79e7745e4966d465a8.tar.gz
packages-69c1f20dbd422cacd7d06c79e7745e4966d465a8.zip
Merge branch 'master' of https://github.com/achesak/packages into achesak-master
Conflicts: packages.json
-rw-r--r--packages.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index ea723f4..752bde8 100644
--- a/packages.json
+++ b/packages.json
@@ -3409,5 +3409,31 @@
"description": "tnim is a Nim REPL - an interactive sandbox for testing Nim code",
"license": "MIT",
"web": "https://github.com/jlp765/tnim"
+ },
+ {
+ "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"
}
]