-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_oasis
59 lines (54 loc) · 1.64 KB
/
_oasis
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
50
51
52
53
54
55
56
57
58
59
OASISFormat: 0.4
Name: bap-veri
Version: 0.2
Synopsis: Bil verification tool
Authors: BAP Team
Maintainers: Ivan Gotovchits <[email protected]>,
Oleg Kamenkov <[email protected]>
License: MIT
Copyrights: (C) 2016 Carnegie Mellon University
Plugins: META (0.4)
BuildTools: ocamlbuild
BuildDepends: ppx_jane, core_kernel, bap, bap-traces, threads
Library veri
Path: lib
FindLibName: bap-veri
Modules: Veri,
Veri_error,
Veri_policy,
Veri_report,
Veri_rule,
Veri_stat,
Veri_tab,
Veri_traci
CompiledObject: best
Install: true
BuildDepends: bap-core-theory, pcre, graphlib, monads
Library veri_plugin
Path: plugin
FindLibName: bap-plugin-veri
InternalModules: Veri_bil, Veri_out
CompiledObject: best
Install: true
BuildDepends: bap-main, bap-veri, bap-future, pcre, textutils_kernel.text_block, monads
Library veri_test
Path: tests
Build$: flag(tests)
Install: false
CompiledObject: best
Modules: Veri_test,
Veri_policy_test,
Veri_rule_test,
Veri_stat_test
BuildDepends: bap-veri, oUnit
Executable run_tests
Path: tests
MainIs: run_tests.ml
Install: false
Build$: flag(tests)
CompiledObject: best
BuildDepends: monads, bap-main, veri_test, oUnit, findlib.dynload
Test veri_test
TestTools: run_tests
Run$: flag(tests)
Command: $run_tests -runner sequential