Port details |
- cbmc Bounded Model Checker for C and C++ programs
- 5.95.1 devel =2 5.95.1Version of this port present on the latest quarterly branch.
- Maintainer: olivier@FreeBSD.org
- Port Added: 2024-02-01 17:57:05
- Last Update: 2024-02-01 17:53:55
- Commit Hash: 7f087b7
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD4CLAUSE
- WWW:
- https://github.com/diffblue/cbmc
- 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 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/cbmc/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/cbmc
- pkg install cbmc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cbmc
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1706723199
SHA256 (minisat2_2.2.1.orig.tar.gz) = e54afa3c192c1753bc8075c0c7e126d5c495d9066e3f90a2588091149ac9ca40
SIZE (minisat2_2.2.1.orig.tar.gz) = 44229
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- flex : textproc/flex
- gmake>=4.3 : devel/gmake
- bison : devel/bison
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- cvc5 : math/cvc5
- z3 : math/z3
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_cbmc
- USES:
- gmake bison python shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|