this repo has no description

Add dependency on an OCaml package for `semaphore-compat`

Dune's package management is more strict about dependencies so package
that don't depend on `ocaml` don't have an OCaml compiler available.

This PR adds the dependency.

Changed files
+2
packages
semaphore-compat
semaphore-compat.1.0.0
semaphore-compat.1.0.1
+1
packages/semaphore-compat/semaphore-compat.1.0.0/opam
···
doc: "https://mirage.github.io/semaphore-compat"
bug-reports: "https://github.com/mirage/semaphore-compat/issues"
depends: [
"dune" {>= "2.0"}
]
build: [
···
doc: "https://mirage.github.io/semaphore-compat"
bug-reports: "https://github.com/mirage/semaphore-compat/issues"
depends: [
+
"ocaml"
"dune" {>= "2.0"}
]
build: [
+1
packages/semaphore-compat/semaphore-compat.1.0.1/opam
···
doc: "https://mirage.github.io/semaphore-compat"
bug-reports: "https://github.com/mirage/semaphore-compat/issues"
depends: [
"dune" {>= "2.0"}
]
build: [
···
doc: "https://mirage.github.io/semaphore-compat"
bug-reports: "https://github.com/mirage/semaphore-compat/issues"
depends: [
+
"ocaml"
"dune" {>= "2.0"}
]
build: [