# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.7.1"
synopsis: "CamlBZ2 OCaml bindings for the libbz2"
description:
  "This is CamlBZ2, OCaml bindings for the libbz2 (AKA, bzip2)(de)compression library."
maintainer: [
  "Pietro Abate" "Johannes Schauer Marin Rodrigues" "Ralf Treinen"
]
authors: ["Stefano Zacchiroli" "Johannes Schauer Marin Rodrigues"]
license: "LGPL-3.0-or-later with OCaml-LGPL-linking-exception"
homepage: "http://www.mancoosi.org/software/"
doc: "https://irill.gitlab.io/camlbz2"
bug-reports: "https://gitlab.com/irill/camlbz2/issues/"
depends: [
  "dune" {>= "2.8"}
  "conf-libbz2"
  "stdlib-shims"
  "odoc" {with-doc}
]
build: [
  ["dune" "subst"] {dev}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://gitlab.com/irill/camlbz2.git"
