this repo has no description

fix git-kv CI failures

Changed files
+9 -9
packages
git-kv
git-kv.0.1.3
yocaml_git
yocaml_git.1.0.0
yocaml_git.2.1.0
+7 -7
packages/git-kv/git-kv.0.1.3/opam
···
"fmt" {>= "0.8.7"}
"mirage-ptime" {>= "5.0.0"}
"ptime"
-
"hxd" {with-test}
-
"conf-git" {with-test}
-
"mirage-crypto-rng" {>= "1.2.0" & with-test}
-
"git-unix" {>= "3.10.0" & with-test}
-
"alcotest" {>= "1.8.0" & with-test}
-
"bos" {>= "0.2.1" & with-test}
+
# "hxd" {with-test}
+
# "conf-git" {with-test}
+
# "mirage-crypto-rng" {>= "1.2.0" & with-test}
+
# "git-unix" {>= "3.10.0" & with-test}
+
# "alcotest" {>= "1.8.0" & with-test}
+
# "bos" {>= "0.2.1" & with-test}
]
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
-
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
# ["dune" "runtest" "-p" name "-j" jobs] {with-test} # disabled due to sandbox issues (opens a TCP socket)
]
x-maintenance-intent: [ "(latest)" ]
url {
+1 -1
packages/yocaml_git/yocaml_git.1.0.0/opam
···
"odoc" {with-doc}
"preface" { = "1.0.0" }
"lwt" { >= "5.4.2" }
-
"git-kv" { >= "0.0.3" }
+
"git-kv" { >= "0.0.3" & < "0.1.3"}
"git-unix"
"mirage-clock"
"yocaml" {= version}
+1 -1
packages/yocaml_git/yocaml_git.2.1.0/opam
···
"lwt" {>= "5.7.0"}
"mimic" {>= "0.0.9"}
"cstruct" {>= "6.2.0"}
-
"git-kv" {>= "0.0.5"}
+
"git-kv" {>= "0.0.5" & < "0.1.3"}
"git-unix" {>= "3.16.1"}
"mirage-clock" {>= "4.2.0"}
"yocaml" {= version}