opam-version: "2.0"
maintainer: "rudi.grinberg@gmail.com"
authors: [ "Rudi Grinberg" ]
license: "MIT"
homepage: "https://github.com/rgrinberg/asynz-zmq"

build: [
  [make "configure-no-tests"]
  [make "build"]
]
remove: [
  ["ocamlfind" "remove" "async_zmq"]
]
depends: [
  "ocaml"
  "async" {< "v0.15"}
  "sexplib" {< "113.01.00"}
  "fieldslib" {< "113.01.00"}
  "zmq" {>= "4.0-2" & < "5.0.0"}
  "ocamlfind"
  "oasis"
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/rgrinberg/async-zmq"
install: [make "install"]
synopsis: "Async wrapper for OCaml's zeromq bindings"
description: "A faithful port of lwt-zmq"
flags: light-uninstall
url {
  src: "https://github.com/rgrinberg/async-zmq/archive/v0.0.1.tar.gz"
  checksum: "md5=197082fc282d0454b5c281ff4db8b9b7"
}
