bidi-icu: The unicode bidirectional algorithm via ICU

[ graphics, library ] [ Propose Tags ]

The unicode bidirectional algorithm via ICU.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0
Change log CHANGELOG.md
Dependencies base (>=4.11 && <5), containers (>=0.6), data-default, ghc-prim, inline-c, primitive, template-haskell, text, transformers, vector [details]
License (BSD-2-Clause OR Apache-2.0)
Copyright Copyright (c) 2019-2021 Edward Kmett
Author Edward Kmett
Maintainer Edward Kmett <ekmett@gmail.com>
Category Graphics
Home page https://github.com/ekmett/codex/tree/master/bidi-icu#readme
Source repo head: git clone https://github.com/ekmett/codex(bidi-icu)
Uploaded by EdwardKmett at 2021-03-24T02:31:28Z
Distributions
Downloads 146 total (7 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]

Readme for bidi-icu-0

[back to package description]

bidi-icu

Hackage

This package provides an implementation of the Unicode bidirectional algorithm by leaning on the ICU library.

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