this repo has no description

guardian is not compatible with OCaml 5.3 (expects the effect keyword to be a identifier)

Kate 850f83f1 9d811310

Changed files
+3 -3
packages
guardian
guardian.0.0.4
guardian.0.0.5
guardian.0.1.0
+1 -1
packages/guardian/guardian.0.0.4/opam
···
"lwt" {>= "5.6.1"}
"lwt_ppx" {>= "2.1.0"}
"mariadb" {>= "1.1.4"}
-
"ocaml" {>= "4.12.0"}
+
"ocaml" {>= "4.12.0" & < "5.3"}
"ocamlformat" {>= "0.24.1"}
"ppx_deriving" {>= "5.2.1"}
"ppx_deriving_yojson" {>= "3.6.1"}
+1 -1
packages/guardian/guardian.0.0.5/opam
···
"lwt" {>= "5.6.1"}
"lwt_ppx" {>= "2.1.0"}
"mariadb" {>= "1.1.4"}
-
"ocaml" {>= "4.12.0"}
+
"ocaml" {>= "4.12.0" & < "5.3"}
"ocamlformat" {>= "0.24.1"}
"ppx_deriving" {>= "5.2.1"}
"ppx_deriving_yojson" {>= "3.6.1"}
+1 -1
packages/guardian/guardian.0.1.0/opam
···
"lwt" {>= "5.6.1"}
"lwt_ppx" {>= "2.1.0"}
"mariadb" {>= "1.1.4"}
-
"ocaml" {>= "4.12.0"}
+
"ocaml" {>= "4.12.0" & < "5.3"}
"ppx_deriving" {>= "5.2.1"}
"ppx_deriving_yojson" {>= "3.6.1"}
"uri" {>= "4.2.0"}