this repo has no description

Require atd >= 2.11.0 (due to the use of ~keep_builtins)

Changed files
+3 -3
packages
atdgen
atdgen.2.11.0
atdpy
atdpy.2.11.0
atdts
atdts.2.11.0
+1 -1
packages/atdgen/atdgen.2.11.0/opam
···
"dune" {>= "2.8"}
"ocaml" {>= "4.08"}
"alcotest" {with-test}
-
"atd" {>= "2.7.0"}
+
"atd" {>= "2.11.0"}
"atdgen-runtime" {>= "2.1.0"}
"atdgen-codec-runtime" {with-test}
"biniou" {>= "1.0.6"}
+1 -1
packages/atdpy/atdpy.2.11.0/opam
···
depends: [
"dune" {>= "2.8"}
"ocaml" {>= "4.08"}
-
"atd" {>= "2.7.0"}
+
"atd" {>= "2.11.0"}
"cmdliner" {>= "1.1.0"}
"re"
"alcotest" {with-test}
+1 -1
packages/atdts/atdts.2.11.0/opam
···
depends: [
"dune" {>= "2.8"}
"ocaml" {>= "4.08"}
-
"atd" {>= "2.7.0"}
+
"atd" {>= "2.11.0"}
"cmdliner" {>= "1.1.0"}
"re"
"alcotest" {with-test}