Skip to content

starterkit-2.10

Latest
Compare
Choose a tag to compare
@ronakfof ronakfof released this 03 May 19:16
· 3 commits to master since this release
ba019b2

This is the CBMC Starter Kit version 2.10.

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

What's Changed

Full Changelog: starterkit-2.9...starterkit-2.10