tibetan-utils: Parse and display tibetan numerals

[ bsd3, library, web ] [ Propose Tags ]

This package provides a megaparsec parser for Tibetan numerals, as well as efficient means to display numbers using Tibetan numerals.


[Skip to Readme]

Downloads

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

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.1.0, 0.1.1.1, 0.1.1.2, 0.1.1.3, 0.1.1.4, 0.1.1.5, 0.1.1.9, 0.1.1.10, 0.1.2.0, 0.1.2.1
Dependencies base (>=4.8 && <5), composition-prelude, megaparsec (>=7.0 && <8.0), text [details]
License BSD-3-Clause
Copyright Copyright: (c) 2016-2019 Vanessa McHale
Author Vanessa McHale
Maintainer vamchale@gmail.com
Revised Revision 1 made by vmchale at 2019-09-17T20:47:47Z
Category Web
Source repo head: git clone https://github.com/vmchale/tibetan-utils
Uploaded by vmchale at 2019-05-02T22:25:12Z
Distributions NixOS:0.1.2.1
Reverse Dependencies 3 direct, 1 indirect [details]
Downloads 7861 total (45 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-05-02 [all 1 reports]

Readme for tibetan-utils-0.1.1.10

[back to package description]

Tibetan numeral parser and to show objects with tibetan numerals.

Haskell library (with test suite) to parse Tibetan numerals as integers and display integers as tibetan numerals.

See Text.Megaparsec documentation for how to use the parser.

There is an Idris version of this library in-progress here.