package opam-state

  1. Overview
  2. Docs
type OpamStd.Config.E.t +=
  1. | BUILDDOC of bool option
  2. | BUILDTEST of bool option
  3. | DOWNLOADJOBS of int option
  4. | DRYRUN of bool option
  5. | IGNORECONSTRAINTS of string option
  6. | JOBS of int option
  7. | LOCKED of string option
  8. | MAKECMD of string option
  9. | NODEPEXTS of bool option
  10. | NOENVNOTICE of bool option
  11. | ROOT of string option
  12. | SWITCH of string option
  13. | UNLOCKBASE of bool option
  14. | WITHDOC of bool option
  15. | WITHTEST of bool option
val root : unit -> string option
val switch : unit -> string option