opam-version: "2.0" maintainer: "David Sheets " authors: "David Sheets " 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.0.tar.gz" checksum: [ "sha256=4d4c9ac18eed3dc34ba24e535d981ab042f6ed347d15f92f0fec180441b84667" "md5=86c346f76533215452904b9434b075aa" ] }