opam-version: "2.0"
maintainer: "ygrek <ygrek@autistici.org>"
authors: "Didier Wenzek <didier.wenzek@acidalie.com>"
homepage: "https://github.com/didier-wenzek/ocaml-kafka"
bug-reports: "https://github.com/didier-wenzek/ocaml-kafka/issues"
license: "MIT"
dev-repo: "git://github.com/didier-wenzek/ocaml-kafka.git"
build: [
  [make "lwt"] {lwt:installed}
  [make] {!lwt:installed}
]
#build-test: [make "tests"]
install: [make "install"]
remove: ["ocamlfind" "remove" "okafka"]
depopts: ["lwt"]
depends: [
  "ocaml" {< "4.03.0"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
]
depexts: [
  ["librdkafka-dev"] {os-family = "debian"}
]
synopsis:
  "Bindings for Apache Kafka - high-throughput distributed messaging system"
flags: light-uninstall
url {
  src: "https://github.com/didier-wenzek/ocaml-kafka/archive/0.2.tar.gz"
  checksum: "md5=18c8abf5d2a4ae165016aa9fe7eb09f0"
}
