this repo has no description
1opam-version: "2.0"
2maintainer: "David Sheets <sheets@alum.mit.edu>"
3authors: ["David Sheets" "Jonathan Protzenko"]
4homepage: "https://github.com/dsheets/ocaml-process"
5bug-reports: "https://github.com/dsheets/ocaml-process/issues"
6license: "ISC"
7tags: ["process" "subprocess" "command" "system"]
8dev-repo: "git+https://github.com/dsheets/ocaml-process.git"
9build: [make]
10install: [make "install"]
11remove: ["ocamlfind" "remove" "process"]
12depends: [
13 "ocaml" {>= "4.01.0"}
14 "ocamlfind" {build}
15 "ocamlbuild" {build}
16 "base-unix"
17 "base-bytes"
18]
19conflicts: ["ocaml-option-bytecode-only"]
20synopsis: "Easy process control"
21description: "process makes it easy to use commands like functions."
22flags: light-uninstall
23url {
24 src: "https://github.com/dsheets/ocaml-process/archive/0.2.1.tar.gz"
25 checksum: [
26 "sha256=90d0751f3db42176a33adad97193514821482ebc6ee7d4c9d7ef0f70fb1ada3e"
27 "md5=73b7ad5773619343db3b262839aa527e"
28 ]
29}