From ef839d0c4b8464ae80747ae79c34c171f8af194d Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Sun, 26 Aug 2018 12:52:54 -0300 Subject: [PATCH] Added package nominatim (#839) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 82e2704..0e8aa93 100644 --- a/packages.json +++ b/packages.json @@ -10465,6 +10465,20 @@ "license": "MIT", "web": "https://github.com/Tangdongle/nimobserver" }, + { + "name": "nominatim", + "url": "https://github.com/juancarlospaco/nim-nominatim", + "method": "git", + "tags": [ + "openstreetmap", + "nominatim", + "multisync", + "async" + ], + "description": "OpenStreetMap Nominatim API Lib for Nim", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-nominatim" + }, { "name": "systimes", "url": "https://github.com/GULPF/systimes",