diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-11-04 18:30:45 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-04 18:30:45 +0000 |
| commit | edaf999c2fdba235931a30ccee8bdbb596499c61 (patch) | |
| tree | a3039c84a9ec22547272f9339e84450d8629b4e6 | |
| parent | 5ccf87564977f8f049daed9e9995cbf690111bce (diff) | |
| parent | 7d762dd4d935aa68332ded696df10f8cea600c83 (diff) | |
| download | packages-edaf999c2fdba235931a30ccee8bdbb596499c61.tar.gz packages-edaf999c2fdba235931a30ccee8bdbb596499c61.zip | |
Merge pull request #920 from juancarlospaco/add-osrm2141
Added package osrm
| -rw-r--r-- | packages.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages.json b/packages.json index f462c6a..b22bc95 100644 --- a/packages.json +++ b/packages.json @@ -11311,5 +11311,22 @@ "description": "Nim implementation of Snappy compression algorithm", "license": "MIT", "web": "https://github.com/jangko/snappy" + }, + { + "name": "osrm", + "url": "https://github.com/juancarlospaco/nim-osrm", + "method": "git", + "tags": [ + "openstreetmap", + "geo", + "gis", + "opendata", + "routing", + "async", + "multisync" + ], + "description": "Open Source Routing Machine for OpenStreetMap API Lib and App", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-osrm" } ] |
