1 { lib, fetchurl, buildDunePackage }:
10 url = "https://github.com/CraigFe/ocaml-rusage/releases/download/${version}/rusage-${version}.tbz";
11 hash = "sha256-OgYA2Fe1goqoaOS45Z6FBJNNYN/uq+KQoUwG8KSo6Fk=";
15 description = "Bindings to the GETRUSAGE(2) syscall";
16 homepage = "https://github.com/CraigFe/ocaml-rusage";
17 license = lib.licenses.mit;
18 maintainers = [ lib.maintainers.vbgl ];