forked from xapi-project/xcp-networkd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_oasis
101 lines (93 loc) · 2.02 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
OASISFormat: 0.3
Name: xcp-networkd
Version: 0.10.0
Synopsis: XCP Network Daemon
Authors: Rob Hoes
License: LGPL-2.1 with OCaml linking exception
Plugins: META (0.2)
BuildTools: ocamlbuild
Library profiling
CompiledObject: best
Path: profiling
Install: false
Modules: Coverage
BuildDepends:
Library networklibs
CompiledObject: best
Path: lib
Findlibname: network-libs
Modules: Network_config, Network_utils, Jsonrpc_client
BuildDepends:
forkexec,
stdext,
threads,
rpclib,
stdext,
xcp-inventory,
xcp.network,
systemd
Executable xcp_networkd
CompiledObject: best
Path: networkd
MainIs: networkd.ml
Custom: true
Install: false
BuildDepends:
profiling,
threads,
rpclib,
rpclib.unix,
forkexec,
stdext,
xcp-inventory,
network-libs,
xen-api-client,
xcp,
xcp.network,
netlink,
systemd
Executable networkd_db
CompiledObject: best
Path: networkd_db
MainIs: networkd_db.ml
Custom: true
Install: false
BuildDepends:
profiling,
network-libs,
stdext,
threads,
xcp.network
Executable network_test
CompiledObject: best
Path: test
MainIs: network_test.ml
Install: false
BuildDepends:
profiling,
stdext,
oUnit,
network-libs,
xapi-test-utils
Test test_networkd
Run$: flag(tests)
Command: $network_test
WorkingDirectory: .
Executable cli
CompiledObject: best
Path: cli
MainIs: network_cli.ml
BuildDepends:
profiling,
cmdliner,
stdext,
network-libs,
xcp,
xcp.network
Executable jsonrpc_dummy
CompiledObject: best
Path: test
MainIs: jsonrpc_dummy.ml
Install: false
BuildDepends:
network-libs