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]
9homepage: "https://github.com/xapi-project/ocaml-fd-send-recv"
10bug-reports: "https://github.com/xapi-project/ocaml-fd-send-recv/issues"
11dev-repo: "git+https://github.com/xapi-project/ocaml-fd-send-recv.git"
12doc: "https://github.com/xapi-project/ocaml-fd-send-recv/blob/master/lib/fd_send_recv.mli"
13tags: [
14 "org:mirage"
15 "org:xapi-project"
16]
17build: [
18 ["dune" "build" "-p" name "-j" jobs]
19 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
20 ["dune" "build" "@doc" "-p" name] {with-doc}
21]
22depends: [
23 "ocaml" {< "5.0"}
24 "dune" {>= "1.4"}
25 "odoc" {with-doc}
26]
27synopsis:
28 "Bindings for sendmsg/recvmsg that allow Unix.file_descrs to be sent and received over Unix domain sockets"
29url {
30 src:
31 "https://github.com/xapi-project/ocaml-fd-send-recv/archive/v2.0.1.tar.gz"
32 checksum: [
33 "sha256=659430d7d4a2ebe70197ba7f7d7dc16738b5791d77b85823a98d64e7b0ca0eb1"
34 "md5=b46b56f70b3f4e0ab453ba3b25b43784"
35 ]
36}