diff options
| author | Juan Carlos <juancarlospaco@gmail.com> | 2018-08-25 16:39:54 -0300 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-08-25 20:39:54 +0100 |
| commit | 3f8935d70d9346079a603a5bba04a9397c37edf1 (patch) | |
| tree | 863643c9912c4717aa0fa0a545a8398de29ed847 | |
| parent | 0f619315b019cf3b14a19e4c573bab7957ed063d (diff) | |
| download | packages-3f8935d70d9346079a603a5bba04a9397c37edf1.tar.gz packages-3f8935d70d9346079a603a5bba04a9397c37edf1.zip | |
Added package overpass (#838)
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
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" } ] |
