File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed
packages/fd-send-recv/fd-send-recv.2.0.3 Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ 3+ authors: [
4+ "David Scott"
5+ "David Sheets"
6+ "Euan Harris"
7+ "Vincent Bernardoff"
8+ ]
9+ license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
10+ homepage: "https://github.com/xapi-project/ocaml-fd-send-recv"
11+ bug-reports: "https://github.com/xapi-project/ocaml-fd-send-recv/issues"
12+ dev-repo: "git+https://github.com/xapi-project/ocaml-fd-send-recv.git"
13+ doc: "https://github.com/xapi-project/ocaml-fd-send-recv/blob/master/lib/fd_send_recv.mli"
14+ x-maintenance-intent: ["(latest)"]
15+ tags: [
16+ "org:mirage"
17+ "org:xapi-project"
18+ ]
19+ build: [
20+ ["dune" "build" "-p" name "-j" jobs]
21+ ["dune" "runtest" "-p" name "-j" jobs] {with-test}
22+ ["dune" "build" "@doc" "-p" name] {with-doc}
23+ ]
24+ depends: [
25+ "ocaml" {>= "4.14"}
26+ "dune" {>= "1.4"}
27+ "odoc" {with-doc}
28+ ]
29+ synopsis:
30+ "Bindings for sendmsg/recvmsg that allow Unix.file_descrs to be sent and received over Unix domain sockets"
31+ url {
32+ src:
33+ "https://github.com/xapi-project/ocaml-fd-send-recv/releases/download/v2.0.3/fd-send-recv-2.0.3.tbz"
34+ checksum: [
35+ "sha256=34970f254a14885daaabb98f5410160530aa6e994747ad1eab99ec4f61dc9934"
36+ "sha512=c50d836212d9b0e05ffa9fe83dc208929b7aab3c88340f0d7ea7a13bec802bdb15d4279c9dc146bb0b6b59d9baf7db7802d57cd35f3ecda6c2ee053c6b3c69c7"
37+ ]
38+ }
39+ x-commit-hash: "7ae08696ef551829e6a5554c4b36f77e929f44f9"
You can’t perform that action at this time.
0 commit comments