opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] 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" {>= "5.1.0"} "posixat" {>= "v0.17" & < "v0.18"} "sexplib0" {>= "v0.17" & < "v0.18"} "base-threads" "dune" {>= "3.11.0"} "spawn" {>= "v0.15"} ] available: arch != "arm32" & arch != "x86_32" 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://github.com/janestreet/shexp/archive/refs/tags/v0.17.0.tar.gz" checksum: "sha256=d19e518ace68dc86bc18e9af6b2b2ee0c62ed3341a25cf10cf464f22cb4f8b5d" }