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" name ] 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.2.tar.gz" 17 checksum: "sha512=595c25f2ffc8e5bc544d3c80c9491ee6d5a490a8995cba44e72c03e750e7d20a5b3c21c016cf1ffce44c273752b40f6f07482b6ceabe9e9851ad3759ac4dde8b" 18}