10 buildDunePackage rec {
14 minimalOCamlVersion = "4.12";
17 url = "https://github.com/anuragsoni/kqueue-ml/releases/download/${version}/kqueue-${version}.tbz";
18 hash = "sha256-fJHhmAp0EFzR9JH93a+EHy1auwSBKZV/XcBQLCedJLc=";
33 description = "OCaml bindings for kqueue event notification interface";
34 homepage = "https://github.com/anuragsoni/kqueue-ml";
35 changelog = "https://github.com/anuragsoni/kqueue-ml/blob/${version}/CHANGES.md";
36 license = lib.licenses.bsd3;
37 maintainers = with lib.maintainers; [ sixstring982 ];