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/mirage/uuuu"
5bug-reports: "https://github.com/mirage/uuuu/issues"
6dev-repo: "git+https://github.com/mirage/uuuu.git"
7doc: "https://mirage.github.io/uuuu/"
8license: "MIT"
9synopsis: "Mapper of ISO-8859-* to Unicode"
10description: """A simple mapper between ISO-8859-* to Unicode. Useful for
11a translation between ISO-8859-* and Unicode"""
12
13build: [
14 ["dune" "build" "-p" name "-j" jobs]
15 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
16]
17
18depends: [
19 "ocaml" {>= "4.03.0"}
20 "ocamlfind" {build}
21 "dune"
22 "re" {>= "1.7.2"}
23 "menhir" {< "20211215"}
24 "angstrom" {>= "0.11.0"}
25]
26url {
27 src:
28 "https://github.com/mirage/uuuu/releases/download/v0.2.0/uuuu-v0.2.0.tbz"
29 checksum: [
30 "sha256=478c6c4dc854b2d3d3142c94b925120afb471265238538e305996474a178ef33"
31 "sha512=3518c0a9f186023a1f834241d19512c03d81882e07a88d1f7696d83e0a7617ba62c6eff7e6536ac45cdb7657976f69add37922eefe77c6a771350f2891fa2155"
32 ]
33}