charset: Fast unicode character sets based on complemented PATRICIA tries

[ bsd3, data, library ] [ Propose Tags ]

Fast unicode character sets based on complemented PATRICIA tries.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0, 0.1, 0.2.0, 0.2.1, 0.2.2, 0.2.3, 0.3, 0.3.0.1, 0.3.1, 0.3.1.1, 0.3.1.2, 0.3.1.3, 0.3.2, 0.3.2.1, 0.3.3, 0.3.4, 0.3.5, 0.3.5.1, 0.3.6, 0.3.7, 0.3.7.1, 0.3.8, 0.3.9, 0.3.10
Change log CHANGELOG.markdown
Dependencies array (>=0.2 && <0.6), base (>=4 && <5), bytestring (>=0.9 && <0.12), containers (>=0.2 && <0.7), semigroups (>=0.8.3.1 && <1), unordered-containers (>=0.1.4.6 && <0.3) [details]
License BSD-3-Clause
Copyright (c) Edward Kmett 2010-2012
Author Edward Kmett
Maintainer ekmett@gmail.com
Category Data
Home page http://github.com/ekmett/charset
Bug tracker http://github.com/ekmett/charset/issues
Source repo head: git clone git://github.com/ekmett/charset.git
Uploaded by ryanglscott at 2021-11-01T12:07:42Z
Distributions Arch:0.3.10, Debian:0.3.7.1, Fedora:0.3.9, LTSHaskell:0.3.10, NixOS:0.3.10, Stackage:0.3.10
Reverse Dependencies 16 direct, 688 indirect [details]
Downloads 81704 total (291 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-11-01 [all 1 reports]

Readme for charset-0.3.9

[back to package description]

charsets

Hackage Build Status

Fast utf-8 character sets for Haskell represented as complemented PATRICIA tries.

Contact Information

Contributions and bug reports are welcome!

Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.

-Edward Kmett