Merge pull request #160 from saratchandra92/master

Added a new package called nim-geocoding
This commit is contained in:
Dominik Picheta 2015-05-17 17:57:12 +01:00
commit c7f1161ea8
2 changed files with 10 additions and 1 deletions

View File

@ -13,7 +13,7 @@ object should have the following fields (unless the field is marked as
optional):
* name - The name of the package, this should match the name in the package's
babel file.
nimble file.
* url - The url from which to retrieve the package.
* method - The method that should be used to retrieve this package. Currently
"git" and "hg" is supported.

View File

@ -1470,5 +1470,14 @@
"description": "A rudimentary Nim REPL",
"license": "MIT",
"web": "https://github.com/wheineman/nrpl"
},
{
"name": "nim-geocoding",
"url": "https://github.com/saratchandra92/nim-geocoding",
"method": "git",
"tags": ["library", "geocoding", "maps"],
"decription": "A simple library for Google Maps Geocoding API",
"license": "MIT",
"web": "https://github.com/saratchandra92/nim-geocoding"
}
]