File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -711,12 +711,14 @@ This package provides an Lwt compatible interface to the library.")
711
711
(synopsis " Xapi's standard library extension, Threads" )
712
712
( authors " Jonathan Ludlam" )
713
713
( depends
714
+ ambient-context
714
715
base-threads
715
716
base-unix
716
717
( alcotest :with -test)
717
718
( clock ( = :version ) )
718
719
( fmt :with -test)
719
720
mtime
721
+ tgroup
720
722
( xapi-log ( = :version ) )
721
723
( xapi-stdext-pervasives ( = :version ) )
722
724
( xapi-stdext-unix ( = :version ) )
Original file line number Diff line number Diff line change @@ -8,12 +8,14 @@ homepage: "https://xapi-project.github.io/"
8
8
bug-reports: "https://github.com/xapi-project/xen-api/issues"
9
9
depends: [
10
10
"dune" {>= "3.15"}
11
+ "ambient-context"
11
12
"base-threads"
12
13
"base-unix"
13
14
"alcotest" {with-test}
14
15
"clock" {= version}
15
16
"fmt" {with-test}
16
17
"mtime"
18
+ "tgroup"
17
19
"xapi-log" {= version}
18
20
"xapi-stdext-pervasives" {= version}
19
21
"xapi-stdext-unix" {= version}
You can’t perform that action at this time.
0 commit comments