opam-version: "2.0"
maintainer: "whitequark <whitequark@whitequark.org>"
authors: "whitequark <whitequark@whitequark.org>"
homepage: "https://github.com/whitequark/ocaml-lz4"
bug-reports: "https://github.com/whitequark/ocaml-lz4/issues"
license: "MIT"
doc: "http://whitequark.github.io/ocaml-lz4"
tags: ["compression"]
dev-repo: "git://github.com/whitequark/ocaml-lz4.git"
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
]
remove: [["ocamlfind" "remove" "lz4"]]
depends: [
  "ocaml"
  "base-bytes"
  "ocamlfind" {build}
  "ctypes" {>= "0.4.0" & < "0.6.0"}
  "ocamlbuild" {build}
  "conf-liblz4"
]
install: ["ocaml" "setup.ml" "-install"]
synopsis: "Bindings for LZ4, a very fast lossless compression algorithm"
flags: light-uninstall
url {
  src: "https://github.com/whitequark/ocaml-lz4/archive/v1.0.1.zip"
  checksum: "md5=0bb6c4780fda0cc2894f86931a4d6552"
}
