-
Notifications
You must be signed in to change notification settings - Fork 11
/
_oasis
44 lines (39 loc) · 1.25 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
OASISFormat: 0.4
Name: bap-frames
Version: 1.0.0-alpha
Synopsis: data format for execution traces
Authors: BAP Team
License: MIT
Plugins: META (0.4)
BuildTools: ocamlbuild
Library "bap-frames"
Path: lib/
Modules: Frame_arch, Frame_events, Frame_mach, Frame_piqi, Frame_reader, Frame_enum
FindlibName: bap-frames
BuildTools: piqi
BuildDepends: bap, bap-traces, core_kernel, core_kernel.binary_packing, piqirun.pb, ppx_jane
CompiledObject: best
DataFiles: ../piqi/*.piqi
Library "bap-plugin-frames"
Path: plugin
FindlibName: bap-plugin-frames
Modules: Frame_trace_plugin
BuildDepends: bap, bap-frames, bap-traces
XMETADescription: read traces in frames format
Library "frames-tests"
Path: test
FindlibName: bap-frames-tests
Build$: flag(tests)
Install: false
Modules: Test_enum
BuildDepends: bap-frames, oUnit
Executable run_frames_tests
Path: test/
Build$: flag(tests)
CompiledObject: best
BuildDepends: bap-frames-tests
Install: false
MainIs: run_frames_tests.ml
Test unit_tests
TestTools: run_frames_tests
Command: $run_frames_tests -runner sequential