opam-version: "2.0"
maintainer: "Adriaan Larmuseau <adriaan.larmuseau@gmail.com>"
authors: "Adriaan Larmuseau <adriaan.larmuseau@gmail.com>"
homepage: "https://github.com/sylvarant/captureio"
bug-reports: "https://github.com/sylvarant/captureio/issues"
license: "Artistic-2.0"
dev-repo: "git+https://github.com/sylvarant/captureio.git"
build: [
  [make "library"]
  [make "test"] {with-test}
]
install: [make "install"]
remove: ["ocamlfind" "remove" "captureio"]
depends: [
  "ocaml" {>= "4.02.0"}
  "ocamlfind" {build}
  "testsimple" {with-test}
  "ocamlbuild" {build}
]
synopsis: "Capture output to Stderr and Stdout"
description:
  "This library enables you to capture print outs to stdout and stderr with minimal effort."
flags: light-uninstall
url {
  src: "https://github.com/sylvarant/captureio/archive/v0.1.2.tar.gz"
  checksum: "md5=238638ade7342e1b4a75677abf43fe4f"
}
