mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-03 06:33:10 +00:00
Merge pull request #160 from saratchandra92/master
Added a new package called nim-geocoding
This commit is contained in:
commit
c7f1161ea8
@ -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.
|
||||
|
||||
@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user