cabal-version : >= 1.10
name : copilot-cbmc
version : 0.2
synopsis : Copilot interface to a C model-checker.
description : Depends on CBMC <http://www.cprover.org/cbmc/>. Generates a driver to prove the Atom and SBV backends generate equivalent code.
license : BSD3
license-file : LICENSE
maintainer : leepike@galois.com
stability : Experimental
category : Language, Embedded
build-type : Custom
extra-source-files : README.md
author : Lee Pike
, Sebastian Niller
, Nis Nordby Wegmann
source-repository head
type: git
location: git://github.com/niswegmann/copilot-cbmc.git
library
default-language : Haskell2010
hs-source-dirs : src
ghc-options : -Wall -fwarn-tabs
ghc-prof-options : -auto-all -caf-all
build-depends : base >= 4.3 && < 5
, bytestring
, copilot-core
, directory >= 1.1
, process >= 1.0
, pretty
, copilot-sbv
, copilot-c99
exposed-modules : Copilot.Tools.CBMC