opam-version: "2.0"
maintainer: "dinosaure <romain.calascibetta@gmail.com>"
authors: "dinosaure <romain.calascibetta@gmail.com>"
homepage: "https://github.com/oklm-wsh/Decompress"
bug-reports: "https://github.com/oklm-wsh/Decompress/issues"
license: "MIT"
dev-repo: "git+https://github.com/oklm-wsh/Decompress.git"
build: [
  ["./configure" "--prefix=%{prefix}%"]
  [make]
]
install: [make "install"]
remove: ["ocamlfind" "remove" "decompress"]
depends: [
  "ocaml" {>= "4.02.0" & < "4.06.0"}
  "ocamlfind" {build}
  "cppo_ocamlbuild" {build}
  "ocamlbuild" {build}
]
synopsis: "Pure OCaml implementation of Zlib"
description: "Pure OCaml implementation of Zlib"
flags: light-uninstall
url {
  src: "https://github.com/oklm-wsh/Decompress/archive/0.2.tar.gz"
  checksum: "md5=e5fa54d99367d3d229f898dd960c6b63"
}
