-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdune-project
More file actions
153 lines (142 loc) · 2.24 KB
/
Copy pathdune-project
File metadata and controls
153 lines (142 loc) · 2.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
(lang dune 3.17)
(name crs)
(generate_opam_files)
(license "LGPL-3.0-or-later WITH LGPL-3.0-linking-exception")
(authors "Mathieu Barbin")
(maintainers "Mathieu Barbin <opensource@mbarbin.org>")
(source
(github mbarbin/crs))
(documentation "https://mbarbin.github.io/crs/")
(implicit_transitive_deps false)
(package
(name crs)
(synopsis
"A tool for managing inline review comments embedded in source code")
(depends
(ocaml
(>= 5.2))
(cmdlang
(>= 0.0.9))
(cmdlang-cmdliner-err-runner
(>= 0.0.16))
(dune-build-info
(>= 3.17))
(dyn
(>= 3.17))
(file-rewriter
(>= 0.0.3))
(fpath
(>= 0.7.3))
(fpath-sexp0
(>= 0.4.0))
(loc
(>= 0.3.3))
(ordering
(>= 3.17))
(pageantty
(>= 0.0.3))
(pp
(>= 2.0.0))
(pplumbing-err
(>= 0.0.16))
(pplumbing-log
(>= 0.0.16))
(pplumbing-log-cli
(>= 0.0.16))
(pplumbing-pp-tty
(>= 0.0.16))
(print-table
(>= 0.1.3))
(re
(>= 1.12.0))
(sexplib0
(>= v0.17))
(spawn
(>= v0.17))
(volgo
(>= 0.0.21))
(volgo-git-unix
(>= 0.0.21))
(volgo-hg-unix
(>= 0.0.21))
(yojson
(>= 2.2.2))
(yojson-five
(>= 2.2.2))))
(package
(name crs-tests)
(synopsis "Tests for crs")
(depends
(ocaml
(>= 5.2))
(cmdlang
(>= 0.0.9))
(cmdlang-cmdliner-err-runner
(>= 0.0.16))
(cmdlang-stdlib-runner
(>= 0.0.9))
conf-git
conf-hg
(crs
(= :version))
(file-rewriter
(>= 0.0.3))
(fpath
(>= 0.7.3))
(fpath-sexp0
(>= 0.4.0))
(loc
(>= 0.3.3))
(pageantty
(>= 0.0.3))
(pp
(>= 2.0.0))
(pplumbing-err
(>= 0.0.16))
(pplumbing-pp-tty
(>= 0.0.16))
(ppx_expect
(>= v0.17))
(ppxlib
(>= 0.33))
(print-table
(>= 0.1.3))
(re
(>= 1.12.0))
(spawn
(>= v0.17))
(volgo
(>= 0.0.21))
(volgo-git-unix
(>= 0.0.21))
(volgo-hg-unix
(>= 0.0.21))
(volgo-vcs
(>= 0.0.21))
(yojson
(>= 2.2.2))))
(package
(name crs-dev)
(synopsis "Package to regroup dev targets, documentation, and more")
(allow_empty)
(depends
(ocaml
(>= 5.2))
(ocamlformat
(= 0.29.0))
(bisect_ppx
(>= 2.8.3))
(crs
(= :version))
(crs-tests
(= :version))
(ppx_expect
(>= v0.17))
(ppx_js_style
(>= v0.17))
(ppxlib
(>= 0.33))
(odoc
(>= 2.4.4))
(sherlodoc
(>= 0.2))))