# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
build: [
  ["dune" "subst"] {pinned}
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
  ["dune" "build" "-p" name "@doc"] {with-doc}
]
maintainer: ["Xavier Leroy <xavier.leroy@college-de-france.fr>"]
authors: ["Xavier Leroy"]
bug-reports: "https://github.com/xavierleroy/camlzip/issues"
homepage: "https://github.com/xavierleroy/camlzip"
license: "LGPL-2.1-or-later with OCaml-LGPL-linking-exception"
version: "1.14"
synopsis: "Accessing compressed files in ZIP, GZIP and JAR format."
description:
  "The Camlzip library provides easy access to compressed files in ZIP and GZIP format, as well as to Java JAR files.  It provides functions for reading from and writing to compressed files in these formats."
depends: [
  "dune-configurator"
  "dune"
  "stdlib-shims"
  "conf-zlib"
  "ocaml" {>= "4.02.0"}
]
