-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_oasis
29 lines (27 loc) · 860 Bytes
/
_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
OASISFormat: 0.4
Name: trace-tool
Version: 0.1
Synopsis: Trace 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), DevFiles (0.4)
BuildTools: ocamlbuild
BuildDepends: ppx_jane, core_kernel, bap, bap-traces
Library trace_tool_lib
Path: lib
FindLibName: trace_tool_lib
Modules: Trace_tool_filter,
Trace_tool_helpers,
Trace_tool_split,
Trace_tool_unique
CompiledObject: best
Install: false
Executable "trace-tool"
Path: src
MainIs: trace_tool.ml
CompiledObject: best
Install: true
BuildDepends: findlib.dynload, bap.plugins, cmdliner, trace_tool_lib