opam-version: "2.0"
maintainer: "opensource@janestreet.com"
build: make
remove: [["ocamlfind" "remove" "async_shell"]]
depends: [
  "ocaml" {>= "4.00.0"}
  "camlp4"
  "async" {>= "109.17.00" & <= "110.01.00"}
  "core_extended" {>= "109.28.00" & <= "110.01.00"}
  "ocamlbuild" {build}
]
install: [make "install"]
synopsis: "Shell helpers for Async"
flags: light-uninstall
url {
  src:
    "https://ocaml.janestreet.com/ocaml-core/109.28.00/individual/async_shell-109.28.02.tar.gz"
  checksum: "md5=b780cefcd806e0ce843d9b416b035a90"
}
