27
27
( ocaml ( >= 4 .12) )
28
28
( alcotest :with -test)
29
29
astring
30
+ fmt
30
31
mtime
31
32
ptime
32
33
( xapi-log ( = :version ) )
50
51
( depends
51
52
( alcotest :with -test)
52
53
astring
54
+ ( fmt :with -test)
53
55
mustache
54
56
( xapi-datamodel ( = :version ) )
55
57
( xapi-stdext-unix ( and ( = :version ) :with -test) )
58
+ ( xapi-test-utils :with -test)
56
59
)
57
60
( allow_empty)
58
61
)
115
118
ocaml
116
119
dune
117
120
( alcotest :with -test)
121
+ ( fmt :with -test)
118
122
re
119
123
uri
120
124
( uuid :with -test)
132
136
cohttp-posix
133
137
dune
134
138
cohttp
139
+ ptime
140
+ result
141
+ rresult
135
142
rpclib
136
143
ppx_deriving_rpc
144
+ uri
137
145
( xapi-log ( = :version ) )
138
146
( xapi-open-uri ( = :version ) )
139
147
( xapi-stdext-threads ( = :version ) )
180
188
( xapi-stdext-threads ( = :version ) )
181
189
( xapi-stdext-unix ( = :version ) )
182
190
( xapi-idl ( = :version ) )
191
+ xenstore
183
192
xenstore_transport
184
193
)
185
194
)
192
201
( ocaml ( >= " 4.02.0" ) )
193
202
( alcotest :with -test)
194
203
astring
204
+ cmdliner
205
+ ( fmt :with -test)
195
206
( gzip ( = :version ) )
196
207
( http-lib ( = :version ) )
197
208
inotify
198
209
io-page
210
+ ipaddr
199
211
mtime
212
+ polly
200
213
ppx_deriving_rpc
201
214
rpclib
215
+ uri
202
216
( ezxenstore ( = :version ) )
203
217
( uuid ( = :version ) )
204
218
xapi-backtrace
207
221
( xapi-stdext-threads ( = :version ) )
208
222
( xapi-stdext-unix ( = :version ) )
209
223
xapi-tracing
224
+ xenctrl
225
+ xenstore
226
+ xenstore_transport
227
+ xmlm
228
+ yojson
210
229
)
211
230
)
212
231
238
257
base-threads
239
258
( forkexec ( = :version ) )
240
259
( http-lib ( = :version ) )
260
+ integers
241
261
mtime
242
262
netlink
243
263
re
264
+ result
265
+ rresult
244
266
rpclib
267
+ uri
245
268
( xapi-idl ( = :version ) )
246
269
xapi-inventory
247
270
( xapi-stdext-pervasives ( = :version ) )
250
273
( xapi-stdext-unix ( = :version ) )
251
274
xapi-test-utils
252
275
( xen-api-client ( = :version ) )
276
+ yojson
253
277
)
254
278
)
255
279
308
332
( depends
309
333
alcotest ; needed for the quicktest binary
310
334
angstrom
335
+ astring
311
336
base-threads
312
337
base64
338
+ ( bos :with -test)
313
339
cdrom
340
+ cmdliner
341
+ cohttp
314
342
conf-pam
315
343
( crowbar :with -test)
344
+ cstruct
316
345
ctypes
317
346
ctypes-foreign
318
347
domain-name
319
348
( ezxenstore ( = :version ) )
320
- ( fmt :with -test )
349
+ fmt
321
350
hex
322
351
( http-lib ( and :with -test ( = :version ) ) ) ; the public library is only used for testing
352
+ integers
323
353
ipaddr
354
+ logs
355
+ magic-mime
324
356
mirage-crypto
325
357
mirage-crypto-pk
326
358
( mirage-crypto-rng ( >= " 0.11.0" ) )
329
361
opentelemetry-client-ocurl
330
362
pci
331
363
( pciutil ( = :version ) )
364
+ polly
332
365
ppx_deriving_rpc
333
366
ppx_sexp_conv
334
367
ppx_deriving
335
368
psq
369
+ ptime
336
370
qcheck-alcotest
371
+ qcheck-core
372
+ re
373
+ result
337
374
rpclib
338
375
( rrdd-plugin ( = :version ) )
339
376
rresult
340
377
sexpr
378
+ sexplib
379
+ sexplib0
341
380
sha
342
381
( stunnel ( = :version ) )
343
382
tar
344
383
tar-unix
384
+ uri
345
385
( uuid ( = :version ) )
386
+ uuidm
346
387
x509
388
+ xapi-backtrace
347
389
( xapi-client ( = :version ) )
348
390
( xapi-cli-protocol ( = :version ) )
349
391
( xapi-consts ( = :version ) )
362
404
( xapi-tracing ( = :version ) )
363
405
( xapi-types ( = :version ) )
364
406
( xapi-xenopsd ( = :version ) )
407
+ xenctrl ; for quicktest
408
+ xenstore_transport
409
+ xmlm
365
410
( xml-light2 ( = :version ) )
366
411
yojson
367
412
( zstd ( = :version ) )
391
436
( tags ( " org.mirage" " org:xapi-project" ) )
392
437
( depends
393
438
( alcotest-lwt :with -test)
439
+ astring
440
+ bigarray-compat
441
+ cmdliner
442
+ cohttp
394
443
cohttp-lwt
395
444
conf-libssl
396
445
( cstruct ( >= " 3.0.0" ) )
397
446
( ezxenstore ( = :version ) )
398
447
( forkexec ( = :version ) )
399
448
io-page
400
449
lwt
450
+ lwt_ssl
451
+ nbd
401
452
nbd-unix
402
453
ppx_cstruct
403
454
ppx_deriving_rpc
404
455
re
456
+ result
405
457
rpclib
458
+ ssl
406
459
sha
407
460
tar
461
+ uri
408
462
( vhd-format ( = :version ) )
409
463
( vhd-format-lwt ( = :version ) )
410
464
( xapi-idl ( = :version ) )
@@ -438,9 +492,13 @@ This package provides an Lwt compatible interface to the library.")
438
492
( ocaml ( and ( >= " 4.02.3" ) ( < " 5.0.0" ) ) )
439
493
( alcotest :with -test)
440
494
( alcotest-lwt :with -test)
495
+ bigarray-compat
441
496
( cstruct ( < " 6.1.0" ) )
497
+ cstruct-lwt
498
+ ( fmt :with -test)
442
499
( lwt ( >= " 3.2.0" ) )
443
500
( mirage-block ( >= " 2.0.1" ) )
501
+ rresult
444
502
( vhd-format ( = :version ) )
445
503
( io-page ( and :with -test ( >= " 2.4.0" ) ) )
446
504
)
@@ -486,8 +544,11 @@ This package provides an Lwt compatible interface to the library.")
486
544
( depends
487
545
( alcotest :with -test)
488
546
astring
547
+ bigarray-compat
489
548
cstruct
490
549
crc
550
+ ( fmt :with -test)
551
+ rpclib
491
552
yojson
492
553
( xapi-idl ( = :version ) )
493
554
( xapi-rrd ( = :version ) )
@@ -518,6 +579,8 @@ This package provides an Lwt compatible interface to the library.")
518
579
ppx_sexp_conv
519
580
rpclib
520
581
sexplib
582
+ sexplib0
583
+ uri
521
584
( xapi-log ( = :version ) )
522
585
( xapi-stdext-threads ( = :version ) )
523
586
( odoc :with -doc)
@@ -554,10 +617,16 @@ This package provides an Lwt compatible interface to the library.")
554
617
( alcotest :with -test)
555
618
astring
556
619
( base64 ( >= " 3.1.0" ) )
620
+ fmt
621
+ ipaddr
622
+ mtime
623
+ ppx_deriving_rpc
624
+ ( qcheck-core :with -test)
557
625
rpclib
558
626
( safe-resources( = :version ) )
559
627
sha
560
628
( stunnel ( = :version ) )
629
+ uri
561
630
( uuid ( = :version ) )
562
631
xapi-backtrace
563
632
( xapi-idl ( = :version ) )
@@ -580,11 +649,13 @@ This package provides an Lwt compatible interface to the library.")
580
649
(synopsis " Process-spawning library" )
581
650
( description " Client and server library to spawn processes." )
582
651
( depends
652
+ astring
583
653
base-threads
584
654
( fd-send-recv ( >= " 2.0.0" ) )
585
655
ppx_deriving_rpc
586
656
rpclib
587
657
( uuid ( = :version ) )
658
+ xapi-backtrace
588
659
( xapi-log ( = :version ) )
589
660
( xapi-stdext-pervasives ( = :version ) )
590
661
( xapi-stdext-unix ( = :version ) )
@@ -661,6 +732,8 @@ This package provides an Lwt compatible interface to the library.")
661
732
( depends
662
733
base-threads
663
734
base-unix
735
+ ( alcotest :with -test)
736
+ ( fmt :with -test)
664
737
( odoc :with -doc)
665
738
( xapi-stdext-pervasives ( = :version ) )
666
739
( mtime :with -test)
@@ -675,10 +748,12 @@ This package provides an Lwt compatible interface to the library.")
675
748
( depends
676
749
( ocaml ( >= 4 .12.0) )
677
750
( alcotest :with -test)
751
+ astring
678
752
base-unix
679
753
( bisect_ppx :with -test)
680
754
( fd-send-recv ( >= 2 .0.0) )
681
755
fmt
756
+ integers
682
757
( mtime ( and ( >= 2 .0.0) :with -test) )
683
758
( logs :with -test)
684
759
( qcheck-core ( and ( >= 0 .21.2) :with -test) )
0 commit comments