opam-version: "2.0"
synopsis: "The Modified UTF-8 encoding used by Java and related systems"
maintainer: "Wim Lewis <wiml@hhhh.org>"
authors: "Wim Lewis <wiml@hhhh.org>"
license: "BSD-3-Clause"
depends: [
  "ocaml" { >= "4.07.0" }
  "dune" { >= "1.0.0" }
  "batteries" { >= "2.0.0" }
]
build: [ "dune" "build" "-p" "mutf8" ]
dev-repo: "git+https://github.com/wiml/ocaml-mutf8.git"
bug-reports: "https://github.com/wiml/ocaml-mutf8/issues"
homepage: "https://github.com/wiml/ocaml-mutf8"
url {
  src: "http://github.com/wiml/ocaml-mutf8/archive/v0.1.tar.gz"
  checksum: "sha512=261561d7ae178ce3b0e2eac35070f13e1eedb7b41a801f1ce5604dd3d134be0613a4a03caa9889e69b6f4d3410402652eb60ed8608cb20bb1bc4931c299f879c"
}
