opam-version: "1.2"
maintainer: "dave@recoil.org"
authors: ["David Scott" "David Sheets" "Euan Harris" "Vincent Bernardoff"]
homepage: "https://github.com/xapi-project/ocaml-fd-send-recv"
bug-reports: "https://github.com/xapi-project/ocaml-fd-send-recv/issues"
doc:
  "https://github.com/xapi-project/ocaml-fd-send-recv/blob/master/lib/fd_send_recv.mli"
tags: ["org:mirage" "org:xapi-project"]
dev-repo: "https://github.com/xapi-project/ocaml-fd-send-recv.git"
build: ["jbuilder" "build" "-p" name "-j" jobs]
build-test: ["jbuilder" "runtest" "-p" name "-j" jobs]
depends: [
  "jbuilder" {build}
]
