this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix git-kv CI failures

+9 -9
+7 -7
packages/git-kv/git-kv.0.1.3/opam
··· 17 17 "fmt" {>= "0.8.7"} 18 18 "mirage-ptime" {>= "5.0.0"} 19 19 "ptime" 20 - "hxd" {with-test} 21 - "conf-git" {with-test} 22 - "mirage-crypto-rng" {>= "1.2.0" & with-test} 23 - "git-unix" {>= "3.10.0" & with-test} 24 - "alcotest" {>= "1.8.0" & with-test} 25 - "bos" {>= "0.2.1" & with-test} 20 + # "hxd" {with-test} 21 + # "conf-git" {with-test} 22 + # "mirage-crypto-rng" {>= "1.2.0" & with-test} 23 + # "git-unix" {>= "3.10.0" & with-test} 24 + # "alcotest" {>= "1.8.0" & with-test} 25 + # "bos" {>= "0.2.1" & with-test} 26 26 ] 27 27 28 28 build: [ 29 29 ["dune" "subst"] {dev} 30 30 ["dune" "build" "-p" name "-j" jobs] 31 - ["dune" "runtest" "-p" name "-j" jobs] {with-test} 31 + # ["dune" "runtest" "-p" name "-j" jobs] {with-test} # disabled due to sandbox issues (opens a TCP socket) 32 32 ] 33 33 x-maintenance-intent: [ "(latest)" ] 34 34 url {
+1 -1
packages/yocaml_git/yocaml_git.1.0.0/opam
··· 25 25 "odoc" {with-doc} 26 26 "preface" { = "1.0.0" } 27 27 "lwt" { >= "5.4.2" } 28 - "git-kv" { >= "0.0.3" } 28 + "git-kv" { >= "0.0.3" & < "0.1.3"} 29 29 "git-unix" 30 30 "mirage-clock" 31 31 "yocaml" {= version}
+1 -1
packages/yocaml_git/yocaml_git.2.1.0/opam
··· 14 14 "lwt" {>= "5.7.0"} 15 15 "mimic" {>= "0.0.9"} 16 16 "cstruct" {>= "6.2.0"} 17 - "git-kv" {>= "0.0.5"} 17 + "git-kv" {>= "0.0.5" & < "0.1.3"} 18 18 "git-unix" {>= "3.16.1"} 19 19 "mirage-clock" {>= "4.2.0"} 20 20 "yocaml" {= version}