Package cbmc: Information

    Source package: cbmc
    Version: 5.95.1-alt2
    Latest version according to Repology
    Build time:  Mar 7, 2024, 12:35 PM in the task #340783
    Category: Development/C
    Report package bug
    License: BSD-4-Clause
    Summary: C Bounded Model Checker
    Description: 
    CBMC is a Bounded Model Checker for C and C++ programs. It supports C89,
    C99, most of C11 and most compiler extensions provided by gcc and Visual
    Studio. It also supports SystemC using Scoot. It allows verifying array
    bounds (buffer overflows), pointer safety, exceptions and user-specified
    assertions. Furthermore, it can check C and C++ for consistency with
    other languages, such as Verilog. The verification is performed by
    unwinding the loops in the program and passing the resulting equation
    to a decision procedure.
    
             OOOOOOOOO
          OOO  .   .  OOO
         OO     \ /  OOOOO
        OO    `/ ! OOO   OO
        OO    | :OOO|    OO
        OO   ~|OOO: |~   OO
         OO  OOO_:_/ \  OO
          OOOO        OOO
            OOOOOOOOOOO

    List of rpms provided by this srpm:
    cbmc (x86_64, ppc64le, i586, armh, aarch64)
    cbmc-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

    Maintainer: Daniel Zagaynov

    List of contributors:
    Daniel Zagaynov
    Vitaly Chikunov


      1. cmake
      2. ctest
      3. libcadical-devel-static
      4. flex
      5. gcc-c++
      6. libglpk-devel
      7. ninja-build
      8. perl-Term-ANSIColor
      9. zlib-devel
      10. rpm-build-python3
      11. rpm-macros-cmake

    Last changed


    March 3, 2024 Daniel Zagaynov 5.95.1-alt2
    - Rebuilt with system cadical
    Nov. 25, 2023 Vitaly Chikunov 5.95.1-alt1
    - Experimental build cbmc-5.95.1 (2023-10-30).
      Warning: This is so experimental that not all tests are passed.