package dune-site

  1. Overview
  2. Docs
type t =
  1. | None
  2. | Relocatable
  3. | Hardcoded of string list
  4. | Findlib_config of string
val t : t Stdlib.Lazy.t