opam-version: "2.0"
synopsis: "Redirect channels"
description: """
Redirect channels to files, strings...
"""
maintainer: ["Thierry Martinez <thierry.martinez@inria.fr>"]
authors: ["Thierry Martinez <thierry.martinez@inria.fr>"]
license: "BSD"
homepage: "https://github.com/thierry-martinez/redirect"
doc: "https://github.com/thierry-martinez/redirect"
bug-reports: "https://github.com/thierry-martinez/redirect"
depends: [
  "ocaml" {>= "4.03.0"}
  "dune" {>= "1.11.0"}
  "stdcompat" {>= "10"}
]
build: [
  ["dune" "subst"] {pinned}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://github.com/thierry-martinez/redirect"
url {
  src: "https://github.com/thierry-martinez/redirect/archive/v0.1.1.tar.gz"
  checksum: "sha512=4b69814cac8e2d5e1aea36305f57b2c64fde0694f188fd431a811bec6b5563c8bbf226a77e49ffa82892010feec4aafc792eaf083377d71a7d29d45e4eaedc59"
}
