+11
-10
swim.opam
+11
-10
swim.opam
···
16
16
depends: [
17
17
"ocaml" {>= "5.1"}
18
18
"dune" {>= "3.20" & >= "3.20"}
19
-
"eio" {>= "1.0"}
20
-
"eio_main" {>= "1.0"}
19
+
"eio" {>= "1.3"}
21
20
"kcas" {>= "0.7"}
22
21
"kcas_data" {>= "0.7"}
23
-
"mirage-crypto" {>= "1.0"}
24
-
"mirage-crypto-rng" {>= "1.0"}
25
-
"cstruct" {>= "6.0"}
26
-
"mtime" {>= "2.0"}
22
+
"mirage-crypto" {>= "2.0"}
23
+
"mirage-crypto-rng" {>= "2.0"}
24
+
"cstruct" {>= "6.2"}
25
+
"mtime" {>= "2.1"}
27
26
"msgpck" {>= "1.7"}
28
-
"qcheck" {>= "0.21"}
29
-
"qcheck-alcotest" {>= "0.21"}
30
-
"alcotest" {>= "1.7"}
31
-
"logs" {>= "0.7"}
27
+
"logs" {>= "0.10"}
28
+
"fmt" {>= "0.11"}
29
+
"eio_main" {>= "1.3" & with-test}
30
+
"qcheck" {>= "0.21" & with-test}
31
+
"qcheck-alcotest" {>= "0.21" & with-test}
32
+
"alcotest" {>= "1.7" & with-test}
32
33
"odoc" {with-doc}
33
34
]
34
35
build: [