this repo has no description

Depend on base-domains instead of ocaml Pulls in older multicore packages (before `ocaml-option-nnp` was added)

Co-authored-by: Kate <kit.ty.kate@disroot.org>

Changed files
+1 -1
packages
base-nnp
base-nnp.base
+1 -1
packages/base-nnp/base-nnp.base/opam
···
by configuring with --disable-naked-pointers. The shared memory
parallelism added in OCaml 5.00.0 requires this mode.
"""
-
depends: "ocaml" {>= "5.00"} | "ocaml-option-nnp" | "ocaml-variants" {= "4.06.1+no-naked-pointers+flambda"}
···
by configuring with --disable-naked-pointers. The shared memory
parallelism added in OCaml 5.00.0 requires this mode.
"""
+
depends: "base-domains" | "ocaml-option-nnp" | "ocaml-variants" {= "4.06.1+no-naked-pointers+flambda"}