module Config: sig
.. end
Information about version of Frama-C.
The body of this module is generated from Makefile.
Consult the Plugin Development Guide for additional details.
val version : string
Frama-C Version identifier.
val date : string
Compilation date.
val is_gui : bool Pervasives.ref
Is the Frama-C GUI running?
Since Beryllium-20090601-beta1
val ocamlc : string
Name of the bytecode compiler.
Since Boron-20100401
val ocamlopt : string
Name of the native compiler.
Since Boron-20100401
val datadir : string
Directory where architecture independent files are.
val libdir : string
Directory where the Frama-C kernel library is.
Since Beryllium-20090601-beta1
val plugin_dir : string
Directory where the Frama-C dynamic plug-ins are.
Since Beryllium-20090601-beta1
val static_plugins : string list
Plug-ins statically linked within Frama-C.
val static_gui_plugins : string list
GUI of plug-ins statically linked within Frama-C.
val compilation_unit_names : string list
List of names of all kernel compilation units.
Since Boron-20100401
val preprocessor : string
Name of the default command to call the preprocessor.
If the CPP environment variable is set, use it
else use the built-in default from autoconf. Usually this is
"gcc -C -E -I."
Since Oxygen-20120901
: bool
true
if the default preprocessor selected during compilation is
able to keep comments (hence ACSL annotations) in its output.
Since Neon-rc3
val dot : string option
Dot command name.
Since Carbon-20101201
Returns None
if `dot' is not installed.