···55 "Bindings to the Linux io_uring kernel IO interfaces. See https://github.com/ocaml-multicore/eio for a higher-level API using this."
66maintainer: ["anil@recoil.org"]
77authors: ["Anil Madhavapeddy" "Sadiq Jaffer" "Thomas Leonard"]
88-license: "(ISC AND MIT)"
98homepage: "https://github.com/ocaml-multicore/ocaml-uring"
109doc: "https://ocaml-multicore.github.io/ocaml-uring/"
1110bug-reports: "https://github.com/ocaml-multicore/ocaml-uring/issues"
···4241 ["linux-headers"] {os-distribution = "alpine"}
4342]
4443available: [os = "linux"]
4444+license: ["ISC" "MIT"]
4545+x-ci-accept-failures: [
4646+ "centos-7" # default C compiler does not support stdatomic.h
4747+ "oraclelinux-7" # default C compiler does not support stdatomic.h
4848+]
+5
uring.opam.template
···22 ["linux-headers"] {os-distribution = "alpine"}
33]
44available: [os = "linux"]
55+license: ["ISC" "MIT"]
66+x-ci-accept-failures: [
77+ "centos-7" # default C compiler does not support stdatomic.h
88+ "oraclelinux-7" # default C compiler does not support stdatomic.h
99+]