opam-version: "2.0" maintainer: "David Sheets " authors: ["David Sheets" "Jonathan Protzenko"] homepage: "https://github.com/dsheets/ocaml-process" bug-reports: "https://github.com/dsheets/ocaml-process/issues" license: "ISC" tags: ["process" "subprocess" "command" "system"] dev-repo: "git+https://github.com/dsheets/ocaml-process.git" build: [make] install: [make "install"] remove: ["ocamlfind" "remove" "process"] depends: [ "ocaml" {>= "4.01.0"} "ocamlfind" {build} "ocamlbuild" {build} "base-unix" "base-bytes" ] conflicts: ["ocaml-option-bytecode-only"] synopsis: "Easy process control" description: "process makes it easy to use commands like functions." flags: light-uninstall url { src: "https://github.com/dsheets/ocaml-process/archive/0.2.1.tar.gz" checksum: [ "sha256=90d0751f3db42176a33adad97193514821482ebc6ee7d4c9d7ef0f70fb1ada3e" "md5=73b7ad5773619343db3b262839aa527e" ] }