this repo has no description
0
fork

Configure Feed

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

Add ocaml as a dependency of either

The package `either` builds with dune, and the dune executable doesn't
assume that an ocaml compiler is installed when building a project.
Packages that build with dune and need an ocaml compiler must depend
on the `ocaml` package.

Signed-off-by: Stephen Sherratt <stephen@sherra.tt>

+1
+1
packages/either/either.1.0.0/opam
··· 13 13 bug-reports: "https://github.com/mirage/either/issues" 14 14 depends: [ 15 15 "dune" {>= "2.0"} 16 + "ocaml" 16 17 ] 17 18 build: [ 18 19 ["dune" "subst"] {dev}