This repository has been archived by the owner on Nov 17, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
copilot-cbmc.cabal
49 lines (43 loc) · 1.82 KB
/
copilot-cbmc.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
cabal-version : >= 1.10
name : copilot-cbmc
version : 2.2.1
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.
.
Copilot is a stream (i.e., infinite lists) domain-specific language (DSL) in
Haskell that compiles into embedded C. Copilot contains an interpreter,
multiple back-end compilers, and other verification tools. A tutorial, bug
reports, and todos are available at
<https://github.com/leepike/copilot-discussion>.
.
Examples are available at
<https://github.com/leepike/Copilot/tree/master/Examples>.
license : BSD3
license-file : LICENSE
maintainer : leepike@galois.com
stability : Experimental
category : Language, Embedded
build-type : Simple
extra-source-files : README.md
author : Lee Pike
, Sebastian Niller
, Nis Nordby Wegmann
source-repository head
type: git
location: git://github.com/leepike/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.0 && < 5.0
, bytestring >= 0.9
, copilot-core >= 2.2.1
, directory >= 1.1
, process >= 1.0
, pretty >= 1.0.1
, copilot-sbv >= 2.2.1
, copilot-c99 >= 2.2.1
exposed-modules : Copilot.Tools.CBMC