opam-version: "2.0" maintainer: "xen-api@lists.xensource.com" 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: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ["dune" "build" "@doc" "-p" name] {with-doc} ] depends: [ "ocaml" {< "5.0"} "dune" {>= "1.4"} "odoc" {with-doc} ] synopsis: "Bindings for sendmsg/recvmsg that allow Unix.file_descrs to be sent and received over Unix domain sockets" url { src: "https://github.com/xapi-project/ocaml-fd-send-recv/archive/v2.0.1.tar.gz" checksum: [ "sha256=659430d7d4a2ebe70197ba7f7d7dc16738b5791d77b85823a98d64e7b0ca0eb1" "md5=b46b56f70b3f4e0ab453ba3b25b43784" ] }