mike dupont
commited on
Commit
·
a7be648
1
Parent(s):
71b4cea
export
Browse files- opam.export +329 -0
opam.export
ADDED
@@ -0,0 +1,329 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
opam-version: "2.0"
|
2 |
+
compiler: [
|
3 |
+
"base-bigarray.base"
|
4 |
+
"base-domains.base"
|
5 |
+
"base-nnp.base"
|
6 |
+
"base-threads.base"
|
7 |
+
"base-unix.base"
|
8 |
+
"host-arch-x86_64.1"
|
9 |
+
"host-system-other.1"
|
10 |
+
"ocaml.5.2.0"
|
11 |
+
"ocaml-base-compiler.5.2.0"
|
12 |
+
"ocaml-config.3"
|
13 |
+
"ocaml-options-vanilla.1"
|
14 |
+
]
|
15 |
+
roots: [
|
16 |
+
"core_bench.v0.17.0"
|
17 |
+
"lwt.5.7.0"
|
18 |
+
"ocaml-base-compiler.5.2.0"
|
19 |
+
"ounit.2.2.7"
|
20 |
+
"pp.1.2.0"
|
21 |
+
"ppx_bench.v0.17.0"
|
22 |
+
"ppx_deriving.6.0.2"
|
23 |
+
"ppx_expect.v0.17.0"
|
24 |
+
"ppx_import.1.11.0"
|
25 |
+
"ppx_inline_test.v0.17.0"
|
26 |
+
"ppx_mina_introspector.dev"
|
27 |
+
"ppx_sexp_conv.v0.17.0"
|
28 |
+
"ppx_yojson_conv.v0.17.0"
|
29 |
+
"ppxlib-bench.dev"
|
30 |
+
]
|
31 |
+
installed: [
|
32 |
+
"async.v0.17.0"
|
33 |
+
"async_kernel.v0.17.0"
|
34 |
+
"async_log.v0.17.0"
|
35 |
+
"async_rpc_kernel.v0.17.0"
|
36 |
+
"async_unix.v0.17.0"
|
37 |
+
"base.v0.17.1"
|
38 |
+
"base-bigarray.base"
|
39 |
+
"base-bytes.base"
|
40 |
+
"base-domains.base"
|
41 |
+
"base-nnp.base"
|
42 |
+
"base-threads.base"
|
43 |
+
"base-unix.base"
|
44 |
+
"base_bigstring.v0.17.0"
|
45 |
+
"base_quickcheck.v0.17.0"
|
46 |
+
"bin_prot.v0.17.0"
|
47 |
+
"capitalization.v0.17.0"
|
48 |
+
"core.v0.17.1"
|
49 |
+
"core_bench.v0.17.0"
|
50 |
+
"core_extended.v0.17.0"
|
51 |
+
"core_kernel.v0.17.0"
|
52 |
+
"core_unix.v0.17.0"
|
53 |
+
"cppo.1.6.9"
|
54 |
+
"csexp.1.5.2"
|
55 |
+
"cstruct.6.2.0"
|
56 |
+
"delimited_parsing.v0.17.0"
|
57 |
+
"dune.3.16.0"
|
58 |
+
"dune-configurator.3.16.0"
|
59 |
+
"expect_test_helpers_core.v0.17.0"
|
60 |
+
"fieldslib.v0.17.0"
|
61 |
+
"fmt.0.9.0"
|
62 |
+
"gel.v0.17.0"
|
63 |
+
"host-arch-x86_64.1"
|
64 |
+
"host-system-other.1"
|
65 |
+
"int_repr.v0.17.0"
|
66 |
+
"jane-street-headers.v0.17.0"
|
67 |
+
"jst-config.v0.17.0"
|
68 |
+
"lwt.5.7.0"
|
69 |
+
"num.1.5-1"
|
70 |
+
"ocaml.5.2.0"
|
71 |
+
"ocaml-base-compiler.5.2.0"
|
72 |
+
"ocaml-compiler-libs.v0.17.0"
|
73 |
+
"ocaml-config.3"
|
74 |
+
"ocaml-options-vanilla.1"
|
75 |
+
"ocaml_intrinsics_kernel.v0.17.0"
|
76 |
+
"ocamlbuild.0.15.0"
|
77 |
+
"ocamlfind.1.9.6"
|
78 |
+
"ocplib-endian.1.2"
|
79 |
+
"octavius.1.2.2"
|
80 |
+
"ounit.2.2.7"
|
81 |
+
"ounit2.2.2.7"
|
82 |
+
"parsexp.v0.17.0"
|
83 |
+
"pp.1.2.0"
|
84 |
+
"ppx_assert.v0.17.0"
|
85 |
+
"ppx_base.v0.17.0"
|
86 |
+
"ppx_bench.v0.17.0"
|
87 |
+
"ppx_bin_prot.v0.17.0"
|
88 |
+
"ppx_cold.v0.17.0"
|
89 |
+
"ppx_compare.v0.17.0"
|
90 |
+
"ppx_custom_printf.v0.17.0"
|
91 |
+
"ppx_derivers.1.2.1"
|
92 |
+
"ppx_deriving.6.0.2"
|
93 |
+
"ppx_diff.v0.17.0"
|
94 |
+
"ppx_disable_unused_warnings.v0.17.0"
|
95 |
+
"ppx_enumerate.v0.17.0"
|
96 |
+
"ppx_expect.v0.17.0"
|
97 |
+
"ppx_fields_conv.v0.17.0"
|
98 |
+
"ppx_fixed_literal.v0.17.0"
|
99 |
+
"ppx_globalize.v0.17.0"
|
100 |
+
"ppx_hash.v0.17.0"
|
101 |
+
"ppx_here.v0.17.0"
|
102 |
+
"ppx_ignore_instrumentation.v0.17.0"
|
103 |
+
"ppx_import.1.11.0"
|
104 |
+
"ppx_inline_test.v0.17.0"
|
105 |
+
"ppx_jane.v0.17.0"
|
106 |
+
"ppx_js_style.v0.17.0"
|
107 |
+
"ppx_let.v0.17.0"
|
108 |
+
"ppx_log.v0.17.0"
|
109 |
+
"ppx_mina_introspector.dev"
|
110 |
+
"ppx_module_timer.v0.17.0"
|
111 |
+
"ppx_optcomp.v0.17.0"
|
112 |
+
"ppx_optional.v0.17.0"
|
113 |
+
"ppx_pipebang.v0.17.0"
|
114 |
+
"ppx_sexp_conv.v0.17.0"
|
115 |
+
"ppx_sexp_message.v0.17.0"
|
116 |
+
"ppx_sexp_value.v0.17.0"
|
117 |
+
"ppx_stable.v0.17.0"
|
118 |
+
"ppx_stable_witness.v0.17.0"
|
119 |
+
"ppx_string.v0.17.0"
|
120 |
+
"ppx_string_conv.v0.17.0"
|
121 |
+
"ppx_tydi.v0.17.0"
|
122 |
+
"ppx_typerep_conv.v0.17.0"
|
123 |
+
"ppx_variants_conv.v0.17.0"
|
124 |
+
"ppx_yojson_conv.v0.17.0"
|
125 |
+
"ppx_yojson_conv_lib.v0.17.0"
|
126 |
+
"ppxlib.0.33.0"
|
127 |
+
"ppxlib-bench.dev"
|
128 |
+
"ppxlib_jane.v0.17.0"
|
129 |
+
"protocol_version_header.v0.17.0"
|
130 |
+
"re.1.11.0"
|
131 |
+
"record_builder.v0.17.0"
|
132 |
+
"seq.base"
|
133 |
+
"sexp_pretty.v0.17.0"
|
134 |
+
"sexplib.v0.17.0"
|
135 |
+
"sexplib0.v0.17.0"
|
136 |
+
"spawn.v0.15.1"
|
137 |
+
"splittable_random.v0.17.0"
|
138 |
+
"stdio.v0.17.0"
|
139 |
+
"stdlib-shims.0.3.0"
|
140 |
+
"textutils.v0.17.0"
|
141 |
+
"time_now.v0.17.0"
|
142 |
+
"timezone.v0.17.0"
|
143 |
+
"topkg.1.0.7"
|
144 |
+
"typerep.v0.17.0"
|
145 |
+
"uopt.v0.17.0"
|
146 |
+
"uutf.1.0.3"
|
147 |
+
"variantslib.v0.17.0"
|
148 |
+
"yojson.2.2.2"
|
149 |
+
]
|
150 |
+
pinned: [
|
151 |
+
"ppx_import.1.11.0"
|
152 |
+
"ppx_mina_introspector.dev"
|
153 |
+
"ppxlib.0.33.0"
|
154 |
+
"ppxlib-bench.dev"
|
155 |
+
]
|
156 |
+
package "ppx_import" {
|
157 |
+
opam-version: "2.0"
|
158 |
+
version: "1.11.0"
|
159 |
+
synopsis:
|
160 |
+
"A syntax extension for importing declarations from interface files"
|
161 |
+
maintainer: "whitequark <[email protected]>"
|
162 |
+
authors: "whitequark <[email protected]>"
|
163 |
+
license: "MIT"
|
164 |
+
tags: "syntax"
|
165 |
+
homepage: "https://github.com/ocaml-ppx/ppx_import"
|
166 |
+
doc: "https://ocaml-ppx.github.io/ppx_import/"
|
167 |
+
bug-reports: "https://github.com/ocaml-ppx/ppx_import/issues"
|
168 |
+
depends: [
|
169 |
+
"ocaml" {>= "4.05.0" & < "4.10.0"} |
|
170 |
+
("ocaml" {>= "4.10.0"} & "ppx_sexp_conv" {with-test & >= "v0.13.0"})
|
171 |
+
"dune" {>= "3.0.0"}
|
172 |
+
"ppxlib" {>= "0.26.0"}
|
173 |
+
"ounit" {with-test}
|
174 |
+
"ppx_deriving" {with-test & >= "4.2.1"}
|
175 |
+
"sexplib0" {with-test & >= "v0.15.0"}
|
176 |
+
]
|
177 |
+
build: [
|
178 |
+
["dune" "build" "-p" name "-j" jobs]
|
179 |
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
|
180 |
+
]
|
181 |
+
dev-repo: "git+https://github.com/ocaml-ppx/ppx_import.git"
|
182 |
+
url {
|
183 |
+
src: "git+file:///mnt/data1/nix/time/2024/08/06/ppx_import#master"
|
184 |
+
}
|
185 |
+
}
|
186 |
+
package "ppx_mina_introspector" {
|
187 |
+
opam-version: "2.0"
|
188 |
+
version: "dev"
|
189 |
+
synopsis: "PPX Introspector for targeting mina"
|
190 |
+
description: "Dumping out asts in json"
|
191 |
+
maintainer: "James Michael DuPont"
|
192 |
+
authors: "James Michael DuPont"
|
193 |
+
license: "AGPL-3.0"
|
194 |
+
tags: ["topics" "introspection" "ast" "json" "reflection" "compiler"]
|
195 |
+
homepage:
|
196 |
+
"https://github.com/meta-introspector/ocaml-libppx-import-yojson-introspector"
|
197 |
+
doc:
|
198 |
+
"https://github.com/meta-introspector/ocaml-libppx-import-yojson-introspector"
|
199 |
+
bug-reports:
|
200 |
+
"https://github.com/meta-introspector/ocaml-libppx-import-yojson-introspector/issues"
|
201 |
+
depends: [
|
202 |
+
"ocaml"
|
203 |
+
"dune" {>= "3.3"}
|
204 |
+
"ppx_import"
|
205 |
+
"ppx_yojson_conv"
|
206 |
+
"base"
|
207 |
+
"ppx_sexp_conv"
|
208 |
+
"odoc" {with-doc}
|
209 |
+
]
|
210 |
+
build: [
|
211 |
+
["dune" "subst"] {dev}
|
212 |
+
[
|
213 |
+
"dune"
|
214 |
+
"build"
|
215 |
+
"-p"
|
216 |
+
name
|
217 |
+
"-j"
|
218 |
+
jobs
|
219 |
+
"@install"
|
220 |
+
"@runtest" {with-test}
|
221 |
+
"@doc" {with-doc}
|
222 |
+
]
|
223 |
+
]
|
224 |
+
dev-repo:
|
225 |
+
"git+https://github.com/meta-introspector/ocaml-libppx-import-yojson-introspector.git"
|
226 |
+
url {
|
227 |
+
src: "git+file:///mnt/data1/nix/time/2024/08/15/introspector_test#main"
|
228 |
+
}
|
229 |
+
}
|
230 |
+
package "ppxlib" {
|
231 |
+
opam-version: "2.0"
|
232 |
+
version: "0.33.0"
|
233 |
+
synopsis: "Standard infrastructure for ppx rewriters"
|
234 |
+
description: """\
|
235 |
+
Ppxlib is the standard infrastructure for ppx rewriters
|
236 |
+
and other programs that manipulate the in-memory representation of
|
237 |
+
OCaml programs, a.k.a the "Parsetree".
|
238 |
+
|
239 |
+
It also comes bundled with two ppx rewriters that are commonly used to
|
240 |
+
write tools that manipulate and/or generate Parsetree values;
|
241 |
+
`ppxlib.metaquot` which allows to construct Parsetree values using the
|
242 |
+
OCaml syntax directly and `ppxlib.traverse` which provides various
|
243 |
+
ways of automatically traversing values of a given type, in particular
|
244 |
+
allowing to inject a complex structured value into generated code."""
|
245 |
+
maintainer: "[email protected]"
|
246 |
+
authors: "Jane Street Group, LLC <[email protected]>"
|
247 |
+
license: "MIT"
|
248 |
+
homepage: "https://github.com/ocaml-ppx/ppxlib"
|
249 |
+
doc: "https://ocaml-ppx.github.io/ppxlib/"
|
250 |
+
bug-reports: "https://github.com/ocaml-ppx/ppxlib/issues"
|
251 |
+
depends: [
|
252 |
+
"dune" {>= "2.7"}
|
253 |
+
"ocaml" {>= "4.04.1" & < "5.4.0"}
|
254 |
+
"ocaml-compiler-libs" {>= "v0.11.0"}
|
255 |
+
"ppx_derivers" {>= "1.0"}
|
256 |
+
"sexplib0" {>= "v0.12"}
|
257 |
+
"sexplib0" {with-test & >= "v0.15"}
|
258 |
+
"stdlib-shims"
|
259 |
+
"ocamlfind" {with-test}
|
260 |
+
"re" {with-test & >= "1.9.0"}
|
261 |
+
"cinaps" {with-test & >= "v0.12.1"}
|
262 |
+
"odoc" {with-doc}
|
263 |
+
]
|
264 |
+
conflicts: [
|
265 |
+
"ocaml-migrate-parsetree" {< "2.0.0"}
|
266 |
+
"ocaml-base-compiler" {= "5.1.0~alpha1"}
|
267 |
+
"ocaml-variants" {= "5.1.0~alpha1+options"}
|
268 |
+
"base-effects"
|
269 |
+
]
|
270 |
+
build: [
|
271 |
+
["dune" "subst"] {dev}
|
272 |
+
[
|
273 |
+
"dune"
|
274 |
+
"build"
|
275 |
+
"-p"
|
276 |
+
name
|
277 |
+
"-j"
|
278 |
+
jobs
|
279 |
+
"@install"
|
280 |
+
"@runtest" {with-test}
|
281 |
+
"@doc" {with-doc}
|
282 |
+
]
|
283 |
+
]
|
284 |
+
dev-repo: "git+https://github.com/ocaml-ppx/ppxlib.git"
|
285 |
+
url {
|
286 |
+
src: "git+file:///mnt/data1/nix/time/2023/12/28/ppxlib#HEAD"
|
287 |
+
}
|
288 |
+
}
|
289 |
+
package "ppxlib-bench" {
|
290 |
+
opam-version: "2.0"
|
291 |
+
version: "dev"
|
292 |
+
synopsis: "Run ppxlib benchmarks"
|
293 |
+
description: """\
|
294 |
+
Third-party code in benchmarks depends on later versions of the ocaml
|
295 |
+
than ppxlib itself. Also the benchmark runner has dependencies that ppxlib doesn't
|
296 |
+
have."""
|
297 |
+
maintainer: "[email protected]"
|
298 |
+
authors: "Jane Street Group, LLC <[email protected]>"
|
299 |
+
license: "MIT"
|
300 |
+
homepage: "https://github.com/ocaml-ppx/ppxlib"
|
301 |
+
doc: "https://ocaml-ppx.github.io/ppxlib/"
|
302 |
+
bug-reports: "https://github.com/ocaml-ppx/ppxlib/issues"
|
303 |
+
depends: [
|
304 |
+
"dune" {>= "2.7"}
|
305 |
+
"ocaml" {>= "4.04.1"}
|
306 |
+
"ppxlib"
|
307 |
+
"base"
|
308 |
+
"yojson"
|
309 |
+
"odoc" {with-doc}
|
310 |
+
]
|
311 |
+
build: [
|
312 |
+
["dune" "subst"] {dev}
|
313 |
+
[
|
314 |
+
"dune"
|
315 |
+
"build"
|
316 |
+
"-p"
|
317 |
+
name
|
318 |
+
"-j"
|
319 |
+
jobs
|
320 |
+
"@install"
|
321 |
+
"@runtest" {with-test}
|
322 |
+
"@doc" {with-doc}
|
323 |
+
]
|
324 |
+
]
|
325 |
+
dev-repo: "git+https://github.com/ocaml-ppx/ppxlib.git"
|
326 |
+
url {
|
327 |
+
src: "git+file:///mnt/data1/nix/time/2023/12/28/ppxlib#HEAD"
|
328 |
+
}
|
329 |
+
}
|