this repo has no description

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>

Changed files
+1
packages
either
either.1.0.0
+1
packages/either/either.1.0.0/opam
···
bug-reports: "https://github.com/mirage/either/issues"
depends: [
"dune" {>= "2.0"}
]
build: [
["dune" "subst"] {dev}
···
bug-reports: "https://github.com/mirage/either/issues"
depends: [
"dune" {>= "2.0"}
+
"ocaml"
]
build: [
["dune" "subst"] {dev}