this repo has no description
1opam-version: "2.0"
2maintainer: "https://github.com/ocaml/opam-repository/issues"
3synopsis: "Naked pointers prohibited in the OCaml heap"
4description: """
5Installed when the compiler does not permit naked pointers in
6the heap. Prior to OCaml 5.00.0, this mode was expressly selected
7by configuring with --disable-naked-pointers. The shared memory
8parallelism added in OCaml 5.00.0 requires this mode.
9"""
10depends: "base-domains" | "ocaml-option-nnp" | "ocaml-variants" {= "4.06.1+no-naked-pointers+flambda"}