11 buildDunePackage rec {
15 minimalOCamlVersion = "4.12";
18 url = "https://github.com/ocaml-multicore/ocaml-${pname}/releases/download/v${version}/${pname}-${version}.tbz";
19 hash = "sha256-4OGst19vqEzuNVxO5xxtzS+mEilEBFoEc7lC3j3sTk4=";
22 propagatedBuildInputs = [
45 homepage = "https://github.com/ocaml-multicore/ocaml-${pname}";
46 changelog = "https://github.com/ocaml-multicore/ocaml-${pname}/raw/v${version}/CHANGES.md";
47 description = "Bindings to io_uring for OCaml";
48 license = with lib.licenses; [ isc mit ];
49 platforms = lib.platforms.linux;
50 maintainers = with lib.maintainers; [ toastal ];