File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ description:
5
5
"Bindings to the Linux io_uring kernel IO interfaces. See https://github.com/ocaml-multicore/eio for a higher-level API using this."
6
6
maintainer: ["anil@recoil.org"]
7
7
authors: ["Anil Madhavapeddy" "Sadiq Jaffer" "Thomas Leonard"]
8
- license: "(ISC AND MIT)"
9
8
homepage: "https://github.com/ocaml-multicore/ocaml-uring"
10
9
doc: "https://ocaml-multicore.github.io/ocaml-uring/"
11
10
bug-reports: "https://github.com/ocaml-multicore/ocaml-uring/issues"
@@ -42,3 +41,4 @@ depexts: [
42
41
["linux-headers"] {os-distribution = "alpine"}
43
42
]
44
43
available: [os = "linux"]
44
+ license: ["ISC" "MIT"]
Original file line number Diff line number Diff line change @@ -2,3 +2,4 @@ depexts: [
2
2
["linux-headers"] {os-distribution = "alpine"}
3
3
]
4
4
available: [os = "linux"]
5
+ license: ["ISC" "MIT"]
You can’t perform that action at this time.
0 commit comments