-
Notifications
You must be signed in to change notification settings - Fork 6
/
_oasis
40 lines (35 loc) · 1.05 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
OASISFormat: 0.2
Name: frost
Version: 0.1-dev
Synopsis: FRP tactics engine
Authors: Anil Madhavapeddy
License: LGPL-2.0 with OCaml linking exception
Plugins: META (0.2)
BuildTools: ocamlbuild
Library signpost
Path: lib
# Pack: true
Findlibname: signpost
Modules: Rpc
BuildDepends: lwt.syntax, lwt, re, lwt.unix, uri, re.str, openflow, crypto_keys, bitstring
Executable server
Path: lib
MainIs: server.ml
Custom: true
CompiledObject: best
Install: false
BuildDepends: signpost, ocamlgraph, dns, dns.server
Executable client
Path: lib
MainIs: client.ml
Custom: true
CompiledObject: best
Install: false
BuildDepends: signpost, dns, dns.server
Executable send_cmd
Path: lib
MainIs: remoteControl.ml
Custom: true
CompiledObject: best
Install: false
BuildDepends: signpost