this repo has no description
1opam-version: "2.0" 2maintainer: "dave@recoil.org" 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 ["jbuilder" "build" "-p" name "-j" jobs] 19 ["jbuilder" "runtest" "-p" name "-j" jobs] {with-test & ocaml:version < "4.06"} 20] 21depends: [ 22 "ocaml" {< "5.0"} 23 "jbuilder" {>= "1.0+beta10"} 24] 25synopsis: 26 "Bindings for sendmsg/recvmsg that allow Unix.file_descrs to be sent and received over Unix domain sockets" 27url { 28 src: 29 "https://github.com/xapi-project/ocaml-fd-send-recv/archive/v1.0.5.tar.gz" 30 checksum: [ 31 "sha256=59b5114fa48dd14067cc234a84e14e45651d9b0821a0266e6ed0c28a28551b7c" 32 "md5=e23e3250191fbdeee69715aa706d623c" 33 ] 34}