# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "2.1.0"
synopsis: "Camomile Unicode library with data files embedded at compile time"
description: """
camomile-embedded provides the same API as camomile but with all Unicode
data files embedded directly into the library. Programs using this package
have no runtime filesystem dependency on data files. The
camomile-embedded.charencoding sublibrary exposes charset conversion alone
and embeds only the charmap data it needs."""
maintainer: ["romain.beauxis@gmail.com"]
authors: ["Yoriyuki Yamagata"]
license: "LGPL-2.0-or-later WITH OCaml-LGPL-linking-exception"
homepage: "https://github.com/savonet/Camomile"
doc: "https://savonet.github.io/Camomile/"
bug-reports: "https://github.com/savonet/Camomile/issues"
depends: [
  "dune" {>= "3.23"}
  "camomile" {= version}
  "crunch" {build & >= "4.1.0"}
  "stdlib-random" {with-test}
  "ocaml" {>= "4.13"}
  "odoc" {with-doc}
]
build: [
  ["dune" "subst"] {dev}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "--promote-install-files=false"
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
  ["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/savonet/Camomile.git"
x-maintenance-intent: ["(latest)"]
