this repo has no description
0
fork

Configure Feed

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

Merge pull request #26615 from Leonidas-from-XIV/rusage-ocaml-dependency

Add `ocaml` dependency to `rusage`

authored by

Marcello Seri and committed by
GitHub
84c625d1 4c78298c

+2
+2
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 ] 13 + license: "MIT" 12 14 build: [ 13 15 ["dune" "subst"] {dev} 14 16 [