this repo has no description
1opam-version: "2.0" 2 3synopsis: "Convert unicode strings into its ASCII representation" 4 5authors: [ "Daniel de Rauglaudre" ] 6 7maintainer: "Julien Sagot <julien.sagot@geneanet.org>" 8 9license: "GNU GPL" 10 11homepage: "https://github.com/geneweb/unidecode" 12 13bug-reports: "https://github.com/geneweb/unidecode/issues" 14 15dev-repo: "git+https://github.com/geneweb/unidecode.git" 16 17depends: [ 18 "dune" { >= "1.10" } 19 "ocaml" { >= "4.05" } 20 ] 21 22build: [ [ "dune" "build" "-p" name "-j" jobs] ] 23url { 24 src: "https://github.com/geneweb/unidecode/archive/v0.3.0.tar.gz" 25 checksum: [ 26 "md5=9a5ef2298f224198c02c5cd2ba8d6624" 27 "sha512=ac2d772590fb875a6eadfcdc37fdf1d53add33251ac05bc3912aef8594e0c6dc5918398c1724380688ffc162fc1f87c411d6baf0f21b3731ece5a68c9126c0aa" 28 ] 29}