diff options
| author | twist_vector <tkrauss@hume-crc-77.hume.vt.edu> | 2015-11-24 14:11:42 -0500 |
|---|---|---|
| committer | twist_vector <tkrauss@hume-crc-77.hume.vt.edu> | 2015-11-24 14:11:42 -0500 |
| commit | 25aa8445e6be5464a641e4f17613f54fbee5a3eb (patch) | |
| tree | 1c81e482f540803db5a973ee2ac36661f6961184 | |
| parent | 2ab5f94943f15deb384753b85d3ec8f94086dcf2 (diff) | |
| download | packages-25aa8445e6be5464a641e4f17613f54fbee5a3eb.tar.gz packages-25aa8445e6be5464a641e4f17613f54fbee5a3eb.zip | |
Added bped and geohash
| -rw-r--r-- | packages.json | 26 |
1 files changed, 26 insertions, 0 deletions
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" + } ] |
