this repo has no description
1opam-version: "2.0" 2maintainer: "yoriyuki.y@gmail.com" 3authors: ["Yoriyuki Yamagata"] 4homepage: "https://github.com/yoriyuki/Camomile/wiki" 5bug-reports: "https://github.com/yoriyuki/Camomile/issues" 6license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 7dev-repo: "git+https://github.com/yoriyuki/Camomile.git" 8build: [ 9 ["ocaml" "configure.ml" "--share" "%{share}%/camomile"] 10 ["jbuilder" "subst" "-p" name] {dev} 11 ["jbuilder" "build" "-p" name "-j" "1"] 12] 13depends: [ 14 "ocaml" {>= "4.02.3"} 15 "jbuilder" {>= "1.0+beta17"} 16] 17synopsis: "A Unicode library" 18description: """ 19Camomile is a Unicode library for OCaml. Camomile provides Unicode character 20type, UTF-8, UTF-16, UTF-32 strings, conversion to/from about 200 encodings, 21collation and locale-sensitive case mappings, and more. The library is currently 22designed for Unicode Standard 3.2.""" 23url { 24 src: 25 "https://github.com/yoriyuki/Camomile/releases/download/1.0.1/camomile-1.0.1.tbz" 26 checksum: [ 27 "sha256=c23b0a39cb36fd130168d3eba7cb4a91fbd35982b6cb2320ce5b06f271965a07" 28 "md5=82e016653431353a07f22c259adc6e05" 29 ] 30} 31available: arch != "ppc64"