From 62fae866880e68882c17dfb20123a4a66b5a9ffd Mon Sep 17 00:00:00 2001 From: achesak Date: Wed, 17 Aug 2016 17:50:48 -0400 Subject: [PATCH] Adds gpx and itn. --- packages.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) 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" } ]