File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 179179 ( xapi-types
180180 ( = :version ) )
181181 ( xapi-stdext-zerocheck
182+ ( = :version ) )
183+ ( xapi-work-queues
182184 ( = :version ) ) )
183185 (synopsis " A CLI for xapi storage services" )
184186 ( description
191193 (name xapi-schema))
192194
193195( package
194- (name xapi-work-queues))
196+ (name xapi-work-queues)
197+ ( depends ppx_deriving_rpc xapi-stdext-threads) )
195198
196199( package
197200 (name rrdd-plugin)
327330 xapi-stdext-pervasives
328331 xapi-stdext-unix
329332 xapi-stdext-zerocheck
333+ xapi-work-queues
330334 xen-api-client
331335 xen-api-client-lwt
332336 xenctrl
365369 rrdd-plugin
366370 xapi-stdext-std
367371 xapi-tracing-export
372+ xapi-work-queues
368373 xen-api-client
369374 ( alcotest :with -test)
370375 ( ppx_deriving_rpc :with -test)
483488 ( = :version ) )
484489 ( xapi-types
485490 ( = :version ) )
491+ ( xapi-work-queues
492+ ( = :version ) )
486493 ( xen-api-client-lwt
487494 ( = :version ) )
488495 xenctrl ; for quicktest
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ homepage: "https://xapi-project.github.io/"
77bug-reports: "https://github.com/xapi-project/xen-api/issues"
88depends: [
99 "dune" {>= "3.20"}
10- "odoc" {with-doc}
1110 "ppx_deriving_rpc"
1211 "xapi-stdext-threads"
12+ "odoc" {with-doc}
1313]
1414build: [
1515 ["dune" "subst"] {dev}
You can’t perform that action at this time.
0 commit comments