hashids: Hashids generates short, unique, non-sequential ids from numbers.
This is a Haskell port of the Hashids library. It is typically used to encode numbers to a format suitable for appearance in places like urls. It converts numbers like 347 into strings like yr8, or a list of numbers like [27, 986] into 3kTMd. You can also decode those ids back. This is useful in bundling several parameters into one.
Downloads
- hashids-1.0.2.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 1.0.2, 1.0.2.1, 1.0.2.2, 1.0.2.3, 1.0.2.4, 1.0.2.7, 1.1.0.0, 1.1.0.1, 1.1.1.0 |
---|---|
Dependencies | base (>=4 && <5), bytestring, containers, split [details] |
License | MIT |
Author | Johannes Hildén |
Maintainer | hildenjohannes@gmail.com |
Category | Web |
Home page | http://hashids.org/ |
Uploaded | by arbelos at 2015-05-26T07:15:38Z |
Distributions | LTSHaskell:1.1.1.0, NixOS:1.1.1.0, Stackage:1.1.1.0 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 5481 total (2 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |