···11# ocaml-uring -- bindings to Linux io_uring
2233+* [API documentation](https://ocaml-multicore.github.io/ocaml-uring/uring/index.html)
44+35These are OCaml bindings for the Linux [io_uring][liburing] stack
46(an alternative to using syscalls such as `select` or `epoll`).
57
+1
dune-project
···66(license "(ISC AND MIT)")
77(authors "Anil Madhavapeddy" "Sadiq Jaffer" "Thomas Leonard")
88(maintainers "anil@recoil.org")
99+(documentation "https://ocaml-multicore.github.io/ocaml-uring/")
910(package
1011 (name uring)
1112 (synopsis "OCaml bindings for Linux io_uring")