this repo has no description

chamelon: more lower bounds

yomimono 30c2e3a1 157f1f0f

Changed files
+19 -17
packages
chamelon
chamelon.0.0.7
chamelon-unix
chamelon-unix.0.0.7
+12 -12
packages/chamelon-unix/chamelon-unix.0.0.7/opam
···
depends: [
"ocaml" {>= "4.10.0"}
"dune" {>= "2.9.0"}
-
"alcotest" {with-test}
-
"alcotest-lwt" {with-test}
-
"bos"
-
"chamelon"
+
"alcotest" {>= "1.5.0" & with-test}
+
"alcotest-lwt" {>= "1.5.0" & with-test}
+
"bos" {>= "0.2.0"}
+
"chamelon" {>= "0.0.7"}
"cmdliner" {>= "1.1.0"}
-
"fmt"
-
"logs"
-
"lwt"
+
"fmt" {>= "0.8.7"}
+
"logs" {>= "0.6.0"}
+
"lwt" {>= "5.3.0"}
"mirage-block" {>= "3.0.0"}
-
"mirage-block-unix"
-
"mirage-clock"
-
"mirage-clock-unix"
-
"mirage-kv"
-
"mirage-logs"
+
"mirage-block-unix" {>= "2.13.0"}
+
"mirage-clock" {>= "2.0.0"}
+
"mirage-clock-unix" {>= "4.0.0"}
+
"mirage-kv" {>= "4.0.1"}
+
"mirage-logs" {>= "1.2.0"}
]
url {
src:
+7 -5
packages/chamelon/chamelon.0.0.7/opam
···
depends: [
"ocaml" {>= "4.10.0"}
"dune" {>= "2.9.0"}
-
"alcotest" {with-test}
-
"alcotest-lwt" {with-test}
-
"mirage-block-unix" {with-test}
-
"bechamel" {with-test}
-
"bechamel-js" {with-test}
+
"chamelon-unix" {= "0.0.7" & with-test}
+
"fpath" {>= "0.7.3" & with-test}
+
"alcotest" {>= "1.5.0" & with-test}
+
"alcotest-lwt" {>= "1.5.0" & with-test}
+
"mirage-block-unix" {>= "2.13.0" & with-test}
+
"bechamel" {>= "0.2.0" & with-test}
+
"bechamel-js" {>= "0.2.0" & with-test}
"checkseum" {>= "0.3.2"}
"cstruct" {>= "6.0.0"}
"digestif" {>= "1.0.0"}