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" 21 "dune" 22 "re" {>= "1.7.2"} 23] 24url { 25 src: 26 "https://github.com/mirage/uuuu/releases/download/v0.3.0/uuuu-0.3.0.tbz" 27 checksum: [ 28 "sha256=6b7ee8f3e343813b0c6ac8ddb7f6720b2ccd27b4208313d3bcff5d7d984fc3a6" 29 "sha512=4b26676fe809d2aba74614ab739315aa7b0f08469ff97400e05efba05e6e3fed4edf3ce5ed3b920e438f46f6b344f81c30a90534b27a8b09f4f0c69c29f68cc3" 30 ] 31} 32x-commit-hash: "2ec13393e02137f2d2566ccb29853d045d5e1a60"