opam-version: "2.0"
authors: "Jesse A. Tov <jesse.tov@gmail.com>"
maintainer: "Armael <armael@isomorphis.me>"
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"}
  "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: "md5=10015bfebd93cf07f580dc1d77a5b69f"
}
