this repo has no description
1opam-version: "2.0" 2maintainer: "xen-api@lists.xensource.com" 3authors: [ 4 "David Scott" 5 "David Sheets" 6 "Euan Harris" 7 "Vincent Bernardoff" 8] 9license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 10homepage: "https://github.com/xapi-project/ocaml-fd-send-recv" 11bug-reports: "https://github.com/xapi-project/ocaml-fd-send-recv/issues" 12dev-repo: "git+https://github.com/xapi-project/ocaml-fd-send-recv.git" 13doc: "https://github.com/xapi-project/ocaml-fd-send-recv/blob/master/lib/fd_send_recv.mli" 14tags: [ 15 "org:mirage" 16 "org:xapi-project" 17] 18build: [ 19 ["dune" "build" "-p" name "-j" jobs] 20 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 21 ["dune" "build" "@doc" "-p" name] {with-doc} 22] 23depends: [ 24 "ocaml" {>= "5.0"} 25 "dune" {>= "1.4"} 26 "odoc" {with-doc} 27] 28synopsis: 29 "Bindings for sendmsg/recvmsg that allow Unix.file_descrs to be sent and received over Unix domain sockets" 30url { 31 src: 32 "https://github.com/xapi-project/ocaml-fd-send-recv/archive/v2.0.2.tar.gz" 33 checksum: "sha256=25f5e8bca7d8c7b71671ed304f8a70f779a5aed1f807c660379baeda2f622fc9" 34}