opam-version: "2.0"
maintainer: "yoriyuki.y@gmail.com"
authors: ["Yoriyuki Yamagata"]
homepage: "https://github.com/yoriyuki/Camomile/wiki"
bug-reports: "https://github.com/yoriyuki/Camomile/issues"
dev-repo: "git+https://github.com/yoriyuki/Camomile.git"
license: "LGPL-2.1-or-later with OCaml-LGPL-linking-exception"
build: [
  ["ocaml" "configure.ml" "--share" "%{share}%/camomile"]
  ["jbuilder" "build" "-p" name "-j" "1"]
]
depends: [
  "ocaml" {>= "4.03.0"}
  "jbuilder" {>= "1.0+beta7"}
  "cppo" {build}
  "base-bytes"
]
synopsis: "A comprehensive Unicode library"
description: """
Camomile is a Unicode library for OCaml. Camomile provides Unicode
character type, UTF-8, UTF-16, UTF-32 strings, conversion to/from
about 200 encodings, collation and locale-sensitive case mappings, and
more. The library is currently designed for Unicode Standard 3.2."""
url {
  src: "https://github.com/yoriyuki/Camomile/archive/rel-0.8.6.tar.gz"
  checksum: "md5=38630489140dd6ca0e25792fbb3ab1a1"
}
available: arch != "ppc64"
