package opam-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Some detection of OCaml version and installation specifics. Base functions lookup in the PATH, system_* functions extract the OPAMROOT paths before looking up

val ocaml_version : string option Lazy.t
val ocaml_opt_available : bool Lazy.t
val ocaml_native_available : bool Lazy.t
val system_ocamlc_version : string option Lazy.t
val system_ocamlc_where : string option Lazy.t
val system_compiler : OpamCompiler.t option Lazy.t