aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-05-17 17:57:12 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2015-05-17 17:57:12 +0100
commitc7f1161ea8fedfb0b7c9562be927692916976a41 (patch)
treecdbcdabb9b16dbf362c03ef4c96fdbf52a515b29
parent8020bb4aafb7a218aeb67bb09e105496ea402c1a (diff)
parent296dac7a7d3b894be5bb3f9bf355a842d1cdeb93 (diff)
downloadpackages-c7f1161ea8fedfb0b7c9562be927692916976a41.tar.gz
packages-c7f1161ea8fedfb0b7c9562be927692916976a41.zip
Merge pull request #160 from saratchandra92/master
Added a new package called nim-geocoding
-rw-r--r--README.md2
-rw-r--r--packages.json9
2 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index d8902d1..fcde753 100644
--- a/README.md
+++ b/README.md
@@ -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.
diff --git a/packages.json b/packages.json
index e005365..0d892b2 100644
--- a/packages.json
+++ b/packages.json
@@ -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"
}
]