aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2016-08-24 19:59:02 +0200
committerGitHub <noreply@github.com>2016-08-24 19:59:02 +0200
commite748c4ba4de6172434271d864d8615f7daaec031 (patch)
tree1e113d5426557e19a248760ea77ad9df4459b7a3
parent4e0fc959fb2d8556ef7272bda5271c3959a182f6 (diff)
parent62fae866880e68882c17dfb20123a4a66b5a9ffd (diff)
downloadpackages-e748c4ba4de6172434271d864d8615f7daaec031.tar.gz
packages-e748c4ba4de6172434271d864d8615f7daaec031.zip
Merge pull request #400 from achesak/master
Adds gpx and itn.
-rw-r--r--packages.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index e13fed8..ed9e7de 100644
--- a/packages.json
+++ b/packages.json
@@ -5105,5 +5105,33 @@
"description": "Dynamically resizable data structure optimized for fast iteration.",
"web": "https://github.com/Vladar4/FastStack",
"url": "https://github.com/Vladar4/FastStack"
+ },
+ {
+ "name": "gpx",
+ "tags": [
+ "GPX",
+ "GPS",
+ "waypoint",
+ "route"
+ ],
+ "method": "git",
+ "license": "MIT",
+ "description": "Nim module for parsing GPX (GPS Exchange format) files",
+ "web": "https://github.com/achesak/nim-gpx",
+ "url": "https://github.com/achesak/nim-gpx"
+ },
+ {
+ "name": "itn",
+ "tags": [
+ "GPS",
+ "intinerary",
+ "tomtom",
+ "ITN"
+ ],
+ "method": "git",
+ "license": "MIT",
+ "description": "Nim module for parsing ITN (TomTom intinerary) files",
+ "web": "https://github.com/achesak/nim-itn",
+ "url": "https://github.com/achesak/nim-itn"
}
]