boot.ml
Pdg_types
crowbar_utils
frama-c-acsl-importer.core
frama-c-alias.core
frama-c-aorai.core
frama-c-api_generator.core
frama-c-callgraph.core
frama-c-constant_propagation.core
frama-c-dive.core
frama-c-e-acsl.core
frama-c-eva.core
frama-c-eva.numerors
frama-c-eva.server_api
frama-c-from.core
frama-c-impact.core
frama-c-inout.core
frama-c-instantiate.core
frama-c-loop-analysis.core
frama-c-markdown-report.core
frama-c-markdown-report.eva-info
frama-c-metrics.core
frama-c-nonterm.core
frama-c-obfuscator.core
frama-c-occurrence.core
frama-c-pdg.core
frama-c-pdg.types
frama-c-reduc.core
frama-c-region.core
frama-c-report.core
frama-c-rtegen.core
frama-c-scope.core
frama-c-security_slicing.core
frama-c-server.core
frama-c-slicing.core
frama-c-sparecode.core
frama-c-studia.core
frama-c-volatile.core
frama-c-wp.core
frama-c.analysis-scripts
frama-c.boot
frama-c.fc_internal_z
frama-c.init
frama-c.kernel
markdown_report_eva_info
numerors
ppx_z_literals
qed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 (**************************************************************************) (* *) (* SPDX-License-Identifier LGPL-2.1 *) (* Copyright (C) *) (* CEA (Commissariat à l'énergie atomique et aux énergies alternatives) *) (* *) (**************************************************************************) (** Frama-C Entry Point (last linked module). @see <https://frama-c.com/download/frama-c-plugin-development-guide.pdf> *) let () = Frama_c_kernel.Boot.boot () (* Implicit exit 0 if we haven't exited yet *)
1 2 3 4 5 6 7 8 9 10 11 12 13 14
(**************************************************************************) (* *) (* SPDX-License-Identifier LGPL-2.1 *) (* Copyright (C) *) (* CEA (Commissariat à l'énergie atomique et aux énergies alternatives) *) (* *) (**************************************************************************) (** Frama-C Entry Point (last linked module). @see <https://frama-c.com/download/frama-c-plugin-development-guide.pdf> *) let () = Frama_c_kernel.Boot.boot () (* Implicit exit 0 if we haven't exited yet *)