diff options
| author | Juan Carlos <juancarlospaco@gmail.com> | 2018-08-27 10:25:33 -0300 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-08-27 14:25:33 +0100 |
| commit | a3153c8771bb24bfcf0272c1fc2fc4968334244d (patch) | |
| tree | 8fa9b6fee0dd393bad4013c54de8ff46bf7fa3c5 | |
| parent | 80bfc1b82d3b2e83dc2bd7082229ed9e85eca1d7 (diff) | |
| download | packages-a3153c8771bb24bfcf0272c1fc2fc4968334244d.tar.gz packages-a3153c8771bb24bfcf0272c1fc2fc4968334244d.zip | |
Added package openstreetmap (#843)
| -rw-r--r-- | packages.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json index f18b92e..385d2ba 100644 --- a/packages.json +++ b/packages.json @@ -10507,6 +10507,21 @@ "web": "https://github.com/juancarlospaco/nim-overpass" }, { + "name": "openstreetmap", + "url": "https://github.com/juancarlospaco/nim-openstreetmap", + "method": "git", + "tags": [ + "openstreetmap", + "multisync", + "async", + "geo", + "map" + ], + "description": "OpenStreetMap API Lib for Nim", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-openstreetmap" + }, + { "name": "daemonim", "url": "https://github.com/bung87/daemon", "method": "git", |
