opam-version: "2.0"
maintainer:   "Romain Calascibetta <romain.calascibetta@gmail.com>"
authors:      "Romain Calascibetta <romain.calascibetta@gmail.com>"
homepage:     "https://github.com/dinosaure/uuuu"
bug-reports:  "https://github.com/dinosaure/uuuu/issues"
dev-repo: "git+https://github.com/dinosaure/uuuu.git"
doc:          "https://dinosaure.github.io/uuuu/"
license:      "MIT"

build: [
  ["jbuilder" "subst" "-p" name] {pinned}
  ["jbuilder" "build" "-p" name "-j" jobs]
  ["jbuilder" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
  "ocaml" {>= "4.03.0"}
  "jbuilder"
  "re" {>= "1.7.2"}
  "fmt"
  "bos"
  "uutf"
  "ptmap"
  "menhir"
  "rresult"
  "angstrom"
  "cmdliner"
]
synopsis: "[Uuuu](https://www.youtube.com/watch?v=jjD9WzW6dK4)"
description: """
---------------------------------------------------

Uhuhuhuhuhuh! `uuuu` (Universal Unifier to Unicode Un OCaml) is a little library to normalize an ISO-8859 input to
Unicode. This library uses tables provided by the Unicode Consortium:

https://ftp.unicode.org/Public/MAPPINGS/ISO8859/

This project takes tables and converts them to OCaml code. Then, it provides a
non-blocking decoder to translate ISO-8859 codepoint to UTF-8 codepoint."""
url {
  src:
    "https://github.com/dinosaure/uuuu/releases/download/v0.1.0/uuuu-0.1.0.tbz"
  checksum: "md5=4b3cf7a654221bec74f6391cadc6c863"
}
