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