Skip to content

Commit 2508cb5

Browse files
talex5kit-ty-kate
andcommitted
Use opam-repository syntax for license
Uses a template file as a work-around for this dune bug: ocaml/dune#6103 Also, ignore CI failures on some old distros. Co-authored-by: Kate <kit.ty.kate@disroot.org>
1 parent c302549 commit 2508cb5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

uring.opam

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ description:
55
"Bindings to the Linux io_uring kernel IO interfaces. See https://github.com/ocaml-multicore/eio for a higher-level API using this."
66
maintainer: ["anil@recoil.org"]
77
authors: ["Anil Madhavapeddy" "Sadiq Jaffer" "Thomas Leonard"]
8-
license: "(ISC AND MIT)"
98
homepage: "https://github.com/ocaml-multicore/ocaml-uring"
109
doc: "https://ocaml-multicore.github.io/ocaml-uring/"
1110
bug-reports: "https://github.com/ocaml-multicore/ocaml-uring/issues"
@@ -42,3 +41,8 @@ depexts: [
4241
["linux-headers"] {os-distribution = "alpine"}
4342
]
4443
available: [os = "linux"]
44+
license: ["ISC" "MIT"]
45+
x-ci-accept-failures: [
46+
"centos-7" # default C compiler does not support stdatomic.h
47+
"oraclelinux-7" # default C compiler does not support stdatomic.h
48+
]

uring.opam.template

+5
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@ depexts: [
22
["linux-headers"] {os-distribution = "alpine"}
33
]
44
available: [os = "linux"]
5+
license: ["ISC" "MIT"]
6+
x-ci-accept-failures: [
7+
"centos-7" # default C compiler does not support stdatomic.h
8+
"oraclelinux-7" # default C compiler does not support stdatomic.h
9+
]

0 commit comments

Comments
 (0)