From 3f8935d70d9346079a603a5bba04a9397c37edf1 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Sat, 25 Aug 2018 16:39:54 -0300 Subject: [PATCH] Added package overpass (#838) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 0d45d43..fe0baac 100644 --- a/packages.json +++ b/packages.json @@ -10464,5 +10464,19 @@ "description": "An implementation of the observer pattern", "license": "MIT", "web": "https://github.com/Tangdongle/nimobserver" + }, + { + "name": "overpass", + "url": "https://github.com/juancarlospaco/nim-overpass", + "method": "git", + "tags": [ + "openstreetmap", + "overpass", + "multisync", + "async" + ], + "description": "OpenStreetMap Overpass API Lib", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-overpass" } ]