this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add `ocaml` dependency to `rusage`

Compiling rusage requires an OCaml compiler, thus this PR adds that
dependency.

+1
+1
packages/rusage/rusage.1.0.0/opam
··· 7 7 doc: "https://CraigFe.github.io/ocaml-rusage/" 8 8 bug-reports: "https://github.com/CraigFe/ocaml-rusage/issues" 9 9 depends: [ 10 + "ocaml" 10 11 "dune" {>= "2.0"} 11 12 ] 12 13 build: [