opam-version: "2.0"
name: "fd-send-recv"
version: "2.0.3"
synopsis:
  "Bindings for sendmsg/recvmsg that allow Unix.file_descrs to be sent and received over Unix domain sockets"
maintainer: "xen-api@lists.xensource.com"
authors: ["David Scott" "David Sheets" "Euan Harris" "Vincent Bernardoff"]
license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
tags: ["org:mirage" "org:xapi-project"]
homepage: "https://github.com/xapi-project/ocaml-fd-send-recv"
doc:
  "https://github.com/xapi-project/ocaml-fd-send-recv/blob/master/lib/fd_send_recv.mli"
bug-reports: "https://github.com/xapi-project/ocaml-fd-send-recv/issues"
depends: [
  "ocaml" {>= "4.14"}
  "dune" {>= "1.4"}
  "odoc" {with-doc}
]
build: [
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
  ["dune" "build" "@doc" "-p" name] {with-doc}
]
dev-repo: "git+https://github.com/xapi-project/ocaml-fd-send-recv.git"
url {
  src:
    "https://github.com/xapi-project/ocaml-fd-send-recv/releases/download/v2.0.3/fd-send-recv-2.0.3.tbz"
  checksum: [
    "sha256=34970f254a14885daaabb98f5410160530aa6e994747ad1eab99ec4f61dc9934"
    "sha512=c50d836212d9b0e05ffa9fe83dc208929b7aab3c88340f0d7ea7a13bec802bdb15d4279c9dc146bb0b6b59d9baf7db7802d57cd35f3ecda6c2ee053c6b3c69c7"
  ]
}
x-commit-hash: "7ae08696ef551829e6a5554c4b36f77e929f44f9"
x-maintenance-intent: ["(latest)"]
