Skip to content

Releases: model-checking/cbmc-starter-kit

starterkit-2.0.3

17 Apr 00:52
Compare
Choose a tag to compare

This is the CBMC Starter Kit version 2.0.3.

The CBMC starter kit makes it easy to add CBMC verification to a software project. See the starter kit tutorial for an example of how to use the starter kit.

On MacOS, you can install with brew. Install with

  brew tap aws/tap
  brew install cbmc-starter-kit

and upgrade to the latest version with

  brew upgrade cbmc-starter-kit

On all machines, you can install with pip. Install with

  python3 -m pip install cbmc-starter-kit

and upgrade to the latest version with

  python3 -m pip install --upgrade cbmc-starter-kit

starterkit-2.0.2

14 Apr 16:12
Compare
Choose a tag to compare

This is the CBMC Starter Kit version 2.0.2.

The CBMC starter kit makes it easy to add CBMC verification to a software project. See the starter kit tutorial for an example of how to use the starter kit.

On MacOS, you can install with brew. Install with

  brew tap aws/tap
  brew install cbmc-starter-kit

and upgrade to the latest version with

  brew upgrade cbmc-starter-kit

On all machines, you can install with pip. Install with

  python3 -m pip install cbmc-starter-kit

and upgrade to the latest version with

  python3 -m pip install --upgrade cbmc-starter-kit

starterkit-2.0.1

14 Apr 14:51
Compare
Choose a tag to compare

This is the CBMC Starter Kit version 2.0.1.

The CBMC starter kit makes it easy to add CBMC verification to a software project. See the starter kit tutorial for an example of how to use the starter kit.

On MacOS, you can install with brew. Install with

  brew tap aws/tap
  brew install cbmc-starter-kit

and upgrade to the latest version with

  brew upgrade cbmc-starter-kit

On all machines, you can install with pip. Install with

  python3 -m pip install cbmc-starter-kit

and upgrade to the latest version with

  python3 -m pip install --upgrade cbmc-starter-kit

starterkit-2.0

14 Apr 13:54
Compare
Choose a tag to compare

This is CBMC Starter Kit version 2.0.
On MacOS, you can install with brew: Run

  brew tap aws/tap
  brew install cbmc-starter-kit

On all machines, you can install with pip: Run

  python3 -m pip install cbmc-starter-kit

and upgrade to the latest version with

  python3 -m pip install --upgrade cbmc-starter-kit

CBMC starter kit

07 Apr 18:56
Compare
Choose a tag to compare

The CBMC starter kit makes it easy to add CBMC verification to a software project. For more information, see the CBMC starter kit tutorial.