opam-version: "2.0"
maintainer: "Ivan Gotovchits <ivg@ieee.org>"
authors: "BAP Team"
homepage: "https://github.com/BinaryAnalysisPlatform/core-lwt/"
bug-reports: "https://github.com/BinaryAnalysisPlatform/core-lwt/issues"
dev-repo: "git://github.com/BinaryAnalysisPlatform/core-lwt/"
license: "MIT"
build: [
  ["oasis" "setup"]
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
]

install: [
  ["ocaml" "setup.ml" "-install"]
]

remove: [
  ["ocamlfind" "remove" "core_lwt"]
]

depends: [
  "ocaml" {>= "4.01.0"}
  "oasis" {build & >= "0.4.0"}
  "base-unix"
  "base-threads"
  "core_kernel" {< "v0.9.0"}
  "lwt" {< "3.0.0"}
]
synopsis: "Lwt library wrapper in the Janestreet core style"
description: """
Provides an interface to Lwt library that follows the Janestreet
coding standards."""
flags: light-uninstall
url {
  src:
    "https://github.com/BinaryAnalysisPlatform/core-lwt/archive/0.1.tar.gz"
  checksum: "md5=0c38f8048f76586eef51a80973452776"
}
