this repo has no description
1opam-version: "2.0"
2synopsis: "The Modified UTF-8 encoding used by Java and related systems"
3maintainer: "Wim Lewis <wiml@hhhh.org>"
4authors: "Wim Lewis <wiml@hhhh.org>"
5license: "BSD-3-Clause"
6depends: [
7 "ocaml" { >= "4.07.0" }
8 "dune" { >= "1.0.0" }
9 "batteries" { >= "2.0.0" }
10]
11build: [ "dune" "build" "-p" "mutf8" ]
12dev-repo: "git+https://github.com/wiml/ocaml-mutf8.git"
13bug-reports: "https://github.com/wiml/ocaml-mutf8/issues"
14homepage: "https://github.com/wiml/ocaml-mutf8"
15url {
16 src: "http://github.com/wiml/ocaml-mutf8/archive/v0.1.tar.gz"
17 checksum: "sha512=261561d7ae178ce3b0e2eac35070f13e1eedb7b41a801f1ce5604dd3d134be0613a4a03caa9889e69b6f4d3410402652eb60ed8608cb20bb1bc4931c299f879c"
18}