File tree Expand file tree Collapse file tree 10 files changed +52
-16
lines changed Expand file tree Collapse file tree 10 files changed +52
-16
lines changed Original file line number Diff line number Diff line change 3
3
(public_name crs)
4
4
(package crs)
5
5
(flags :standard -w +a-4-40-41-42-44-45-48-66 -warn-error +a)
6
- (libraries crs_cli pplumbing. cmdlang-cmdliner-runner)
6
+ (libraries cmdlang-cmdliner-err- runner crs_cli )
7
7
(instrumentation
8
8
(backend bisect_ppx)))
Original file line number Diff line number Diff line change 19
19
(* <http://www.gnu.org/licenses/> and <https://spdx.org>, respectively. *)
20
20
(* *******************************************************************************)
21
21
22
- let () = Cmdlang_cmdliner_runner . run Crs_cli. main ~name: " crs" ~version: " %%VERSION%%"
22
+ let () = Cmdlang_cmdliner_err_runner . run Crs_cli. main ~name: " crs" ~version: " %%VERSION%%"
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ depends: [
16
16
"base_quickcheck" {>= "v0.17"}
17
17
"bisect_ppx" {>= "2.8.3"}
18
18
"cmdlang" {>= "0.0.9"}
19
+ "cmdlang-cmdliner-err-runner" {>= "0.0.16"}
19
20
"conf-git"
20
21
"conf-hg"
21
22
"crs" {= version}
@@ -32,7 +33,8 @@ depends: [
32
33
"pbrt" {>= "3.1"}
33
34
"pbrt_yojson" {>= "3.1"}
34
35
"pp" {>= "2.0.0"}
35
- "pplumbing" {>= "0.0.14"}
36
+ "pplumbing-err" {>= "0.0.16"}
37
+ "pplumbing-pp-tty" {>= "0.0.16"}
36
38
"ppx_compare" {>= "v0.17"}
37
39
"ppx_deriving_yojson" {>= "3.9"}
38
40
"ppx_enumerate" {>= "v0.17"}
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ depends: [
14
14
"base" {>= "v0.17"}
15
15
"base_quickcheck" {>= "v0.17"}
16
16
"cmdlang" {>= "0.0.9"}
17
+ "cmdlang-cmdliner-err-runner" {>= "0.0.16"}
17
18
"cmdlang-stdlib-runner" {>= "0.0.9"}
18
19
"conf-git"
19
20
"conf-hg"
@@ -29,7 +30,8 @@ depends: [
29
30
"pbrt" {>= "3.1"}
30
31
"pbrt_yojson" {>= "3.1"}
31
32
"pp" {>= "2.0.0"}
32
- "pplumbing" {>= "0.0.14"}
33
+ "pplumbing-err" {>= "0.0.16"}
34
+ "pplumbing-pp-tty" {>= "0.0.16"}
33
35
"ppx_compare" {>= "v0.17"}
34
36
"ppx_deriving_yojson" {>= "3.9"}
35
37
"ppx_enumerate" {>= "v0.17"}
Original file line number Diff line number Diff line change @@ -12,13 +12,15 @@ depends: [
12
12
"ocaml" {>= "5.2"}
13
13
"base" {>= "v0.17"}
14
14
"cmdlang" {>= "0.0.9"}
15
+ "cmdlang-cmdliner-err-runner" {>= "0.0.16"}
15
16
"file-rewriter" {>= "0.0.3"}
16
17
"fpath" {>= "0.7.3"}
17
18
"fpath-base" {>= "0.3.1"}
18
19
"loc" {>= "0.2.2"}
19
20
"pageantty" {>= "0.0.2"}
20
21
"pp" {>= "2.0.0"}
21
- "pplumbing" {>= "0.0.14"}
22
+ "pplumbing-err" {>= "0.0.16"}
23
+ "pplumbing-pp-tty" {>= "0.0.16"}
22
24
"ppx_compare" {>= "v0.17"}
23
25
"ppx_deriving_yojson" {>= "3.9"}
24
26
"ppx_enumerate" {>= "v0.17"}
Original file line number Diff line number Diff line change 30
30
( >= v0.17) )
31
31
( cmdlang
32
32
( >= 0 .0.9) )
33
+ ( cmdlang-cmdliner-err-runner
34
+ ( >= 0 .0.16) )
33
35
( file-rewriter
34
36
( >= 0 .0.3) )
35
37
( fpath
42
44
( >= 0 .0.2) )
43
45
( pp
44
46
( >= 2 .0.0) )
45
- ( pplumbing
46
- ( >= 0 .0.14) )
47
+ ( pplumbing-err
48
+ ( >= 0 .0.16) )
49
+ ( pplumbing-pp-tty
50
+ ( >= 0 .0.16) )
47
51
( ppx_compare
48
52
( >= v0.17) )
49
53
( ppx_deriving_yojson
95
99
( >= v0.17) )
96
100
( cmdlang
97
101
( >= 0 .0.9) )
102
+ ( cmdlang-cmdliner-err-runner
103
+ ( >= 0 .0.16) )
98
104
( cmdlang-stdlib-runner
99
105
( >= 0 .0.9) )
100
106
conf-git
123
129
( >= 3 .1) )
124
130
( pp
125
131
( >= 2 .0.0) )
126
- ( pplumbing
127
- ( >= 0 .0.14) )
132
+ ( pplumbing-err
133
+ ( >= 0 .0.16) )
134
+ ( pplumbing-pp-tty
135
+ ( >= 0 .0.16) )
128
136
( ppx_compare
129
137
( >= v0.17) )
130
138
( ppx_deriving_yojson
196
204
( >= 2 .8.3) )
197
205
( cmdlang
198
206
( >= 0 .0.9) )
207
+ ( cmdlang-cmdliner-err-runner
208
+ ( >= 0 .0.16) )
199
209
conf-git
200
210
conf-hg
201
211
( crs
226
236
( >= 3 .1) )
227
237
( pp
228
238
( >= 2 .0.0) )
229
- ( pplumbing
230
- ( >= 0 .0.14) )
239
+ ( pplumbing-err
240
+ ( >= 0 .0.16) )
241
+ ( pplumbing-pp-tty
242
+ ( >= 0 .0.16) )
231
243
( ppx_compare
232
244
( >= v0.17) )
233
245
( ppx_deriving_yojson
Original file line number Diff line number Diff line change
1
+ (lang dune 3.17)
2
+
3
+ (lock_dir
4
+ (repositories overlay upstream mbarbin))
5
+
6
+ (repository
7
+ (name mbarbin)
8
+ (url "git+https://github.com/mbarbin/opam-repository.git"))
Original file line number Diff line number Diff line change 12
12
-open
13
13
Fpath_base
14
14
-open
15
+ Pplumbing_pp_tty
16
+ -open
17
+ Pplumbing_err
18
+ -open
15
19
Stdio
16
20
-open
17
21
Volgo_base
28
32
loc
29
33
pageantty.git-pager
30
34
pp
31
- pplumbing. err
32
- pplumbing. pp-tty
35
+ pplumbing- err
36
+ pplumbing- pp-tty
33
37
ppx_deriving_yojson.runtime
34
38
print-table
35
39
reviewdog
Original file line number Diff line number Diff line change 12
12
-open
13
13
Fpath_base
14
14
-open
15
+ Pplumbing_err
16
+ -open
15
17
Expect_test_helpers_base
16
18
-open
17
19
Volgo
28
30
fpath
29
31
fpath-base
30
32
loc
31
- pplumbing. err
33
+ pplumbing- err
32
34
print-table
33
35
printbox
34
36
printbox-md
Original file line number Diff line number Diff line change 10
10
-open
11
11
Base
12
12
-open
13
+ Pplumbing_pp_tty
14
+ -open
15
+ Pplumbing_err
16
+ -open
13
17
Fpath_base
14
18
-open
15
19
Stdio
22
26
fpath-base
23
27
loc
24
28
pp
25
- pplumbing. err
26
- pplumbing. pp-tty
29
+ pplumbing- err
30
+ pplumbing- pp-tty
27
31
re
28
32
spawn
29
33
stdio
You can’t perform that action at this time.
0 commit comments