File tree 4 files changed +6
-4
lines changed
4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ depends: [
74
74
"odoc" {with-doc}
75
75
"re" {>= "1.9.0"}
76
76
"yojson" {>= "1.6.0"}
77
+ "cmdliner" {>= "1.1.0"}
77
78
]
78
79
dev-repo: "git+https://github.com/ahrefs/atd.git"
79
80
build: [
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ depends: [
74
74
"dune" {>= "2.8"}
75
75
"ocaml" {>= "4.08"}
76
76
"alcotest" {with-test}
77
- "atd" {>= "2.11 .0"}
77
+ "atd" {>= "2.13 .0"}
78
78
"atdgen-runtime" {>= "2.1.0"}
79
79
"atdgen-codec-runtime" {with-test}
80
80
"biniou" {>= "1.0.6"}
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ bug-reports: "https://github.com/ahrefs/atd/issues"
63
63
depends: [
64
64
"dune" {>= "2.8"}
65
65
"ocaml" {>= "4.08"}
66
- "atd" {>= "2.11 .0"}
66
+ "atd" {>= "2.13 .0"}
67
67
"cmdliner" {>= "1.1.0"}
68
68
"re"
69
69
"alcotest" {with-test}
Original file line number Diff line number Diff line change 83
83
( odoc :with -doc)
84
84
( re ( >= 1 .9.0) )
85
85
( yojson ( >= 1 .6.0) )
86
+ ( cmdliner ( >= 1 .1.0) )
86
87
)
87
88
(synopsis " Parser for the ATD data format description language" )
88
89
( description " \
@@ -97,7 +98,7 @@ utilities."))
97
98
( depends
98
99
( ocaml ( >= 4 .08) )
99
100
( alcotest :with -test)
100
- ( atd ( >= 2 .11 .0) )
101
+ ( atd ( >= 2 .13 .0) )
101
102
( atdgen-runtime ( >= 2 .1.0) )
102
103
( atdgen-codec-runtime :with -test)
103
104
( biniou ( >= 1 .0.6) )
@@ -191,7 +192,7 @@ bucklescript backend")
191
192
( description " TypeScript code generation for ATD APIs" )
192
193
( depends
193
194
( ocaml ( >= 4 .08) )
194
- ( atd ( >= 2 .11 .0) )
195
+ ( atd ( >= 2 .13 .0) )
195
196
( cmdliner ( >= 1 .1.0) )
196
197
re
197
198
( alcotest :with -test)
You can’t perform that action at this time.
0 commit comments