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 to appear in visible 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.3.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
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 |
Revised | Revision 2 made by arbelos at 2017-10-02T12:59:31Z |
Category | Web |
Home page | http://hashids.org/ |
Source repo | head: git clone https://github.com/laserpants/hashids-haskell |
Uploaded | by arbelos at 2017-01-24T08:53:05Z |
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 available [build log] Last success reported on 2017-01-24 [all 1 reports] |