forked from xapi-project/xenopsd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_tags
504 lines (504 loc) · 22.6 KB
/
_tags
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
# OASIS_START
# DO NOT EDIT (digest: c653a60545f17cb6cbe118337e0e86e4)
# Ignore VCS directories, you can use the same kind of rule outside
# OASIS_START/STOP if you want to exclude directories that contains
# useless stuff for the build process
true: annot, bin_annot
<**/.svn>: -traverse
<**/.svn>: not_hygienic
".bzr": -traverse
".bzr": not_hygienic
".hg": -traverse
".hg": not_hygienic
".git": -traverse
".git": not_hygienic
"_darcs": -traverse
"_darcs": not_hygienic
# Library profiling
"profiling/profiling.cmxs": use_profiling
# Library xenopsd
"lib/xenopsd.cmxs": use_xenopsd
<lib/xenopsd.{cma,cmxa}>: oasis_library_xenopsd_byte
<lib/*.ml{,i,y}>: oasis_library_xenopsd_byte
"lib/sockopt_stubs.c": oasis_library_xenopsd_byte
<lib/xenopsd.{cma,cmxa}>: oasis_library_xenopsd_native
<lib/*.ml{,i,y}>: oasis_library_xenopsd_native
"lib/sockopt_stubs.c": oasis_library_xenopsd_native
<lib/xenopsd.{cma,cmxa}>: use_libxenopsd_stubs
"lib/sockopt_stubs.c": package(cohttp)
"lib/sockopt_stubs.c": package(fd-send-recv)
"lib/sockopt_stubs.c": package(forkexec)
"lib/sockopt_stubs.c": package(oclock)
"lib/sockopt_stubs.c": package(ppx_deriving_rpc)
"lib/sockopt_stubs.c": package(ppx_sexp_conv)
"lib/sockopt_stubs.c": package(rpclib)
"lib/sockopt_stubs.c": package(sexplib)
"lib/sockopt_stubs.c": package(threads)
"lib/sockopt_stubs.c": package(threads.posix)
"lib/sockopt_stubs.c": package(uri)
"lib/sockopt_stubs.c": package(uuidm)
"lib/sockopt_stubs.c": package(uutf)
"lib/sockopt_stubs.c": package(xcp)
"lib/sockopt_stubs.c": package(xcp.storage)
"lib/sockopt_stubs.c": package(xcp.updates)
"lib/sockopt_stubs.c": package(xcp.xen)
"lib/sockopt_stubs.c": package(xenstore)
"lib/sockopt_stubs.c": package(xenstore.unix)
"lib/sockopt_stubs.c": package(xenstore_transport)
"lib/sockopt_stubs.c": package(xenstore_transport.unix)
"lib/sockopt_stubs.c": package(xmlm)
# Executable dbgring
<xc/dbgring.{native,byte}>: package(rpclib)
<xc/dbgring.{native,byte}>: package(rpclib.json)
<xc/dbgring.{native,byte}>: package(stdext)
<xc/dbgring.{native,byte}>: package(threads)
<xc/dbgring.{native,byte}>: package(uutf)
<xc/dbgring.{native,byte}>: package(xcp)
<xc/dbgring.{native,byte}>: package(xcp.xen)
<xc/dbgring.{native,byte}>: package(xenctrl)
<xc/dbgring.{native,byte}>: package(xenstore)
<xc/dbgring.{native,byte}>: package(xenstore.unix)
<xc/dbgring.{native,byte}>: package(xenstore_transport)
<xc/dbgring.{native,byte}>: package(xenstore_transport.unix)
<xc/*.ml{,i,y}>: package(rpclib.json)
<xc/*.ml{,i,y}>: package(stdext)
# Executable set_domain_uuid
<tools/set_domain_uuid.{native,byte}>: oasis_executable_set_domain_uuid_byte
<tools/*.ml{,i,y}>: oasis_executable_set_domain_uuid_byte
<tools/set_domain_uuid.{native,byte}>: oasis_executable_set_domain_uuid_native
<tools/*.ml{,i,y}>: oasis_executable_set_domain_uuid_native
<tools/set_domain_uuid.{native,byte}>: package(cmdliner)
<tools/set_domain_uuid.{native,byte}>: package(uuidm)
<tools/set_domain_uuid.{native,byte}>: package(xenctrl)
<tools/set_domain_uuid.{native,byte}>: use_profiling
<tools/*.ml{,i,y}>: package(cmdliner)
<tools/*.ml{,i,y}>: package(uuidm)
<tools/*.ml{,i,y}>: package(xenctrl)
<tools/*.ml{,i,y}>: use_profiling
# Executable suspend_image_viewer
<lib/suspend_image_viewer.{native,byte}>: oasis_executable_suspend_image_viewer_byte
<lib/*.ml{,i,y}>: oasis_executable_suspend_image_viewer_byte
<lib/suspend_image_viewer.{native,byte}>: oasis_executable_suspend_image_viewer_native
<lib/*.ml{,i,y}>: oasis_executable_suspend_image_viewer_native
<lib/suspend_image_viewer.{native,byte}>: package(cmdliner)
<lib/suspend_image_viewer.{native,byte}>: package(cohttp)
<lib/suspend_image_viewer.{native,byte}>: package(fd-send-recv)
<lib/suspend_image_viewer.{native,byte}>: package(forkexec)
<lib/suspend_image_viewer.{native,byte}>: package(oclock)
<lib/suspend_image_viewer.{native,byte}>: package(ppx_deriving_rpc)
<lib/suspend_image_viewer.{native,byte}>: package(ppx_sexp_conv)
<lib/suspend_image_viewer.{native,byte}>: package(rpclib)
<lib/suspend_image_viewer.{native,byte}>: package(sexplib)
<lib/suspend_image_viewer.{native,byte}>: package(threads)
<lib/suspend_image_viewer.{native,byte}>: package(threads.posix)
<lib/suspend_image_viewer.{native,byte}>: package(uri)
<lib/suspend_image_viewer.{native,byte}>: package(uuidm)
<lib/suspend_image_viewer.{native,byte}>: package(uutf)
<lib/suspend_image_viewer.{native,byte}>: package(xcp)
<lib/suspend_image_viewer.{native,byte}>: package(xcp.storage)
<lib/suspend_image_viewer.{native,byte}>: package(xcp.updates)
<lib/suspend_image_viewer.{native,byte}>: package(xcp.xen)
<lib/suspend_image_viewer.{native,byte}>: package(xenstore)
<lib/suspend_image_viewer.{native,byte}>: package(xenstore.unix)
<lib/suspend_image_viewer.{native,byte}>: package(xenstore_transport)
<lib/suspend_image_viewer.{native,byte}>: package(xenstore_transport.unix)
<lib/suspend_image_viewer.{native,byte}>: package(xmlm)
<lib/suspend_image_viewer.{native,byte}>: use_profiling
<lib/suspend_image_viewer.{native,byte}>: use_xenopsd
<lib/*.ml{,i,y}>: package(cmdliner)
<lib/*.ml{,i,y}>: package(cohttp)
<lib/*.ml{,i,y}>: package(fd-send-recv)
<lib/*.ml{,i,y}>: package(forkexec)
<lib/*.ml{,i,y}>: package(oclock)
<lib/*.ml{,i,y}>: package(ppx_deriving_rpc)
<lib/*.ml{,i,y}>: package(ppx_sexp_conv)
<lib/*.ml{,i,y}>: package(rpclib)
<lib/*.ml{,i,y}>: package(sexplib)
<lib/*.ml{,i,y}>: package(threads)
<lib/*.ml{,i,y}>: package(threads.posix)
<lib/*.ml{,i,y}>: package(uri)
<lib/*.ml{,i,y}>: package(uuidm)
<lib/*.ml{,i,y}>: package(uutf)
<lib/*.ml{,i,y}>: package(xcp)
<lib/*.ml{,i,y}>: package(xcp.storage)
<lib/*.ml{,i,y}>: package(xcp.updates)
<lib/*.ml{,i,y}>: package(xcp.xen)
<lib/*.ml{,i,y}>: package(xenstore)
<lib/*.ml{,i,y}>: package(xenstore.unix)
<lib/*.ml{,i,y}>: package(xenstore_transport)
<lib/*.ml{,i,y}>: package(xenstore_transport.unix)
<lib/*.ml{,i,y}>: package(xmlm)
<lib/*.ml{,i,y}>: use_profiling
<lib/*.ml{,i,y}>: use_xenopsd
# Executable xenopsd_xc_main
<xc/xenops_xc_main.{native,byte}>: oasis_executable_xenopsd_xc_main_byte
<xc/*.ml{,i,y}>: oasis_executable_xenopsd_xc_main_byte
"xc/fsync_stubs.c": oasis_executable_xenopsd_xc_main_byte
"xc/xenctrlext_stubs.c": oasis_executable_xenopsd_xc_main_byte
<xc/xenops_xc_main.{native,byte}>: oasis_executable_xenopsd_xc_main_native
<xc/*.ml{,i,y}>: oasis_executable_xenopsd_xc_main_native
"xc/fsync_stubs.c": oasis_executable_xenopsd_xc_main_native
"xc/xenctrlext_stubs.c": oasis_executable_xenopsd_xc_main_native
<xc/xenops_xc_main.{native,byte}>: use_libxenopsd_xc_main_stubs
<xc/xenops_xc_main.{native,byte}>: package(cohttp)
<xc/xenops_xc_main.{native,byte}>: package(ezxenstore)
<xc/xenops_xc_main.{native,byte}>: package(fd-send-recv)
<xc/xenops_xc_main.{native,byte}>: package(forkexec)
<xc/xenops_xc_main.{native,byte}>: package(oclock)
<xc/xenops_xc_main.{native,byte}>: package(ppx_deriving_rpc)
<xc/xenops_xc_main.{native,byte}>: package(ppx_sexp_conv)
<xc/xenops_xc_main.{native,byte}>: package(rpclib)
<xc/xenops_xc_main.{native,byte}>: package(rrd)
<xc/xenops_xc_main.{native,byte}>: package(sexplib)
<xc/xenops_xc_main.{native,byte}>: package(threads)
<xc/xenops_xc_main.{native,byte}>: package(threads.posix)
<xc/xenops_xc_main.{native,byte}>: package(uri)
<xc/xenops_xc_main.{native,byte}>: package(uuidm)
<xc/xenops_xc_main.{native,byte}>: package(uutf)
<xc/xenops_xc_main.{native,byte}>: package(xcp)
<xc/xenops_xc_main.{native,byte}>: package(xcp-inventory)
<xc/xenops_xc_main.{native,byte}>: package(xcp.memory)
<xc/xenops_xc_main.{native,byte}>: package(xcp.rrd)
<xc/xenops_xc_main.{native,byte}>: package(xcp.storage)
<xc/xenops_xc_main.{native,byte}>: package(xcp.updates)
<xc/xenops_xc_main.{native,byte}>: package(xcp.xen)
<xc/xenops_xc_main.{native,byte}>: package(xenctrl)
<xc/xenops_xc_main.{native,byte}>: package(xenstore)
<xc/xenops_xc_main.{native,byte}>: package(xenstore.unix)
<xc/xenops_xc_main.{native,byte}>: package(xenstore_transport)
<xc/xenops_xc_main.{native,byte}>: package(xenstore_transport.unix)
<xc/xenops_xc_main.{native,byte}>: package(xmlm)
<xc/xenops_xc_main.{native,byte}>: use_profiling
<xc/xenops_xc_main.{native,byte}>: use_xenopsd
<xc/*.ml{,i,y}>: package(cohttp)
<xc/*.ml{,i,y}>: package(ezxenstore)
<xc/*.ml{,i,y}>: package(fd-send-recv)
<xc/*.ml{,i,y}>: package(forkexec)
<xc/*.ml{,i,y}>: package(oclock)
<xc/*.ml{,i,y}>: package(ppx_deriving_rpc)
<xc/*.ml{,i,y}>: package(ppx_sexp_conv)
<xc/*.ml{,i,y}>: package(rpclib)
<xc/*.ml{,i,y}>: package(rrd)
<xc/*.ml{,i,y}>: package(sexplib)
<xc/*.ml{,i,y}>: package(threads)
<xc/*.ml{,i,y}>: package(threads.posix)
<xc/*.ml{,i,y}>: package(uri)
<xc/*.ml{,i,y}>: package(uuidm)
<xc/*.ml{,i,y}>: package(uutf)
<xc/*.ml{,i,y}>: package(xcp)
<xc/*.ml{,i,y}>: package(xcp-inventory)
<xc/*.ml{,i,y}>: package(xcp.memory)
<xc/*.ml{,i,y}>: package(xcp.rrd)
<xc/*.ml{,i,y}>: package(xcp.storage)
<xc/*.ml{,i,y}>: package(xcp.updates)
<xc/*.ml{,i,y}>: package(xcp.xen)
<xc/*.ml{,i,y}>: package(xenctrl)
<xc/*.ml{,i,y}>: package(xenstore)
<xc/*.ml{,i,y}>: package(xenstore.unix)
<xc/*.ml{,i,y}>: package(xenstore_transport)
<xc/*.ml{,i,y}>: package(xenstore_transport.unix)
<xc/*.ml{,i,y}>: package(xmlm)
<xc/*.ml{,i,y}>: use_profiling
<xc/*.ml{,i,y}>: use_xenopsd
"xc/fsync_stubs.c": package(cohttp)
"xc/fsync_stubs.c": package(ezxenstore)
"xc/fsync_stubs.c": package(fd-send-recv)
"xc/fsync_stubs.c": package(forkexec)
"xc/fsync_stubs.c": package(oclock)
"xc/fsync_stubs.c": package(ppx_deriving_rpc)
"xc/fsync_stubs.c": package(ppx_sexp_conv)
"xc/fsync_stubs.c": package(rpclib)
"xc/fsync_stubs.c": package(rrd)
"xc/fsync_stubs.c": package(sexplib)
"xc/fsync_stubs.c": package(threads)
"xc/fsync_stubs.c": package(threads.posix)
"xc/fsync_stubs.c": package(uri)
"xc/fsync_stubs.c": package(uuidm)
"xc/fsync_stubs.c": package(uutf)
"xc/fsync_stubs.c": package(xcp)
"xc/fsync_stubs.c": package(xcp-inventory)
"xc/fsync_stubs.c": package(xcp.memory)
"xc/fsync_stubs.c": package(xcp.rrd)
"xc/fsync_stubs.c": package(xcp.storage)
"xc/fsync_stubs.c": package(xcp.updates)
"xc/fsync_stubs.c": package(xcp.xen)
"xc/fsync_stubs.c": package(xenctrl)
"xc/fsync_stubs.c": package(xenstore)
"xc/fsync_stubs.c": package(xenstore.unix)
"xc/fsync_stubs.c": package(xenstore_transport)
"xc/fsync_stubs.c": package(xenstore_transport.unix)
"xc/fsync_stubs.c": package(xmlm)
"xc/fsync_stubs.c": use_profiling
"xc/fsync_stubs.c": use_xenopsd
"xc/xenctrlext_stubs.c": package(cohttp)
"xc/xenctrlext_stubs.c": package(ezxenstore)
"xc/xenctrlext_stubs.c": package(fd-send-recv)
"xc/xenctrlext_stubs.c": package(forkexec)
"xc/xenctrlext_stubs.c": package(oclock)
"xc/xenctrlext_stubs.c": package(ppx_deriving_rpc)
"xc/xenctrlext_stubs.c": package(ppx_sexp_conv)
"xc/xenctrlext_stubs.c": package(rpclib)
"xc/xenctrlext_stubs.c": package(rrd)
"xc/xenctrlext_stubs.c": package(sexplib)
"xc/xenctrlext_stubs.c": package(threads)
"xc/xenctrlext_stubs.c": package(threads.posix)
"xc/xenctrlext_stubs.c": package(uri)
"xc/xenctrlext_stubs.c": package(uuidm)
"xc/xenctrlext_stubs.c": package(uutf)
"xc/xenctrlext_stubs.c": package(xcp)
"xc/xenctrlext_stubs.c": package(xcp-inventory)
"xc/xenctrlext_stubs.c": package(xcp.memory)
"xc/xenctrlext_stubs.c": package(xcp.rrd)
"xc/xenctrlext_stubs.c": package(xcp.storage)
"xc/xenctrlext_stubs.c": package(xcp.updates)
"xc/xenctrlext_stubs.c": package(xcp.xen)
"xc/xenctrlext_stubs.c": package(xenctrl)
"xc/xenctrlext_stubs.c": package(xenstore)
"xc/xenctrlext_stubs.c": package(xenstore.unix)
"xc/xenctrlext_stubs.c": package(xenstore_transport)
"xc/xenctrlext_stubs.c": package(xenstore_transport.unix)
"xc/xenctrlext_stubs.c": package(xmlm)
"xc/xenctrlext_stubs.c": use_profiling
"xc/xenctrlext_stubs.c": use_xenopsd
<xc/xenops_xc_main.{native,byte}>: custom
# Executable xenopsd_simulator
<simulator/xenops_simulator_main.{native,byte}>: oasis_executable_xenopsd_simulator_byte
<simulator/*.ml{,i,y}>: oasis_executable_xenopsd_simulator_byte
<simulator/xenops_simulator_main.{native,byte}>: oasis_executable_xenopsd_simulator_native
<simulator/*.ml{,i,y}>: oasis_executable_xenopsd_simulator_native
<simulator/xenops_simulator_main.{native,byte}>: package(cohttp)
<simulator/xenops_simulator_main.{native,byte}>: package(fd-send-recv)
<simulator/xenops_simulator_main.{native,byte}>: package(forkexec)
<simulator/xenops_simulator_main.{native,byte}>: package(oclock)
<simulator/xenops_simulator_main.{native,byte}>: package(ppx_deriving_rpc)
<simulator/xenops_simulator_main.{native,byte}>: package(ppx_sexp_conv)
<simulator/xenops_simulator_main.{native,byte}>: package(rpclib)
<simulator/xenops_simulator_main.{native,byte}>: package(sexplib)
<simulator/xenops_simulator_main.{native,byte}>: package(threads)
<simulator/xenops_simulator_main.{native,byte}>: package(threads.posix)
<simulator/xenops_simulator_main.{native,byte}>: package(uri)
<simulator/xenops_simulator_main.{native,byte}>: package(uuidm)
<simulator/xenops_simulator_main.{native,byte}>: package(uutf)
<simulator/xenops_simulator_main.{native,byte}>: package(xcp)
<simulator/xenops_simulator_main.{native,byte}>: package(xcp.storage)
<simulator/xenops_simulator_main.{native,byte}>: package(xcp.updates)
<simulator/xenops_simulator_main.{native,byte}>: package(xcp.xen)
<simulator/xenops_simulator_main.{native,byte}>: package(xenstore)
<simulator/xenops_simulator_main.{native,byte}>: package(xenstore.unix)
<simulator/xenops_simulator_main.{native,byte}>: package(xenstore_transport)
<simulator/xenops_simulator_main.{native,byte}>: package(xenstore_transport.unix)
<simulator/xenops_simulator_main.{native,byte}>: package(xmlm)
<simulator/xenops_simulator_main.{native,byte}>: use_profiling
<simulator/xenops_simulator_main.{native,byte}>: use_xenopsd
<simulator/*.ml{,i,y}>: package(cohttp)
<simulator/*.ml{,i,y}>: package(fd-send-recv)
<simulator/*.ml{,i,y}>: package(forkexec)
<simulator/*.ml{,i,y}>: package(oclock)
<simulator/*.ml{,i,y}>: package(ppx_deriving_rpc)
<simulator/*.ml{,i,y}>: package(ppx_sexp_conv)
<simulator/*.ml{,i,y}>: package(rpclib)
<simulator/*.ml{,i,y}>: package(sexplib)
<simulator/*.ml{,i,y}>: package(threads)
<simulator/*.ml{,i,y}>: package(threads.posix)
<simulator/*.ml{,i,y}>: package(uri)
<simulator/*.ml{,i,y}>: package(uuidm)
<simulator/*.ml{,i,y}>: package(uutf)
<simulator/*.ml{,i,y}>: package(xcp)
<simulator/*.ml{,i,y}>: package(xcp.storage)
<simulator/*.ml{,i,y}>: package(xcp.updates)
<simulator/*.ml{,i,y}>: package(xcp.xen)
<simulator/*.ml{,i,y}>: package(xenstore)
<simulator/*.ml{,i,y}>: package(xenstore.unix)
<simulator/*.ml{,i,y}>: package(xenstore_transport)
<simulator/*.ml{,i,y}>: package(xenstore_transport.unix)
<simulator/*.ml{,i,y}>: package(xmlm)
<simulator/*.ml{,i,y}>: use_profiling
<simulator/*.ml{,i,y}>: use_xenopsd
<simulator/xenops_simulator_main.{native,byte}>: custom
# Executable xenopsd_xenlight_main
<xl/xenops_xl_main.{native,byte}>: oasis_executable_xenopsd_xenlight_main_cclib
"xl/libxenopsd_xenlight_main_stubs.lib": oasis_executable_xenopsd_xenlight_main_cclib
"xl/dllxenopsd_xenlight_main_stubs.dll": oasis_executable_xenopsd_xenlight_main_cclib
"xl/libxenopsd_xenlight_main_stubs.a": oasis_executable_xenopsd_xenlight_main_cclib
"xl/dllxenopsd_xenlight_main_stubs.so": oasis_executable_xenopsd_xenlight_main_cclib
<xl/xenops_xl_main.{native,byte}>: oasis_executable_xenopsd_xenlight_main_byte
<xl/*.ml{,i,y}>: oasis_executable_xenopsd_xenlight_main_byte
"xl/fsync_stubs.c": oasis_executable_xenopsd_xenlight_main_byte
"xl/poll_stubs.c": oasis_executable_xenopsd_xenlight_main_byte
<xl/xenops_xl_main.{native,byte}>: oasis_executable_xenopsd_xenlight_main_native
<xl/*.ml{,i,y}>: oasis_executable_xenopsd_xenlight_main_native
"xl/fsync_stubs.c": oasis_executable_xenopsd_xenlight_main_native
"xl/poll_stubs.c": oasis_executable_xenopsd_xenlight_main_native
<xl/xenops_xl_main.{native,byte}>: use_libxenopsd_xenlight_main_stubs
<xl/xenops_xl_main.{native,byte}>: package(cohttp)
<xl/xenops_xl_main.{native,byte}>: package(ezxenstore)
<xl/xenops_xl_main.{native,byte}>: package(fd-send-recv)
<xl/xenops_xl_main.{native,byte}>: package(forkexec)
<xl/xenops_xl_main.{native,byte}>: package(oclock)
<xl/xenops_xl_main.{native,byte}>: package(ppx_deriving_rpc)
<xl/xenops_xl_main.{native,byte}>: package(ppx_sexp_conv)
<xl/xenops_xl_main.{native,byte}>: package(rpclib)
<xl/xenops_xl_main.{native,byte}>: package(sexplib)
<xl/xenops_xl_main.{native,byte}>: package(threads)
<xl/xenops_xl_main.{native,byte}>: package(threads.posix)
<xl/xenops_xl_main.{native,byte}>: package(uri)
<xl/xenops_xl_main.{native,byte}>: package(uuidm)
<xl/xenops_xl_main.{native,byte}>: package(uutf)
<xl/xenops_xl_main.{native,byte}>: package(xcp)
<xl/xenops_xl_main.{native,byte}>: package(xcp-inventory)
<xl/xenops_xl_main.{native,byte}>: package(xcp.memory)
<xl/xenops_xl_main.{native,byte}>: package(xcp.storage)
<xl/xenops_xl_main.{native,byte}>: package(xcp.updates)
<xl/xenops_xl_main.{native,byte}>: package(xcp.xen)
<xl/xenops_xl_main.{native,byte}>: package(xenctrl)
<xl/xenops_xl_main.{native,byte}>: package(xenlight)
<xl/xenops_xl_main.{native,byte}>: package(xenstore)
<xl/xenops_xl_main.{native,byte}>: package(xenstore.unix)
<xl/xenops_xl_main.{native,byte}>: package(xenstore_transport)
<xl/xenops_xl_main.{native,byte}>: package(xenstore_transport.unix)
<xl/xenops_xl_main.{native,byte}>: package(xentoollog)
<xl/xenops_xl_main.{native,byte}>: package(xmlm)
<xl/xenops_xl_main.{native,byte}>: use_profiling
<xl/xenops_xl_main.{native,byte}>: use_xenopsd
<xl/*.ml{,i,y}>: package(cohttp)
<xl/*.ml{,i,y}>: package(ezxenstore)
<xl/*.ml{,i,y}>: package(fd-send-recv)
<xl/*.ml{,i,y}>: package(forkexec)
<xl/*.ml{,i,y}>: package(oclock)
<xl/*.ml{,i,y}>: package(ppx_deriving_rpc)
<xl/*.ml{,i,y}>: package(ppx_sexp_conv)
<xl/*.ml{,i,y}>: package(rpclib)
<xl/*.ml{,i,y}>: package(sexplib)
<xl/*.ml{,i,y}>: package(threads)
<xl/*.ml{,i,y}>: package(threads.posix)
<xl/*.ml{,i,y}>: package(uri)
<xl/*.ml{,i,y}>: package(uuidm)
<xl/*.ml{,i,y}>: package(uutf)
<xl/*.ml{,i,y}>: package(xcp)
<xl/*.ml{,i,y}>: package(xcp-inventory)
<xl/*.ml{,i,y}>: package(xcp.memory)
<xl/*.ml{,i,y}>: package(xcp.storage)
<xl/*.ml{,i,y}>: package(xcp.updates)
<xl/*.ml{,i,y}>: package(xcp.xen)
<xl/*.ml{,i,y}>: package(xenctrl)
<xl/*.ml{,i,y}>: package(xenlight)
<xl/*.ml{,i,y}>: package(xenstore)
<xl/*.ml{,i,y}>: package(xenstore.unix)
<xl/*.ml{,i,y}>: package(xenstore_transport)
<xl/*.ml{,i,y}>: package(xenstore_transport.unix)
<xl/*.ml{,i,y}>: package(xentoollog)
<xl/*.ml{,i,y}>: package(xmlm)
<xl/*.ml{,i,y}>: use_profiling
<xl/*.ml{,i,y}>: use_xenopsd
"xl/fsync_stubs.c": package(cohttp)
"xl/fsync_stubs.c": package(ezxenstore)
"xl/fsync_stubs.c": package(fd-send-recv)
"xl/fsync_stubs.c": package(forkexec)
"xl/fsync_stubs.c": package(oclock)
"xl/fsync_stubs.c": package(ppx_deriving_rpc)
"xl/fsync_stubs.c": package(ppx_sexp_conv)
"xl/fsync_stubs.c": package(rpclib)
"xl/fsync_stubs.c": package(sexplib)
"xl/fsync_stubs.c": package(threads)
"xl/fsync_stubs.c": package(threads.posix)
"xl/fsync_stubs.c": package(uri)
"xl/fsync_stubs.c": package(uuidm)
"xl/fsync_stubs.c": package(uutf)
"xl/fsync_stubs.c": package(xcp)
"xl/fsync_stubs.c": package(xcp-inventory)
"xl/fsync_stubs.c": package(xcp.memory)
"xl/fsync_stubs.c": package(xcp.storage)
"xl/fsync_stubs.c": package(xcp.updates)
"xl/fsync_stubs.c": package(xcp.xen)
"xl/fsync_stubs.c": package(xenctrl)
"xl/fsync_stubs.c": package(xenlight)
"xl/fsync_stubs.c": package(xenstore)
"xl/fsync_stubs.c": package(xenstore.unix)
"xl/fsync_stubs.c": package(xenstore_transport)
"xl/fsync_stubs.c": package(xenstore_transport.unix)
"xl/fsync_stubs.c": package(xentoollog)
"xl/fsync_stubs.c": package(xmlm)
"xl/fsync_stubs.c": use_profiling
"xl/fsync_stubs.c": use_xenopsd
"xl/poll_stubs.c": package(cohttp)
"xl/poll_stubs.c": package(ezxenstore)
"xl/poll_stubs.c": package(fd-send-recv)
"xl/poll_stubs.c": package(forkexec)
"xl/poll_stubs.c": package(oclock)
"xl/poll_stubs.c": package(ppx_deriving_rpc)
"xl/poll_stubs.c": package(ppx_sexp_conv)
"xl/poll_stubs.c": package(rpclib)
"xl/poll_stubs.c": package(sexplib)
"xl/poll_stubs.c": package(threads)
"xl/poll_stubs.c": package(threads.posix)
"xl/poll_stubs.c": package(uri)
"xl/poll_stubs.c": package(uuidm)
"xl/poll_stubs.c": package(uutf)
"xl/poll_stubs.c": package(xcp)
"xl/poll_stubs.c": package(xcp-inventory)
"xl/poll_stubs.c": package(xcp.memory)
"xl/poll_stubs.c": package(xcp.storage)
"xl/poll_stubs.c": package(xcp.updates)
"xl/poll_stubs.c": package(xcp.xen)
"xl/poll_stubs.c": package(xenctrl)
"xl/poll_stubs.c": package(xenlight)
"xl/poll_stubs.c": package(xenstore)
"xl/poll_stubs.c": package(xenstore.unix)
"xl/poll_stubs.c": package(xenstore_transport)
"xl/poll_stubs.c": package(xenstore_transport.unix)
"xl/poll_stubs.c": package(xentoollog)
"xl/poll_stubs.c": package(xmlm)
"xl/poll_stubs.c": use_profiling
"xl/poll_stubs.c": use_xenopsd
<xl/xenops_xl_main.{native,byte}>: custom
# Executable xenopsd_test
<test/xenopsd_test.{native,byte}>: package(cohttp)
<test/xenopsd_test.{native,byte}>: package(fd-send-recv)
<test/xenopsd_test.{native,byte}>: package(forkexec)
<test/xenopsd_test.{native,byte}>: package(oUnit)
<test/xenopsd_test.{native,byte}>: package(oclock)
<test/xenopsd_test.{native,byte}>: package(ppx_deriving_rpc)
<test/xenopsd_test.{native,byte}>: package(ppx_sexp_conv)
<test/xenopsd_test.{native,byte}>: package(rpclib)
<test/xenopsd_test.{native,byte}>: package(sexplib)
<test/xenopsd_test.{native,byte}>: package(threads)
<test/xenopsd_test.{native,byte}>: package(threads.posix)
<test/xenopsd_test.{native,byte}>: package(uri)
<test/xenopsd_test.{native,byte}>: package(uuidm)
<test/xenopsd_test.{native,byte}>: package(uutf)
<test/xenopsd_test.{native,byte}>: package(xcp)
<test/xenopsd_test.{native,byte}>: package(xcp.storage)
<test/xenopsd_test.{native,byte}>: package(xcp.updates)
<test/xenopsd_test.{native,byte}>: package(xcp.xen)
<test/xenopsd_test.{native,byte}>: package(xenstore)
<test/xenopsd_test.{native,byte}>: package(xenstore.unix)
<test/xenopsd_test.{native,byte}>: package(xenstore_transport)
<test/xenopsd_test.{native,byte}>: package(xenstore_transport.unix)
<test/xenopsd_test.{native,byte}>: package(xmlm)
<test/xenopsd_test.{native,byte}>: use_xenopsd
<test/*.ml{,i,y}>: package(cohttp)
<test/*.ml{,i,y}>: package(fd-send-recv)
<test/*.ml{,i,y}>: package(forkexec)
<test/*.ml{,i,y}>: package(oUnit)
<test/*.ml{,i,y}>: package(oclock)
<test/*.ml{,i,y}>: package(ppx_deriving_rpc)
<test/*.ml{,i,y}>: package(ppx_sexp_conv)
<test/*.ml{,i,y}>: package(rpclib)
<test/*.ml{,i,y}>: package(sexplib)
<test/*.ml{,i,y}>: package(threads)
<test/*.ml{,i,y}>: package(threads.posix)
<test/*.ml{,i,y}>: package(uri)
<test/*.ml{,i,y}>: package(uuidm)
<test/*.ml{,i,y}>: package(uutf)
<test/*.ml{,i,y}>: package(xcp)
<test/*.ml{,i,y}>: package(xcp.storage)
<test/*.ml{,i,y}>: package(xcp.updates)
<test/*.ml{,i,y}>: package(xcp.xen)
<test/*.ml{,i,y}>: package(xenstore)
<test/*.ml{,i,y}>: package(xenstore.unix)
<test/*.ml{,i,y}>: package(xenstore_transport)
<test/*.ml{,i,y}>: package(xenstore_transport.unix)
<test/*.ml{,i,y}>: package(xmlm)
<test/*.ml{,i,y}>: use_xenopsd
# OASIS_STOP
<lib/xpath.ml>: use_threads