opam-version: "2.0"
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"
dev-repo: "git+https://github.com/xapi-project/ocaml-fd-send-recv.git"
doc:          "https://github.com/xapi-project/ocaml-fd-send-recv/blob/master/lib/fd_send_recv.mli"
tags: [
  "org:mirage"
  "org:xapi-project"
]
build: make
remove: [["ocamlfind" "remove" "fd-send-recv"]]
depends: [
  "ocaml" {< "4.06.0"}
  "ocamlfind"
  "ocamlbuild" {build}
]
install: [make "install"]
available: os != "macos"
synopsis:
  "Bindings for sendmsg/recvmsg that allow Unix.file_descrs to be sent and received over Unix domain sockets"
flags: light-uninstall
url {
  src:
    "https://github.com/xapi-project/ocaml-fd-send-recv/archive/ocaml-fd-send-recv-1.0.1.tar.gz"
  checksum: "md5=17049f4dece193bfb2df52527f27af08"
}
