package base-nnp

  1. Overview
  2. Docs
Naked pointers prohibited in the OCaml heap

Install

Dune Dependency

Authors

Maintainers

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.

Published: 24 Jan 2022

Dependencies (3)

  1. ocaml-variants = "4.06.1+no-naked-pointers+flambda"
  2. ocaml-option-nnp
  3. base-domains

Dev Dependencies

None

Used by (4)

  1. ocaml-base-compiler >= "5.0.0~alpha0"
  2. ocaml-option-nnp
  3. ocaml-system >= "5.0.0"
  4. ocaml-variants = "4.06.1+no-naked-pointers+flambda" | >= "5.0.0~alpha0+options" & != "5.0.0+trunk" & != "5.1.0+trunk" & != "5.1.1+trunk"

Conflicts

None