opam-version: "2.0"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
homepage: "https://github.com/janestreet/shexp"
bug-reports: "https://github.com/janestreet/shexp/issues"
dev-repo: "git+https://github.com/janestreet/shexp.git"
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/shexp/index.html"
license: "MIT"
build: [
  ["dune" "build" "-p" name "-j" jobs]
]
depends: [
  "ocaml"        {>= "4.07.0"}
  "base"         {>= "v0.12" & < "v0.13"}
  "posixat"      {>= "v0.12" & < "v0.13"}
  "base-threads"
  "dune"         {>= "1.5.1"}
  "spawn"        {>= "v0.12"}
]
synopsis: "Process library and s-expression based shell"
description: "
Shexp is composed of two parts: a library providing a process monad
for shell scripting in OCaml as well as a simple s-expression based
shell interpreter. Shexp works on both Unix and Windows.
"
url {
  src: "https://ocaml.janestreet.com/ocaml-core/v0.12/files/shexp-v0.12.0.tar.gz"
  checksum: "md5=d48e292eaa2f7e4f66fa5381eddc86a9"
}
