forked from xapi-project/ocaml-xenstore-old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_oasis
76 lines (67 loc) · 2.2 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
OASISFormat: 0.3
Name: xenstore
Version: 1.2.4
Synopsis: Xenstore protocol library
Authors: see CREDITS.md
License: LGPL-2.1 with OCaml linking exception
Plugins: META (0.3)
BuildTools: ocamlbuild
Library xenstore
CompiledObject: best
Path: core
Findlibname: xenstore
Modules: Xs_protocol, Xs_handle
BuildDepends: cstruct (>= 0.6.0), cstruct.syntax
Library xenstore_client_lwt
CompiledObject: best
Path: client_lwt
Findlibname: client
FindlibParent: xenstore
Modules: Xs_client_lwt
BuildDepends: lwt, xenstore
Library xenstore_client_unix
CompiledObject: best
Path: client_unix
Findlibname: unix
FindlibParent: xenstore
Modules: Xs_client_unix
BuildDepends: unix, threads, xenstore
Library xenstore_server
CompiledObject: best
Pack: true
Path: server
Findlibname: server
FindlibParent: xenstore
Modules: Logging, Logging_interface, Connection, Call, Trie, Symbol, Namespace, Quota, Quota_interface, Perms, Store, Transaction, Xs_server, Junk, Introduce, Heap_debug_interface
BuildDepends: lwt, xenstore
Executable xs_test
CompiledObject: best
Path: core_test
MainIs: xs_test.ml
Build$: flag(tests)
Custom: true
Install: false
BuildDepends: lwt, lwt.unix, xenstore, oUnit
Executable server_test
CompiledObject: best
Path: server_test
MainIs: server_test.ml
Build$: flag(tests)
Custom: true
Install: false
BuildDepends: lwt, xenstore, xenstore.server, oUnit
Test xs_test
Run$: flag(tests)
Command: $xs_test
WorkingDirectory: core_test
Test server_test
Run$: flag(tests)
Command: $server_test
WorkingDirectory: server_test
Document api
Title: Documentation and API reference
Type: ocamlbuild (0.3)
BuildTools+: ocamldoc
XOcamlbuildPath: doc
XOcamlbuildModules: Xs_protocol, Xs_handle, Xs_client_lwt, Xs_client_unix
Install: false