# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Internationalization library using camomile (i18n)"
description: "See gettext package description."
maintainer: ["Sylvain Le Gall <sylvain+ocaml@le-gall.net>"]
authors: ["Sylvain Le Gall"]
license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
homepage: "https://github.com/gildor478/ocaml-gettext"
doc: "https://gildor478.github.io/ocaml-gettext/"
bug-reports: "https://github.com/gildor478/ocaml-gettext/issues"
depends: [
  "dune" {>= "3.17"}
  "gettext" {= version}
  "camomile" {>= "2.0.0"}
  "ounit2" {>= "2.2.7" & with-test}
  "fileutils" {>= "0.6.6" & with-test}
  "odoc" {with-doc}
]
build: [
  ["dune" "subst"] {dev}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://github.com/gildor478/ocaml-gettext.git"
