this repo has no description
1opam-version: "2.0" 2maintainer: "Adriaan Larmuseau <adriaan.larmuseau@gmail.com>" 3authors: "Adriaan Larmuseau <adriaan.larmuseau@gmail.com>" 4homepage: "https://github.com/sylvarant/captureio" 5bug-reports: "https://github.com/sylvarant/captureio/issues" 6license: "Artistic-2.0" 7dev-repo: "git+https://github.com/sylvarant/captureio.git" 8build: [ 9 [make "library"] 10 [make "test"] {with-test} 11] 12install: [make "install"] 13remove: ["ocamlfind" "remove" "captureio"] 14depends: [ 15 "ocaml" {>= "4.02.0" & < "5.0"} 16 "ocamlfind" {build} 17 "testsimple" {with-test} 18 "ocamlbuild" {build} 19] 20synopsis: "Capture output to Stderr and Stdout" 21description: 22 "This library enables you to capture print outs to stdout and stderr with minimal effort." 23flags: light-uninstall 24url { 25 src: "https://github.com/sylvarant/captureio/archive/v0.1.2.tar.gz" 26 checksum: [ 27 "sha256=c7be0ea52ec65c24d2a2cb41c3f5dac3891b8be2d5d2d1529eefba0cfba7be58" 28 "md5=238638ade7342e1b4a75677abf43fe4f" 29 ] 30}