this repo has no description

Fix forester 2.1 and yuujinchou 3.0.0

favonia bb571e12 c739d589

Changed files
+2 -2
packages
forester
forester.2.1
yuujinchou
yuujinchou.3.0.0
+1 -1
packages/forester/forester.2.1/opam
···
"dune" {>= "3.7"}
"xmlm"
"ppx_deriving"
-
"domainslib"
+
"domainslib" {>= "0.5.0"}
"yuujinchou" {>= "5.0.1"}
"algaeff" {< "2.0"}
"odoc" {with-doc}
+1 -1
packages/yuujinchou/yuujinchou.3.0.0/opam
···
"dune" {>= "2.0"}
"ocaml" {>= "5.0"}
"algaeff" {>= "0.2" & < "2.0"}
-
"bwd" {>= "1.0"}
+
"bwd" {>= "2.0"}
"alcotest" {>= "1.5" & with-test}
"qcheck-core" {>= "0.18" & with-test}
"odoc" {>= "2.0" & with-doc}