-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_oasis
32 lines (27 loc) · 813 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
30
31
32
OASISFormat: 0.4
Name: bap-server
Version: 0.2.0
Synopsis: BAP RPC Server
Authors: BAP Team
Maintainers: Ivan Gotovchits <[email protected]>
License: MIT
Copyrights: (C) 2018 Carnegie Mellon University
Plugins: META (0.4)
AlphaFeatures: ocamlbuild_more_args
BuildTools: ocamlbuild
BuildDepends: core_kernel, ppx_jane
Flag zmq
Description: Build ZMQ transports for BAP server
Default: false
Library zmq
Path: src
Build$: flag(zmq)
CompiledObject: best
Install: false
Modules: Zmq_client, Zmq_server
Executable "bap-server"
Path: src
CompiledObject: best
BuildDepends: bap, bap-arm, ezjsonm, uri, uri.sexp, cohttp.lwt, core_lwt, re, findlib.dynload, threads, lwt_log
Install: true
MainIs: start_server.ml