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.4.0.tar.gz" 25 checksum: [ 26 "md5=88090f06c51464a0d829081640be3f3d" 27 "sha512=a411685ddb1d52585251eff3e2cd56fc9b4e91dcfceff424d7cfd5f721be73561d7a8e9223ecaeeda6178b02e5f6df74d50a49d4ce61d72a7d3fa1e8aefe5cf3" 28 ] 29}