this repo has no description
1opam-version: "2.0"
2authors: "Jesse A. Tov <jesse.tov@gmail.com>"
3maintainer: "Armael <armael@isomorphis.me>"
4homepage: "https://github.com/tov/shcaml"
5dev-repo: "git+https://github.com/tov/shcaml.git"
6bug-reports: "https://github.com/tov/shcaml/issues"
7doc: "https://tov.github.io/shcaml/doc"
8license: "MIT"
9depends: [
10 "ocaml" {>= "4.02.0" & < "5.0.0"}
11 "ocamlfind" {build}
12 "ocamlbuild" {build}
13 "topkg" {build & >= "0.9.0"}
14 "cppo" {build}
15 "cppo_ocamlbuild" {build}
16 "pcre"
17 "hmap"
18 "stdcompat"
19]
20depopts: [ "lwt" "base-unix" ]
21build:
22[
23 [ "ocaml" "pkg/pkg.ml" "build"
24 "--dev-pkg" "%{pinned}%"
25 "--with-lwt" "%{lwt+base-unix:installed}%"
26 ]
27]
28synopsis: "Library for Unix shell programming"
29url {
30 src:
31 "https://github.com/tov/shcaml/releases/download/0.2.1/shcaml-0.2.1.tbz"
32 checksum: [
33 "sha256=fdae81864d48063b6321bc8d1e29b6b621432e8e2887b85e482392359824d95f"
34 "md5=10015bfebd93cf07f580dc1d77a5b69f"
35 ]
36}