opam-version: "2.0"
maintainer: "Ashish Agarwal <ashish@solvuu.com>"
authors: ["Solvuu LLC"]
license: "ISC"
homepage: "https://github.com/solvuu/future"
dev-repo: "git+https://github.com/solvuu/future.git"
bug-reports: "https://github.com/solvuu/future/issues"
tags: ["org:solvuu"]

build: [
  [make "byte"]
  [make "native"]
]

install: [
  [make "META"]
  [make "%{name}%.install"]
]

depends: [
  "ocaml"
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "solvuu_build" {build}
  "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."
flags: light-uninstall
url {
  src: "https://github.com/solvuu/future/archive/v0.1.0.tar.gz"
  checksum: "md5=b1d3d6c455ec2f123254b5d2995b63c1"
}
