opam-version: "2.0"
maintainer: "Ashish Agarwal <ashish@solvuu.com>"
authors: "Solvuu"
homepage: "https://github.com/solvuu/future"
bug-reports: "https://github.com/solvuu/future/issues"
license: "ISC"
tags: "org:solvuu"
dev-repo: "git+https://github.com/solvuu/future.git"
build: [
  [make "byte"]
  [make "native"]
  [make "_build/META"]
  [make "%{name}%.install"]
]
depends: [
  "ocaml"
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "solvuu-build" {build & >= "0.1.0" & < "0.3.0"}
  "core" {>= "111.17.00" & < "v0.9.0"}
  "cfstream"
]
depopts: [
  "async"
  "lwt"
]
conflicts: [
  "async" {< "112.35.00"}
  "lwt" {< "2.5.0"}
]
synopsis: "Abstraction over Stdlib, Lwt, Async, and more."
url {
  src: "https://github.com/solvuu/future/archive/v0.2.0.tar.gz"
  checksum: "md5=326d426b1f3af6a7cfa33e932b1ee1ba"
}
