File tree Expand file tree Collapse file tree 3 files changed +1
-29
lines changed
Expand file tree Collapse file tree 3 files changed +1
-29
lines changed Original file line number Diff line number Diff line change 3434 ( and
3535 ( >= v0.16)
3636 ( < v0.17) ) )
37- ( ppx_enumerate
38- ( and
39- ( >= v0.16)
40- ( < v0.17) ) )
41- ( ppx_expect
42- ( and
43- :with -test
44- ( >= v0.16)
45- ( < v0.17) ) )
4637 ( ppx_hash
4738 ( and
4839 ( >= v0.16)
4940 ( < v0.17) ) )
50- ( ppx_here
51- ( and
52- ( >= v0.16)
53- ( < v0.17) ) )
5441 ( ppx_js_style
5542 ( and
5643 :dev
5744 ( >= v0.16)
5845 ( < v0.17) ) )
59- ( ppx_let
60- ( and
61- ( >= v0.16)
62- ( < v0.17) ) )
6346 ( ppx_sexp_conv
6447 ( and
6548 ( >= v0.16)
Original file line number Diff line number Diff line change @@ -14,12 +14,8 @@ depends: [
1414 "base" {>= "v0.16" & < "v0.17"}
1515 "bisect_ppx" {dev & >= "2.8.3"}
1616 "ppx_compare" {>= "v0.16" & < "v0.17"}
17- "ppx_enumerate" {>= "v0.16" & < "v0.17"}
18- "ppx_expect" {with-test & >= "v0.16" & < "v0.17"}
1917 "ppx_hash" {>= "v0.16" & < "v0.17"}
20- "ppx_here" {>= "v0.16" & < "v0.17"}
2118 "ppx_js_style" {dev & >= "v0.16" & < "v0.17"}
22- "ppx_let" {>= "v0.16" & < "v0.17"}
2319 "ppx_sexp_conv" {>= "v0.16" & < "v0.17"}
2420 "ppx_sexp_value" {>= "v0.16" & < "v0.17"}
2521 "odoc" {with-doc}
Original file line number Diff line number Diff line change 88 (lint
99 (pps ppx_js_style -check-doc-comments))
1010 (preprocess
11- (pps
12- ppx_compare
13- ppx_enumerate
14- ppx_hash
15- ppx_here
16- ppx_let
17- ppx_sexp_conv
18- ppx_sexp_value)))
11+ (pps ppx_compare ppx_hash ppx_sexp_conv ppx_sexp_value)))
You can’t perform that action at this time.
0 commit comments