opam-version: "2.0"
maintainer: "Kate <kit.ty.kate@disroot.org>"
authors: "Kate <kit.ty.kate@disroot.org>"
homepage: "https://github.com/kit-ty-kate/macaque_lwt"
bug-reports: "https://github.com/kit-ty-kate/macaque_lwt/issues"
dev-repo: "git://github.com/kit-ty-kate/macaque_lwt.git"
build: make
remove: [["ocamlfind" "remove" "macaque_lwt"]]
depends: [
  "ocaml" {< "4.06.0"}
  "ocamlfind" {build}
  "macaque"
  "lwt" {< "4.0.0"}
  "ocamlbuild" {build}
]
install: [make "install"]
synopsis: "Utils for MaCaQue with Lwt"
flags: light-uninstall
url {
  src:
    "https://bitbucket.org/deplai_j/macaque_lwt/downloads/macaque_lwt-0.1.tar.gz"
  checksum: "md5=c52252cc0becb9ea857979c8b7637176"
}
