opam-version: "1.2"
maintainer: "Anil Madhavapeddy <anil@recoil.org>"
authors: ["Anil Madhavapeddy" "Mindy Preston" "Thomas Gazagnaire"]
homepage: "https://github.com/mirage/mirage-channel"
bug-reports: "https://github.com/mirage/mirage-channel/issues"
license: "ISC"
doc: "http://mirage.github.io/mirage-channel/"
tags: "org:mirage"
dev-repo: "https://github.com/mirage/mirage-channel.git"
build: [
  ["jbuilder" "subst" "-p" name] {pinned}
  ["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
  "jbuilder" {build & >= "1.0+beta10"}
  "mirage-flow" {>= "1.2.0"}
]
conflicts: [
  "tcpip" {< "3.0.0"}
]
available: [ocaml-version >= "4.02.3"]
