opam-version: "2.0" maintainer: "https://github.com/ocaml/opam-repository/issues" synopsis: "Naked pointers prohibited in the OCaml heap" description: """ Installed when the compiler does not permit naked pointers in the heap. Prior to OCaml 5.00.0, this mode was expressly selected 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"}