this repo has no description

Past gitlab releases don't work with atdgen >= 2.3.0 due to a bug in gitlab.atd which causes atdgen's new validation pass to fail. See https://github.com/tmcgilchrist/ocaml-gitlab/pull/46

Changed files
+3 -3
packages
gitlab
gitlab.0.1.0
gitlab.0.1.1
gitlab.0.1.2
+1 -1
packages/gitlab/gitlab.0.1.0/opam
···
"dune" {>= "2.9" & >= "1.10"}
"uri" {>= "1.9.0"}
"cohttp-lwt" {>= "4.0"}
-
"atdgen" {>= "2.0.0" & (< "2.3.0" | > "2.3.2")}
+
"atdgen" {>= "2.0.0" & < "2.3.0"}
"yojson" {>= "1.7.0"}
"stringext"
"mdx" {with-test}
+1 -1
packages/gitlab/gitlab.0.1.1/opam
···
"dune" {>= "2.9"}
"uri" {>= "1.9.0"}
"cohttp-lwt" {>= "4.0"}
-
"atdgen" {>= "2.0.0" & (< "2.3.0" | > "2.3.2")}
+
"atdgen" {>= "2.0.0" & < "2.3.0"}
"yojson" {>= "1.7.0"}
"stringext"
"odoc" {with-doc}
+1 -1
packages/gitlab/gitlab.0.1.2/opam
···
"ocaml" {>= "4.08.0"}
"uri" {>= "1.9.0"}
"cohttp-lwt" {>= "4.0"}
-
"atdgen" {>= "2.0.0" & (< "2.3.0" | > "2.3.2")}
+
"atdgen" {>= "2.0.0" & < "2.3.0"}
"yojson" {>= "1.7.0"}
"stringext"
"odoc" {with-doc}