File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ depends: [
9999 "dune" {>= "2.8"}
100100 "ocaml" {>= "4.08"}
101101 "alcotest" {with-test}
102- "atd" {>= "2.14 .0"}
102+ "atd" {>= "3.0 .0"}
103103 "atdgen-runtime" {>= "3.0.0"}
104104 "atdgen-codec-runtime" {with-test}
105105 "biniou" {>= "1.0.6"}
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ bug-reports: "https://github.com/ahrefs/atd/issues"
8888depends: [
8989 "dune" {>= "2.8"}
9090 "ocaml" {>= "4.08"}
91- "atd" {>= "2.11 .0"}
91+ "atd" {>= "3.0 .0"}
9292 "cmdliner" {>= "1.1.0"}
9393 "re"
9494 "alcotest" {with-test}
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ utilities."))
124124 ( depends
125125 ( ocaml ( >= 4 .08) )
126126 ( alcotest :with -test)
127- ( atd ( >= 2 .14 .0) )
127+ ( atd ( >= 3 .0 .0) )
128128 ( atdgen-runtime ( >= 3 .0.0) )
129129 ( atdgen-codec-runtime :with -test)
130130 ( biniou ( >= 1 .0.6) )
@@ -195,7 +195,7 @@ automatically handled")
195195 ( description " Python/mypy code generation for ATD APIs" )
196196 ( depends
197197 ( ocaml ( >= 4 .08) )
198- ( atd ( >= 2 .11 .0) )
198+ ( atd ( >= 3 .0 .0) )
199199 ( cmdliner ( >= 1 .1.0) )
200200 re
201201 ( alcotest :with -test)
@@ -224,7 +224,6 @@ Melange backend")
224224 ( alcotest :with -test)
225225 ( odoc :with -doc) ) )
226226
227-
228227( package
229228 (name atdd)
230229 (synopsis " DLang code generation for ATD APIs" )
You can’t perform that action at this time.
0 commit comments