diff options
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 82e2704..0e8aa93 100644 --- a/packages.json +++ b/packages.json @@ -10466,6 +10466,20 @@ "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", "method": "git", |
