frama-c 20220511-manganese-5build5 source package in Ubuntu

Changelog

frama-c (20220511-manganese-5build5) noble; urgency=medium

  * Rebuild against new OCAML ABIs.

 -- Gianfranco Costamagna <email address hidden>  Thu, 22 Feb 2024 08:36:38 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Noble
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
frama-c_20220511-manganese.orig.tar.gz 7.7 MiB 5efcab6ba0c291f7d5eacc64ced1a2e6e52f45fc029e997fca0997f13142d2fe
frama-c_20220511-manganese-5build5.debian.tar.xz 16.5 KiB 8cd99dd6b451e52dea9b8068e8d2ca51baabb92beab3c3e4373ac31f676a8223
frama-c_20220511-manganese-5build5.dsc 2.3 KiB a63f249b5390139f788d04713b2c7ebac6af787c0081111f2cadc772051abdb2

View changes file

Binary packages built by this source

frama-c-base: Platform dedicated to the analysis of source code written in C

 Frama-C gathers several analysis techniques in a single collaborative
 framework, based on analyzers (called "plug-ins") that can build upon the
 results computed by other analyzers in the framework.
 .
 Thanks to this approach, Frama-C provides sophisticated tools, including:
   * an analyzer based on abstract interpretation (Value plug-in);
   * a program proof framework based on weakest precondition calculus
     (WP plug-in);
   * a program slicer (Slicing plug-in);
   * a tool for verification of temporal (LTL) properties (Aoraï plug-in);
   * several tools for code base exploration and dependency analysis
     (plug-ins From, Impact, Metrics, Occurrence, Scope, etc.).
 .
 These plug-ins communicate between each other via the Frama-C API
 and via ACSL (ANSI/ISO C Specification Language) properties.
 .
 This package provides the library of Frama-c which is useful to build
 plugins for Frama-c, the command-line tools, and the graphical interface.

frama-c-base-dbgsym: debug symbols for frama-c-base