this repo has no description
1opam-version: "2.0"
2maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
3authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
4homepage: "https://github.com/dinosaure/uuuu"
5bug-reports: "https://github.com/dinosaure/uuuu/issues"
6dev-repo: "git+https://github.com/dinosaure/uuuu.git"
7doc: "https://dinosaure.github.io/uuuu/"
8license: "MIT"
9
10build: [
11 ["jbuilder" "subst" "-p" name] {dev}
12 ["jbuilder" "build" "-p" name "-j" jobs]
13 ["jbuilder" "runtest" "-p" name "-j" jobs] {with-test}
14]
15depends: [
16 "ocaml" {>= "4.03.0"}
17 "jbuilder" {>= "1.0+beta7"}
18 "re" {>= "1.7.2"}
19 "fmt"
20 "bos"
21 "uutf"
22 "ptmap"
23 "menhir" {< "20211215"}
24 "rresult"
25 "angstrom"
26 "cmdliner" {< "1.1.0"}
27]
28synopsis: "[Uuuu](https://www.youtube.com/watch?v=jjD9WzW6dK4)"
29description: """
30---------------------------------------------------
31
32Uhuhuhuhuhuh! `uuuu` (Universal Unifier to Unicode Un OCaml) is a little library to normalize an ISO-8859 input to
33Unicode. This library uses tables provided by the Unicode Consortium:
34
35https://ftp.unicode.org/Public/MAPPINGS/ISO8859/
36
37This project takes tables and converts them to OCaml code. Then, it provides a
38non-blocking decoder to translate ISO-8859 codepoint to UTF-8 codepoint."""
39url {
40 src:
41 "https://github.com/dinosaure/uuuu/releases/download/v0.1.0/uuuu-0.1.0.tbz"
42 checksum: [
43 "sha256=20dff8ee3dca1197e8b7052e7fbc32b8bc18e3782ab7d356aa2100bed9b67f55"
44 "md5=4b3cf7a654221bec74f6391cadc6c863"
45 ]
46}