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"
synopsis:     "Mapper of ISO-8859-* to Unicode"

build: [
  ["dune" "subst"]
  ["dune" "build" "-p" name "-j" jobs]
]

depends: [
  "ocaml" {>= "4.03.0"}
  "dune"
  "re" {>= "1.7.2"}
  "fmt"
  "bos"
  "uutf"
  "ptmap"
  "menhir"
  "rresult"
  "angstrom"
  "cmdliner"
]
url {
  src:
    "https://github.com/dinosaure/uuuu/releases/download/v0.1.1/uuuu-v0.1.1.tbz"
  checksum: "md5=d59a4bf6c65ec034e39685bad037eb4f"
}
