this repo has no description
1opam-version: "2.0"
2maintainer: "David Kaloper Meršinjak <david@numm.org>"
3authors: ["David Kaloper Meršinjak <david@numm.org>"]
4homepage: "https://github.com/pqwy/sendmsg"
5doc: "https://pqwy.github.io/sendmsg/doc"
6license: "ISC"
7dev-repo: "git+https://github.com/pqwy/sendmsg.git"
8bug-reports: "https://github.com/pqwy/sendmsg/issues"
9build: [
10 "ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"
11 "--with-lwt" "%{lwt:installed}%"
12]
13depends: [
14 "ocaml" {>= "4.02.0"}
15 "ocamlfind" {build}
16 "ocamlbuild" {build}
17 "topkg" {build}
18 "ocb-stubblr" {build}
19 "alcotest" {with-test}
20]
21depopts: [ "lwt" ]
22conflicts: [ "ocb-stubblr" {<"0.1.0"} ]
23synopsis: "π-calculus? In _my_ kernel?"
24description: """
25Higher-order sockets, oh my!
26
27
28sendmsg is a straightforward OCaml binding to POSIX `sendmsg(3)` and `recvmsg(3)`
29API. Provides scatter-gather IO and passing file descriptors as ancillary data.
30
31sendmsg is distributed under the ISC license."""
32url {
33 src:
34 "https://github.com/pqwy/sendmsg/releases/download/v0.0.2/sendmsg-0.0.2.tbz"
35 checksum: [
36 "sha256=3bf5dd9c7e019ebe238c7bf6e65b267841685148783e0e30f1a302be6759fc43"
37 "md5=3efcf4186dc080e0fdb030d0fb7d4ab4"
38 ]
39}