forked from GaloisInc/saw-script
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsaw-core-coq.cabal
42 lines (41 loc) · 1.04 KB
/
saw-core-coq.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
name: saw-core-coq
version: 0.1
license: BSD3
license-file: LICENSE
author: Galois, Inc.
maintainer: atomb@galois.com
copyright: (c) 2018 Galois Inc.
category: Formal Methods
build-type: Simple
cabal-version: >= 1.8
synopsis: SAWCore backend for Coq
description:
A backend for translating terms in the SAWCore intermediate language
into the syntax of Coq
library
build-depends:
base == 4.*,
cryptol,
cryptol-saw-core,
containers,
interpolate,
lens,
mtl,
prettyprinter,
saw-core,
text,
parameterized-utils,
bv-sized,
vector,
zenc
hs-source-dirs: src
exposed-modules:
Language.Coq.AST
Language.Coq.Pretty
Verifier.SAW.Translation.Coq
Verifier.SAW.Translation.Coq.CryptolModule
Verifier.SAW.Translation.Coq.SAWModule
Verifier.SAW.Translation.Coq.Monad
Verifier.SAW.Translation.Coq.Term
Verifier.SAW.Translation.Coq.SpecialTreatment
ghc-options: -Wall -Werror