diff options
| author | juancarlospaco <juancarlospaco@gmail.com> | 2018-11-03 18:41:21 -0300 |
|---|---|---|
| committer | juancarlospaco <juancarlospaco@gmail.com> | 2018-11-03 18:41:21 -0300 |
| commit | 7d762dd4d935aa68332ded696df10f8cea600c83 (patch) | |
| tree | a3039c84a9ec22547272f9339e84450d8629b4e6 | |
| parent | 5ccf87564977f8f049daed9e9995cbf690111bce (diff) | |
| download | packages-7d762dd4d935aa68332ded696df10f8cea600c83.tar.gz packages-7d762dd4d935aa68332ded696df10f8cea600c83.zip | |
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" } ] |
