Merge pull request #920 from juancarlospaco/add-osrm2141

Added package osrm
This commit is contained in:
Dominik Picheta 2018-11-04 18:30:45 +00:00 committed by GitHub
commit edaf999c2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]