File tree Expand file tree Collapse file tree 4 files changed +43
-1
lines changed Expand file tree Collapse file tree 4 files changed +43
-1
lines changed Original file line number Diff line number Diff line change 111
111
( sexps-rewriter
112
112
( >= 0 .0.3) )
113
113
( stdio
114
- ( >= v0.17) ) ) )
114
+ ( >= v0.17) )
115
+ ( volgo
116
+ ( >= 0 .0.21) )
117
+ ( volgo-base
118
+ ( >= 0 .0.21) )
119
+ ( volgo-git-unix
120
+ ( >= 0 .0.21) )
121
+ ( volgo-hg-unix
122
+ ( >= 0 .0.21) ) ) )
115
123
116
124
( package
117
125
(name dunolint-tests)
181
189
( >= 0 .0.3) )
182
190
( stdio
183
191
( >= v0.17) )
192
+ ( volgo
193
+ ( >= 0 .0.21) )
194
+ ( volgo-base
195
+ ( >= 0 .0.21) )
196
+ ( volgo-git-unix
197
+ ( >= 0 .0.21) )
198
+ ( volgo-hg-unix
199
+ ( >= 0 .0.21) )
200
+ ( volgo-vcs
201
+ ( >= 0 .0.21) )
184
202
( sherlodoc
185
203
( and
186
204
:with -doc
268
286
( >= 0 .0.3) )
269
287
( stdio
270
288
( >= v0.17) )
289
+ ( volgo
290
+ ( >= 0 .0.21) )
291
+ ( volgo-base
292
+ ( >= 0 .0.21) )
293
+ ( volgo-git-unix
294
+ ( >= 0 .0.21) )
295
+ ( volgo-hg-unix
296
+ ( >= 0 .0.21) )
297
+ ( volgo-vcs
298
+ ( >= 0 .0.21) )
271
299
( odoc
272
300
( and
273
301
:with -doc
Original file line number Diff line number Diff line change @@ -46,6 +46,11 @@ depends: [
46
46
"sexplib0" {>= "v0.17"}
47
47
"sexps-rewriter" {>= "0.0.3"}
48
48
"stdio" {>= "v0.17"}
49
+ "volgo" {>= "0.0.21"}
50
+ "volgo-base" {>= "0.0.21"}
51
+ "volgo-git-unix" {>= "0.0.21"}
52
+ "volgo-hg-unix" {>= "0.0.21"}
53
+ "volgo-vcs" {>= "0.0.21"}
49
54
"odoc" {with-doc & >= "2.4.4"}
50
55
"sherlodoc" {with-doc & >= "0.2"}
51
56
]
Original file line number Diff line number Diff line change @@ -39,6 +39,11 @@ depends: [
39
39
"sexplib0" {>= "v0.17"}
40
40
"sexps-rewriter" {>= "0.0.3"}
41
41
"stdio" {>= "v0.17"}
42
+ "volgo" {>= "0.0.21"}
43
+ "volgo-base" {>= "0.0.21"}
44
+ "volgo-git-unix" {>= "0.0.21"}
45
+ "volgo-hg-unix" {>= "0.0.21"}
46
+ "volgo-vcs" {>= "0.0.21"}
42
47
"sherlodoc" {with-doc & >= "0.2"}
43
48
"odoc" {with-doc}
44
49
]
Original file line number Diff line number Diff line change @@ -36,6 +36,10 @@ depends: [
36
36
"sexplib0" {>= "v0.17"}
37
37
"sexps-rewriter" {>= "0.0.3"}
38
38
"stdio" {>= "v0.17"}
39
+ "volgo" {>= "0.0.21"}
40
+ "volgo-base" {>= "0.0.21"}
41
+ "volgo-git-unix" {>= "0.0.21"}
42
+ "volgo-hg-unix" {>= "0.0.21"}
39
43
"odoc" {with-doc}
40
44
]
41
45
build: [
You can’t perform that action at this time.
0 commit comments