this repo has no description
0
fork

Configure Feed

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

Merge pull request #27088 from kit-ty-kate/guardian-ocaml-5.3

guardian is not compatible with OCaml 5.3

authored by

Marcello Seri and committed by
GitHub
400fbb0a 1882d05c

+3 -3
+1 -1
packages/guardian/guardian.0.0.4/opam
··· 22 22 "lwt" {>= "5.6.1"} 23 23 "lwt_ppx" {>= "2.1.0"} 24 24 "mariadb" {>= "1.1.4"} 25 - "ocaml" {>= "4.12.0"} 25 + "ocaml" {>= "4.12.0" & < "5.3"} 26 26 "ocamlformat" {>= "0.24.1"} 27 27 "ppx_deriving" {>= "5.2.1"} 28 28 "ppx_deriving_yojson" {>= "3.6.1"}
+1 -1
packages/guardian/guardian.0.0.5/opam
··· 20 20 "lwt" {>= "5.6.1"} 21 21 "lwt_ppx" {>= "2.1.0"} 22 22 "mariadb" {>= "1.1.4"} 23 - "ocaml" {>= "4.12.0"} 23 + "ocaml" {>= "4.12.0" & < "5.3"} 24 24 "ocamlformat" {>= "0.24.1"} 25 25 "ppx_deriving" {>= "5.2.1"} 26 26 "ppx_deriving_yojson" {>= "3.6.1"}
+1 -1
packages/guardian/guardian.0.1.0/opam
··· 20 20 "lwt" {>= "5.6.1"} 21 21 "lwt_ppx" {>= "2.1.0"} 22 22 "mariadb" {>= "1.1.4"} 23 - "ocaml" {>= "4.12.0"} 23 + "ocaml" {>= "4.12.0" & < "5.3"} 24 24 "ppx_deriving" {>= "5.2.1"} 25 25 "ppx_deriving_yojson" {>= "3.6.1"} 26 26 "uri" {>= "4.2.0"}