-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.drom
More file actions
565 lines (453 loc) · 19.2 KB
/
.drom
File metadata and controls
565 lines (453 loc) · 19.2 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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
# Keep this file in your GIT repo to help drom track generated files
# begin version
version:0.9.0
# end version
# hash of toml configuration files
# used for generation of all files
e2f59f88ef21ab61561286f4d751fa58:.
# end context for .
# begin context for .drom_ignore
# file .drom_ignore
37a799e693ae90ac44a7767058168bdb:.drom_ignore
c6d4181b84516f70c8b63d41cba322fb:.drom_ignore
# end context for .drom_ignore
# begin context for .github/workflows/workflow.yml
# file .github/workflows/workflow.yml
1c2fb7a6d9b60b2c62354cf7d1e950fa:.github/workflows/workflow.yml
# end context for .github/workflows/workflow.yml
# begin context for .gitignore
# file .gitignore
ba357f9ed68065c424df78c24a4c2b06:.gitignore
# end context for .gitignore
# begin context for .ocamlformat
# file .ocamlformat
a021399591b7aeb6f2e2854b4b8395c9:.ocamlformat
# end context for .ocamlformat
# begin context for .ocamlformat-ignore
# file .ocamlformat-ignore
c8f70450e7d78c0387644864ffe8cbd5:.ocamlformat-ignore
# end context for .ocamlformat-ignore
# begin context for .ocp-indent
# file .ocp-indent
6048407431b8d9baf725ae5365d4c2f2:.ocp-indent
# end context for .ocp-indent
# begin context for .vscode/settings.json
# file .vscode/settings.json
c3d12805c4eeee16a89bfeee357c8325:.vscode/settings.json
# end context for .vscode/settings.json
# begin context for .vscode/tasks.json
# file .vscode/tasks.json
7884eee2b10cf89cff5d1e466646b046:.vscode/tasks.json
# end context for .vscode/tasks.json
# begin context for CHANGES.md
# file CHANGES.md
19db1ec49a8fa118fe6492632e5e7978:CHANGES.md
# end context for CHANGES.md
# begin context for LICENSE.md
# file LICENSE.md
cf4da9c43c0026cec0ba46b9cfe8407e:LICENSE.md
# end context for LICENSE.md
# begin context for Makefile
# file Makefile
ae9611fad30a07ccb4a010556d51bdea:Makefile
# end context for Makefile
# begin context for Makefile.drom
# file Makefile.drom
3de4cc15eec99068bed6f07f05bf3035:Makefile.drom
# end context for Makefile.drom
# begin context for README.md
# file README.md
6a5a76e24b9c2a4f6f4cbf9603ccad51:README.md
# end context for README.md
# begin context for docs/README.txt
# file docs/README.txt
bfbacf00053bb9ab2a6e2ce94ed4a642:docs/README.txt
# end context for docs/README.txt
# begin context for docs/doc/index.html
# file docs/doc/index.html
762946c0bce8d7484a8f6916c3bf59eb:docs/doc/index.html
# end context for docs/doc/index.html
# begin context for docs/favicon.png
# file docs/favicon.png
e739f3026aa997af4026bc428f4c9ef6:docs/favicon.png
# end context for docs/favicon.png
# begin context for docs/index.html
# file docs/index.html
e377f2fc4fafb93b0aa30cbbd44b265a:docs/index.html
# end context for docs/index.html
# begin context for docs/sphinx/index.html
# file docs/sphinx/index.html
7aea650e42ea66cdfc2245d3ed227b20:docs/sphinx/index.html
# end context for docs/sphinx/index.html
# begin context for docs/style.css
# file docs/style.css
c8281f46ba9a11d0b61bc8ef67eaa357:docs/style.css
# end context for docs/style.css
# begin context for drom.toml
# file drom.toml
95e4b4f7bf561a9f6987a0e33d3f4fc0:drom.toml
# end context for drom.toml
# begin context for dune
# file dune
0d57afa9756f983af2551804954af609:dune
# end context for dune
# begin context for dune-project
# file dune-project
d06f9ed2de71766c58945534fa33af37:dune-project
# end context for dune-project
# begin context for opam/ppx_yalo.opam
# file opam/ppx_yalo.opam
208127114d15ea708cc17f19a31d9d59:opam/ppx_yalo.opam
# end context for opam/ppx_yalo.opam
# begin context for opam/yalo.opam
# file opam/yalo.opam
500285f1758b6886c1483d47b9ea2dec:opam/yalo.opam
# end context for opam/yalo.opam
# begin context for opam/yalo_driver.opam
# file opam/yalo_driver.opam
6caf052e181c19393c53665c330d54dc:opam/yalo_driver.opam
# end context for opam/yalo_driver.opam
# begin context for opam/yalo_ez_config.opam
# file opam/yalo_ez_config.opam
cf5bf135e157e6bede632e971d831a97:opam/yalo_ez_config.opam
# end context for opam/yalo_ez_config.opam
# begin context for opam/yalo_lib.opam
# file opam/yalo_lib.opam
1089a96fab9ea09c59b62f1ba3f8f5fa:opam/yalo_lib.opam
# end context for opam/yalo_lib.opam
# begin context for opam/yalo_misc.opam
# file opam/yalo_misc.opam
1b71c20914d965d7c63f51ad1a032773:opam/yalo_misc.opam
# end context for opam/yalo_misc.opam
# begin context for opam/yalo_plugin_CAMELOT.opam
# file opam/yalo_plugin_CAMELOT.opam
6781b2c2b64bbe0ea718ec34c5c9abbe:opam/yalo_plugin_CAMELOT.opam
# end context for opam/yalo_plugin_CAMELOT.opam
# begin context for opam/yalo_plugin_FIND.opam
# file opam/yalo_plugin_FIND.opam
98ed875a472d507b216f7aafea849839:opam/yalo_plugin_FIND.opam
# end context for opam/yalo_plugin_FIND.opam
# begin context for opam/yalo_plugin_OCPINDENT.opam
# file opam/yalo_plugin_OCPINDENT.opam
cfbc5ac87e2f61ab4d442bc41056ebd8:opam/yalo_plugin_OCPINDENT.opam
# end context for opam/yalo_plugin_OCPINDENT.opam
# begin context for opam/yalo_plugin_YALO.opam
# file opam/yalo_plugin_YALO.opam
16b80ff26ae740d5857dc02c5ebbd7e2:opam/yalo_plugin_YALO.opam
# end context for opam/yalo_plugin_YALO.opam
# begin context for opam/yalo_plugin_ZANUDA.opam
# file opam/yalo_plugin_ZANUDA.opam
42d651bc1f6aaaca4318694e152d1ce6:opam/yalo_plugin_ZANUDA.opam
# end context for opam/yalo_plugin_ZANUDA.opam
# begin context for opam/yalo_plugin_ocaml.opam
# file opam/yalo_plugin_ocaml.opam
f50f49487251933ca9250f7f3d26042b:opam/yalo_plugin_ocaml.opam
# end context for opam/yalo_plugin_ocaml.opam
# begin context for opam/yalo_test_CAMELOT.opam
# file opam/yalo_test_CAMELOT.opam
1e72a1b7fcc8009740bc14b5964d6309:opam/yalo_test_CAMELOT.opam
# end context for opam/yalo_test_CAMELOT.opam
# begin context for opam/yalo_test_YALO.opam
# file opam/yalo_test_YALO.opam
df05da908abbff9a42e6304830b093bc:opam/yalo_test_YALO.opam
# end context for opam/yalo_test_YALO.opam
# begin context for opam/yalo_test_ZANUDA.opam
# file opam/yalo_test_ZANUDA.opam
1c824d286e80484e4a97d50ceb2b7a62:opam/yalo_test_ZANUDA.opam
# end context for opam/yalo_test_ZANUDA.opam
# begin context for scripts/after.sh
# file scripts/after.sh
62c6489217feef26dac343e709b89c1a:scripts/after.sh
# end context for scripts/after.sh
# begin context for scripts/before.sh
# file scripts/before.sh
371e627833d9ac7ae2f906b5ec97aae2:scripts/before.sh
# end context for scripts/before.sh
# begin context for scripts/copy-bin.sh
# file scripts/copy-bin.sh
7fe4ada2a2fc5a0ebf9a2f483679a0ae:scripts/copy-bin.sh
# end context for scripts/copy-bin.sh
# begin context for scripts/static-build.sh
# file scripts/static-build.sh
cda3f8bad69d9c6e8cbeab1c720d739a:scripts/static-build.sh
# end context for scripts/static-build.sh
# begin context for sphinx/_static/css/fixes.css
# file sphinx/_static/css/fixes.css
20bbe7a5dbb3c3278a1511d960616fe5:sphinx/_static/css/fixes.css
# end context for sphinx/_static/css/fixes.css
# begin context for sphinx/about.rst
# file sphinx/about.rst
d7b5db1758b4c8b4b65abdbf35c081a8:sphinx/about.rst
# end context for sphinx/about.rst
# begin context for sphinx/conf.py
# file sphinx/conf.py
f0f8e7928da7bfe0eca28029f042997b:sphinx/conf.py
# end context for sphinx/conf.py
# begin context for sphinx/index.rst
# file sphinx/index.rst
978cf3789e4eaddaf577385a35e12866:sphinx/index.rst
# end context for sphinx/index.rst
# begin context for sphinx/install.rst
# file sphinx/install.rst
3dd582828bbc1b20d3fde7f35347bd03:sphinx/install.rst
# end context for sphinx/install.rst
# begin context for sphinx/license.rst
# file sphinx/license.rst
a02d5245d1626431fbfc4bdb99a413cf:sphinx/license.rst
# end context for sphinx/license.rst
# begin context for src/ppx_yalo/dune
# file src/ppx_yalo/dune
f4ce8c5109a2ae02f2caa46ba2b1e37a:src/ppx_yalo/dune
# end context for src/ppx_yalo/dune
# begin context for src/ppx_yalo/index.mld
# file src/ppx_yalo/index.mld
6ac6874ce65916727ebc1bbc35ba2cdc:src/ppx_yalo/index.mld
# end context for src/ppx_yalo/index.mld
# begin context for src/ppx_yalo/linking_flags.sh
# file src/ppx_yalo/linking_flags.sh
9fdfca3cc53df639758ff04fe09d3243:src/ppx_yalo/linking_flags.sh
# end context for src/ppx_yalo/linking_flags.sh
# begin context for src/ppx_yalo/version.mlt
# file src/ppx_yalo/version.mlt
fb1504b512f9ec6892f760e14511b3ed:src/ppx_yalo/version.mlt
# end context for src/ppx_yalo/version.mlt
# begin context for src/yalo/dune
# file src/yalo/dune
d7f37da66dd18d247f45a12818807d15:src/yalo/dune
# end context for src/yalo/dune
# begin context for src/yalo/index.mld
# file src/yalo/index.mld
a6ff16f67d0f695db3f57bf4eb44d34f:src/yalo/index.mld
# end context for src/yalo/index.mld
# begin context for src/yalo/linking_flags.sh
# file src/yalo/linking_flags.sh
9fdfca3cc53df639758ff04fe09d3243:src/yalo/linking_flags.sh
# end context for src/yalo/linking_flags.sh
# begin context for src/yalo/main.ml
# file src/yalo/main.ml
35357bf13075c923bc8de746d2877621:src/yalo/main.ml
# end context for src/yalo/main.ml
# begin context for src/yalo/package.toml
# file src/yalo/package.toml
356f1dab6c53628e8fb58f1e6f6256a6:src/yalo/package.toml
# end context for src/yalo/package.toml
# begin context for src/yalo/version.mlt
# file src/yalo/version.mlt
fb1504b512f9ec6892f760e14511b3ed:src/yalo/version.mlt
# end context for src/yalo/version.mlt
# begin context for src/yalo_config/dune
# file src/yalo_config/dune
b6eac6d38dc2bf75a9ae35ed6c7efadd:src/yalo_config/dune
# end context for src/yalo_config/dune
# begin context for src/yalo_config/index.mld
# file src/yalo_config/index.mld
93ad31a6b8d0de9c2ad73845284c2bb4:src/yalo_config/index.mld
# end context for src/yalo_config/index.mld
# begin context for src/yalo_config/main.ml
# file src/yalo_config/main.ml
d708ef938ca0f228e158d3d7a1ce8ce2:src/yalo_config/main.ml
# end context for src/yalo_config/main.ml
# begin context for src/yalo_config/version.mlt
# file src/yalo_config/version.mlt
fb1504b512f9ec6892f760e14511b3ed:src/yalo_config/version.mlt
# end context for src/yalo_config/version.mlt
# begin context for src/yalo_driver/dune
# file src/yalo_driver/dune
21a6b7d7cbaa329f59ce49eaf7ca198a:src/yalo_driver/dune
# end context for src/yalo_driver/dune
# begin context for src/yalo_driver/index.mld
# file src/yalo_driver/index.mld
fab772294eb68ee0411abc7d88b9dc27:src/yalo_driver/index.mld
# end context for src/yalo_driver/index.mld
# begin context for src/yalo_driver/version.mlt
# file src/yalo_driver/version.mlt
fb1504b512f9ec6892f760e14511b3ed:src/yalo_driver/version.mlt
# end context for src/yalo_driver/version.mlt
# begin context for src/yalo_lib/dune
# file src/yalo_lib/dune
e5a3be12d03cea65792e51309a0e60fc:src/yalo_lib/dune
# end context for src/yalo_lib/dune
# begin context for src/yalo_lib/index.mld
# file src/yalo_lib/index.mld
daa38efd8d148706f6c0c8b1b557b9d6:src/yalo_lib/index.mld
# end context for src/yalo_lib/index.mld
# begin context for src/yalo_lib/package.toml
# file src/yalo_lib/package.toml
c47b927bafd4824e22ec5fa5af2522cc:src/yalo_lib/package.toml
# end context for src/yalo_lib/package.toml
# begin context for src/yalo_lib/version.mlt
# file src/yalo_lib/version.mlt
fb1504b512f9ec6892f760e14511b3ed:src/yalo_lib/version.mlt
# end context for src/yalo_lib/version.mlt
# begin context for src/yalo_misc/dune
# file src/yalo_misc/dune
79b9cc6dcb5d74da5dc9ad2b16f2adc6:src/yalo_misc/dune
# end context for src/yalo_misc/dune
# begin context for src/yalo_misc/index.mld
# file src/yalo_misc/index.mld
04edd7f8f5f28bd20d314b65744ba03b:src/yalo_misc/index.mld
# end context for src/yalo_misc/index.mld
# begin context for src/yalo_misc/main.ml
# file src/yalo_misc/main.ml
c39e8d4c3f5b028531de3f5236d1fc4d:src/yalo_misc/main.ml
# end context for src/yalo_misc/main.ml
# begin context for src/yalo_misc/version.mlt
# file src/yalo_misc/version.mlt
fb1504b512f9ec6892f760e14511b3ed:src/yalo_misc/version.mlt
# end context for src/yalo_misc/version.mlt
# begin context for src/yalo_plugin_CAMELOT/dune
# file src/yalo_plugin_CAMELOT/dune
6c3a07f5389609d9d87159124a68d0bf:src/yalo_plugin_CAMELOT/dune
# end context for src/yalo_plugin_CAMELOT/dune
# begin context for src/yalo_plugin_CAMELOT/index.mld
# file src/yalo_plugin_CAMELOT/index.mld
fcd47a18b8a938702f9dcaee4ecbac90:src/yalo_plugin_CAMELOT/index.mld
# end context for src/yalo_plugin_CAMELOT/index.mld
# begin context for src/yalo_plugin_CAMELOT/version.mlt
# file src/yalo_plugin_CAMELOT/version.mlt
fb1504b512f9ec6892f760e14511b3ed:src/yalo_plugin_CAMELOT/version.mlt
# end context for src/yalo_plugin_CAMELOT/version.mlt
# begin context for src/yalo_plugin_FIND/dune
# file src/yalo_plugin_FIND/dune
2e68d7194c214c4747c179e287a63d1a:src/yalo_plugin_FIND/dune
# end context for src/yalo_plugin_FIND/dune
# begin context for src/yalo_plugin_FIND/index.mld
# file src/yalo_plugin_FIND/index.mld
e67acd393945e9add39745bb9f145dee:src/yalo_plugin_FIND/index.mld
# end context for src/yalo_plugin_FIND/index.mld
# begin context for src/yalo_plugin_FIND/version.mlt
# file src/yalo_plugin_FIND/version.mlt
fb1504b512f9ec6892f760e14511b3ed:src/yalo_plugin_FIND/version.mlt
# end context for src/yalo_plugin_FIND/version.mlt
# begin context for src/yalo_plugin_OCPINDENT/dune
# file src/yalo_plugin_OCPINDENT/dune
352dfc125072b8febad26e97b567d488:src/yalo_plugin_OCPINDENT/dune
# end context for src/yalo_plugin_OCPINDENT/dune
# begin context for src/yalo_plugin_OCPINDENT/index.mld
# file src/yalo_plugin_OCPINDENT/index.mld
7ad7e8e759935d9f35e66dadfa44532f:src/yalo_plugin_OCPINDENT/index.mld
# end context for src/yalo_plugin_OCPINDENT/index.mld
# begin context for src/yalo_plugin_OCPINDENT/version.mlt
# file src/yalo_plugin_OCPINDENT/version.mlt
fb1504b512f9ec6892f760e14511b3ed:src/yalo_plugin_OCPINDENT/version.mlt
# end context for src/yalo_plugin_OCPINDENT/version.mlt
# begin context for src/yalo_plugin_YALO/dune
# file src/yalo_plugin_YALO/dune
8be81ab0f8db08ec735c29830c5af16c:src/yalo_plugin_YALO/dune
# end context for src/yalo_plugin_YALO/dune
# begin context for src/yalo_plugin_YALO/index.mld
# file src/yalo_plugin_YALO/index.mld
b01d4ca31ec5291008005d5b922f2b1c:src/yalo_plugin_YALO/index.mld
# end context for src/yalo_plugin_YALO/index.mld
# begin context for src/yalo_plugin_YALO/version.mlt
# file src/yalo_plugin_YALO/version.mlt
fb1504b512f9ec6892f760e14511b3ed:src/yalo_plugin_YALO/version.mlt
# end context for src/yalo_plugin_YALO/version.mlt
# begin context for src/yalo_plugin_ZANUDA/dune
# file src/yalo_plugin_ZANUDA/dune
a60e0d5c480503db548a79190e3d4deb:src/yalo_plugin_ZANUDA/dune
# end context for src/yalo_plugin_ZANUDA/dune
# begin context for src/yalo_plugin_ZANUDA/index.mld
# file src/yalo_plugin_ZANUDA/index.mld
47a1d81a3849784c7d28cce1d0c33498:src/yalo_plugin_ZANUDA/index.mld
# end context for src/yalo_plugin_ZANUDA/index.mld
# begin context for src/yalo_plugin_ZANUDA/version.mlt
# file src/yalo_plugin_ZANUDA/version.mlt
fb1504b512f9ec6892f760e14511b3ed:src/yalo_plugin_ZANUDA/version.mlt
# end context for src/yalo_plugin_ZANUDA/version.mlt
# begin context for src/yalo_plugin_ocaml/dune
# file src/yalo_plugin_ocaml/dune
b6e99df8013cd588412a9dc22d25f034:src/yalo_plugin_ocaml/dune
# end context for src/yalo_plugin_ocaml/dune
# begin context for src/yalo_plugin_ocaml/index.mld
# file src/yalo_plugin_ocaml/index.mld
43b1143e6d4f5b81482fc386388b9f98:src/yalo_plugin_ocaml/index.mld
# end context for src/yalo_plugin_ocaml/index.mld
# begin context for src/yalo_plugin_ocaml/main.ml
# file src/yalo_plugin_ocaml/main.ml
74270eae7cdc0f6a10183a01b1f81b39:src/yalo_plugin_ocaml/main.ml
# end context for src/yalo_plugin_ocaml/main.ml
# begin context for src/yalo_plugin_ocaml/version.mlt
# file src/yalo_plugin_ocaml/version.mlt
fb1504b512f9ec6892f760e14511b3ed:src/yalo_plugin_ocaml/version.mlt
# end context for src/yalo_plugin_ocaml/version.mlt
# begin context for src/yalo_test_CAMELOT/dune
# file src/yalo_test_CAMELOT/dune
1af7732a1a007d28bd030ecc763e7a79:src/yalo_test_CAMELOT/dune
# end context for src/yalo_test_CAMELOT/dune
# begin context for src/yalo_test_CAMELOT/index.mld
# file src/yalo_test_CAMELOT/index.mld
1826acf9c515887726da5dae28020bac:src/yalo_test_CAMELOT/index.mld
# end context for src/yalo_test_CAMELOT/index.mld
# begin context for src/yalo_test_CAMELOT/version.mlt
# file src/yalo_test_CAMELOT/version.mlt
fb1504b512f9ec6892f760e14511b3ed:src/yalo_test_CAMELOT/version.mlt
# end context for src/yalo_test_CAMELOT/version.mlt
# begin context for src/yalo_test_YALO/dune
# file src/yalo_test_YALO/dune
377668c4a69362e9acd6389e90c18502:src/yalo_test_YALO/dune
# end context for src/yalo_test_YALO/dune
# begin context for src/yalo_test_YALO/index.mld
# file src/yalo_test_YALO/index.mld
687243fb0f947370ed20da57fcd01154:src/yalo_test_YALO/index.mld
# end context for src/yalo_test_YALO/index.mld
# begin context for src/yalo_test_YALO/version.mlt
# file src/yalo_test_YALO/version.mlt
fb1504b512f9ec6892f760e14511b3ed:src/yalo_test_YALO/version.mlt
# end context for src/yalo_test_YALO/version.mlt
# begin context for src/yalo_test_ZANUDA/dune
# file src/yalo_test_ZANUDA/dune
49765e704e196a34a39c4a50d97b6cba:src/yalo_test_ZANUDA/dune
# end context for src/yalo_test_ZANUDA/dune
# begin context for src/yalo_test_ZANUDA/index.mld
# file src/yalo_test_ZANUDA/index.mld
88f0683bac488d7de51a3d96c6f064db:src/yalo_test_ZANUDA/index.mld
# end context for src/yalo_test_ZANUDA/index.mld
# begin context for src/yalo_test_ZANUDA/version.mlt
# file src/yalo_test_ZANUDA/version.mlt
fb1504b512f9ec6892f760e14511b3ed:src/yalo_test_ZANUDA/version.mlt
# end context for src/yalo_test_ZANUDA/version.mlt
# begin context for test/expect-tests/dune
# file test/expect-tests/dune
e3b544fe12c7afd17f5f252466dab4fb:test/expect-tests/dune
# end context for test/expect-tests/dune
# begin context for test/expect-tests/dune.drom
# file test/expect-tests/dune.drom
c3b42cf44e6eb8b02c228097c9011e8f:test/expect-tests/dune.drom
# end context for test/expect-tests/dune.drom
# begin context for test/expect-tests/test.ml
# file test/expect-tests/test.ml
24150bafd4bec9b34e6c2987843f0d50:test/expect-tests/test.ml
# end context for test/expect-tests/test.ml
# begin context for test/inline-tests/dune
# file test/inline-tests/dune
2f8d31ddaaa088554f6e6d9695ca4ff5:test/inline-tests/dune
# end context for test/inline-tests/dune
# begin context for test/inline-tests/dune.drom
# file test/inline-tests/dune.drom
dd29001fa28a947bf9d46cd9baee0ed5:test/inline-tests/dune.drom
# end context for test/inline-tests/dune.drom
# begin context for test/inline-tests/test.ml
# file test/inline-tests/test.ml
37b8bc6035cda6302a80178c61f9626e:test/inline-tests/test.ml
# end context for test/inline-tests/test.ml
# begin context for test/output-tests/dune
# file test/output-tests/dune
4d953ada7b689ac7dd6429ff931629c2:test/output-tests/dune
# end context for test/output-tests/dune
# begin context for test/output-tests/dune.drom
# file test/output-tests/dune.drom
7439c61c9d491dc72e178b5e6a001ab9:test/output-tests/dune.drom
# end context for test/output-tests/dune.drom
# begin context for test/output-tests/test1.expected
# file test/output-tests/test1.expected
dc8d6157230e9ef8e965865f990fbc49:test/output-tests/test1.expected
# end context for test/output-tests/test1.expected
# begin context for test/output-tests/test2.expected
# file test/output-tests/test2.expected
ee63957b3b77455a12e6c269a5032c3f:test/output-tests/test2.expected
# end context for test/output-tests/test2.expected
# begin context for test/output-tests/test2.ml
# file test/output-tests/test2.ml
e8eaab7626ef0aace5e570fffe81f869:test/output-tests/test2.ml
# end context for test/output-tests/test2.ml