File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 11# ocaml-uring -- bindings to Linux io_uring
22
3- These are OCaml bindings for the Linux [ io_uring] [ ] stack
3+ These are OCaml bindings for the Linux [ io_uring] [ liburing ] stack
44(an alternative to using syscalls such as ` select ` or ` epoll ` ).
55
66The [ Eio] [ ] library provides a higher-level effects-based API
@@ -16,5 +16,11 @@ To use the library directly:
1616
1717The ` tests ` directory contains some examples.
1818
19- [ io_uring ] : https://github.com/axboe/liburing
19+ ## License
20+
21+ This library is released under the ISC license (see [ LICENSE.md] ( ./LICENSE.md ) ),
22+ but note that the repository also vendors [ liburing] [ ] -
23+ see [ vendor/liburing/README] ( ./vendor/liburing/README ) .
24+
25+ [ liburing ] : https://github.com/axboe/liburing
2026[ Eio ] : https://github.com/ocaml-multicore/eio
Original file line number Diff line number Diff line change 33( generate_opam_files true )
44( formatting disabled)
55( source ( github ocaml-multicore/ocaml-uring) )
6- ( license ISC)
6+ ( license " ( ISC AND MIT) " )
77( authors " Anil Madhavapeddy" " Sadiq Jaffer" " Thomas Leonard" )
8899( package
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ 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."
6677authors: ["Anil Madhavapeddy" "Sadiq Jaffer" "Thomas Leonard"]
8- license: "ISC"
8+ license: "( ISC AND MIT) "
99homepage: "https://github.com/ocaml-multicore/ocaml-uring"
1010bug-reports: "https://github.com/ocaml-multicore/ocaml-uring/issues"
1111depends: [
You can’t perform that action at this time.
0 commit comments