-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_oasis
55 lines (50 loc) · 1.52 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
OASISFormat: 0.4
Name: sparc-model
Version: 0.2
Synopsis: Sparc lifter
Authors: BAP Team
Maintainers: Ivan Gotovchits <[email protected]>,
Oleg Kamenkov <[email protected]>
License: MIT
Copyrights: (C) 2016 Carnegie Mellon University
Plugins: META (0.4), DevFiles (0.4)
BuildTools: ocamlbuild
BuildDepends: ppx_jane, core_kernel, bap
AlphaFeatures: ocamlbuild_more_args
XOCamlbuildExtraArgs: -j 8
Library sparc_lifter
Path: lib
FindLibName: sparc-lifter
Modules: Sparc_dsl,
Sparc_model,
Sparc_rtl,
Sparc_utils,
Sparc_cpu,
Sparc,
Sparc_branch,
Sparc_store,
Sparc_load,
Sparc_add,
Sparc_sub,
Sparc_misc,
Sparc_logic,
Sparc_compare
CompiledObject: best
Install: true
Library sparc_plugin
Path: plugin
FindLibName: bap-sparc-plugin
BuildDepends: bap, bap-abi, bap-c, bap-primus, zarith, sparc-lifter
InternalModules: Sparc
Executable "sparc-mc"
Path: src
MainIs: sparc_mc.ml
CompiledObject: best
Install: true
BuildDepends: bap.plugins, findlib.dynload, sparc-lifter, cmdliner
Executable "sparc-test"
Path: src
MainIs: sparc_test.ml
CompiledObject: best
Install: true
BuildDepends: bap.plugins, findlib.dynload, sparc-lifter, cmdliner