this repo has no description

Add "ocaml < 5.2" for asai.{0.1.1, 0.2.0, 0.3.0}

favonia 41b1116b 70a91775

Changed files
+3 -3
packages
asai
asai.0.1.1
asai.0.2.0
asai.0.3.0
+1 -1
packages/asai/asai.0.1.1/opam
···
bug-reports: "https://github.com/RedPRL/asai/issues"
depends: [
"dune" {>= "3.1"}
-
"ocaml" {>= "5.0"}
+
"ocaml" {>= "5.0" & < "5.2"}
"algaeff" {>= "1.0" & < "2.0"}
"bwd" {>= "2.2"}
"eio" {>= "0.12"}
+1 -1
packages/asai/asai.0.2.0/opam
···
bug-reports: "https://github.com/RedPRL/asai/issues"
depends: [
"dune" {>= "3.1"}
-
"ocaml" {>= "5.0"}
+
"ocaml" {>= "5.0" & < "5.2"}
"algaeff" {>= "1.0" & < "2.0"}
"bwd" {>= "2.2"}
"notty" {>= "0.2.3"}
+1 -1
packages/asai/asai.0.3.0/opam
···
bug-reports: "https://github.com/RedPRL/asai/issues"
depends: [
"dune" {>= "3.1"}
-
"ocaml" {>= "5.0"}
+
"ocaml" {>= "5.0" & < "5.2"}
"algaeff" {>= "2.0"}
"bwd" {>= "2.2"}
"alcotest" {with-test & >= "1.5"}