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] ] 23 24url { 25 src: "https://github.com/geneweb/unidecode/archive/v0.1.0.tar.gz" 26 checksum: [ 27 "md5=930a5430f2da98a22b6b76dd474155c6" 28 "sha512=4aaa2079c6f6cdae837d3a60af25128c26ad2b6dcda2a3397e2fd2f2e401bc2978c09881460bedcb64e43b23fdd8c1d8dc03e72052736b0401e70dfe54bc023e" 29 ] 30}