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