opam-version: "2.0" synopsis: "Remove diacritics from latin utf8 strings" maintainer: ["Vu Ngoc San "] authors: ["Vu Ngoc San "] license: "GPL-2.0-only" homepage: "https://github.com/sanette/ubase" bug-reports: "https://github.com/sanette/ubase/issues" depends: [ "dune" {>= "1.11"} "uutf" {>= "1.0.1"} "ocaml" {>= "4.05.0"} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/sanette/ubase.git" url { src: "https://github.com/sanette/ubase/archive/0.03.tar.gz" checksum: [ "md5=ace4603b1618f36a2b181d18a523132e" "sha512=307206da7097ae87ef9a8b69d13f0f06709d3ce9445a2d811d70c583792722ff632f108043f1190914559b824e83aee2224f1ab295c864ae487f4781d3aa84cd" ] }