opam-version: "2.0" authors: "Jesse A. Tov " maintainer: "Armael " homepage: "https://github.com/tov/shcaml" dev-repo: "git+https://github.com/tov/shcaml.git" bug-reports: "https://github.com/tov/shcaml/issues" doc: "https://tov.github.io/shcaml/doc" license: "MIT" depends: [ "ocaml" {>= "4.02.0" & < "5.0.0"} "ocamlfind" {build} "ocamlbuild" {build} "topkg" {build & >= "0.9.0"} "cppo" {build} "cppo_ocamlbuild" {build} "pcre" "hmap" "stdcompat" ] depopts: [ "lwt" "base-unix" ] build: [ [ "ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{pinned}%" "--with-lwt" "%{lwt+base-unix:installed}%" ] ] synopsis: "Library for Unix shell programming" url { src: "https://github.com/tov/shcaml/releases/download/0.2.1/shcaml-0.2.1.tbz" checksum: [ "sha256=fdae81864d48063b6321bc8d1e29b6b621432e8e2887b85e482392359824d95f" "md5=10015bfebd93cf07f580dc1d77a5b69f" ] }