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.2.0.tar.gz" 25 checksum: [ 26 "md5=2c4129b017e08aa07c7a2f6cc1e6e9ff" 27 "sha512=8ff3c6b06f2ecaaf99b04a6810b0a3a4ab8bfc4fd7b6fcb130d0a8294d7de9f37049da719dcd73a794718626f8c84a52030315cd964e8f860f607d8f6185918f" 28 ] 29}