Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion uring.opam
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ description:
"Bindings to the Linux io_uring kernel IO interfaces. See https://github.com/ocaml-multicore/eio for a higher-level API using this."
maintainer: ["[email protected]"]
authors: ["Anil Madhavapeddy" "Sadiq Jaffer" "Thomas Leonard"]
license: "(ISC AND MIT)"
homepage: "https://github.com/ocaml-multicore/ocaml-uring"
doc: "https://ocaml-multicore.github.io/ocaml-uring/"
bug-reports: "https://github.com/ocaml-multicore/ocaml-uring/issues"
Expand Down Expand Up @@ -42,3 +41,8 @@ depexts: [
["linux-headers"] {os-distribution = "alpine"}
]
available: [os = "linux"]
license: ["ISC" "MIT"]
x-ci-accept-failures: [
"centos-7" # default C compiler does not support stdatomic.h
"oraclelinux-7" # default C compiler does not support stdatomic.h
]
5 changes: 5 additions & 0 deletions uring.opam.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@ depexts: [
["linux-headers"] {os-distribution = "alpine"}
]
available: [os = "linux"]
license: ["ISC" "MIT"]
x-ci-accept-failures: [
"centos-7" # default C compiler does not support stdatomic.h
"oraclelinux-7" # default C compiler does not support stdatomic.h
]