diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-10-26 23:16:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-26 23:16:48 +0100 |
| commit | 8cba8eb45a9d5e6c0691a678fca4c9ddff44fbd6 (patch) | |
| tree | e9e82b5b9ff8ca131b0636555e794437e8b418e5 | |
| parent | 2d27e41d24b3aefbc1cb80b5f49fe98f0145422e (diff) | |
| parent | 6416e16578f5da662e1f3b6ba35baa8b3eae8706 (diff) | |
| download | packages-8cba8eb45a9d5e6c0691a678fca4c9ddff44fbd6.tar.gz packages-8cba8eb45a9d5e6c0691a678fca4c9ddff44fbd6.zip | |
Merge pull request #906 from juancarlospaco/add-georefar1326
Add package georefar
| -rw-r--r-- | packages.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 45e5d77..40fe4b4 100644 --- a/packages.json +++ b/packages.json @@ -11189,5 +11189,21 @@ "description": "A URL shortener cli app. using bit.ly", "license": "MIT", "web": "https://github.com/jabbalaci/UrlShortener" + }, + { + "name": "georefar", + "url": "https://github.com/juancarlospaco/nim-georefar", + "method": "git", + "tags": [ + "geo", + "openstreetmap", + "async", + "multisync", + "opendata", + "gov" + ], + "description": "GeoRef Argentina Government MultiSync API Client for Nim", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-georefar" } ] |
