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