From 25aa8445e6be5464a641e4f17613f54fbee5a3eb Mon Sep 17 00:00:00 2001 From: twist_vector Date: Tue, 24 Nov 2015 14:11:42 -0500 Subject: [PATCH 1/2] Added bped and geohash --- packages.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/packages.json b/packages.json index 6ba6646..dae00ba 100644 --- a/packages.json +++ b/packages.json @@ -3588,4 +3588,30 @@ "license": "MIT", "web": "https://github.com/theduke/nim-nimlog" } + { + "name": "geohash", + "url": "https://github.com/twist-vector/nim-geohash.git", + "method": "git", + "tags": [ + "library", + "geocoding", + "pure" + ], + "description": "Nim implementation of the geohash latitude/longitude geocode system", + "license": "Apache License 2.0", + "web": "https://github.com/twist-vector/nim-geohash" + } + { + "name": "bped", + "url": "https://github.com/twist-vector/nim-bped.git", + "method": "git", + "tags": [ + "library", + "serialization", + "pure" + ], + "description": "Nim implementation of the Bittorrent ascii serialization protocol", + "license": "Apache License 2.0", + "web": "https://github.com/twist-vector/nim-bped" + } ] From a773e798c2dafcd5b6b3338ee136c53a159f857c Mon Sep 17 00:00:00 2001 From: twist_vector Date: Wed, 25 Nov 2015 05:40:53 -0500 Subject: [PATCH 2/2] Fixed missing ',' --- packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index dae00ba..8ec426a 100644 --- a/packages.json +++ b/packages.json @@ -3587,7 +3587,7 @@ "description": "Advanced logging library for Nim with structured logging, formatters, filters and writers.", "license": "MIT", "web": "https://github.com/theduke/nim-nimlog" - } + }, { "name": "geohash", "url": "https://github.com/twist-vector/nim-geohash.git", @@ -3600,7 +3600,7 @@ "description": "Nim implementation of the geohash latitude/longitude geocode system", "license": "Apache License 2.0", "web": "https://github.com/twist-vector/nim-geohash" - } + }, { "name": "bped", "url": "https://github.com/twist-vector/nim-bped.git",