-
Notifications
You must be signed in to change notification settings - Fork 1
/
_tags
139 lines (139 loc) · 5.69 KB
/
_tags
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
# OASIS_START
# DO NOT EDIT (digest: c52e82fa3f462098e306b76f8daf8ff8)
# Ignore VCS directories, you can use the same kind of rule outside
# OASIS_START/STOP if you want to exclude directories that contains
# useless stuff for the build process
true: annot, bin_annot
<**/.svn>: -traverse
<**/.svn>: not_hygienic
".bzr": -traverse
".bzr": not_hygienic
".hg": -traverse
".hg": not_hygienic
".git": -traverse
".git": not_hygienic
"_darcs": -traverse
"_darcs": not_hygienic
# Library lambdoc
"src/lib/lambdoc.cmxs": use_lambdoc
<src/lib/*.ml{,i,y}>: pkg_blahcaml
<src/lib/*.ml{,i,y}>: pkg_camlhighlight
<src/lib/*.ml{,i,y}>: pkg_menhirLib
<src/lib/*.ml{,i,y}>: pkg_re
<src/lib/*.ml{,i,y}>: pkg_sedlex
<src/lib/*.ml{,i,y}>: pkg_sexplib
<src/lib/*.ml{,i,y}>: pkg_threads
<src/lib/*.ml{,i,y}>: pkg_tyxml
<src/lib/*.ml{,i,y}>: pkg_xmlm
# Executable lambcmd
<src/lambcmd/lambcmd.{native,byte}>: pkg_blahcaml
<src/lambcmd/lambcmd.{native,byte}>: pkg_camlhighlight
<src/lambcmd/lambcmd.{native,byte}>: pkg_cmdliner
<src/lambcmd/lambcmd.{native,byte}>: pkg_menhirLib
<src/lambcmd/lambcmd.{native,byte}>: pkg_re
<src/lambcmd/lambcmd.{native,byte}>: pkg_sedlex
<src/lambcmd/lambcmd.{native,byte}>: pkg_sexplib
<src/lambcmd/lambcmd.{native,byte}>: pkg_threads
<src/lambcmd/lambcmd.{native,byte}>: pkg_tyxml
<src/lambcmd/lambcmd.{native,byte}>: pkg_xmlm
<src/lambcmd/lambcmd.{native,byte}>: use_lambdoc
<src/lambcmd/*.ml{,i,y}>: pkg_blahcaml
<src/lambcmd/*.ml{,i,y}>: pkg_camlhighlight
<src/lambcmd/*.ml{,i,y}>: pkg_cmdliner
<src/lambcmd/*.ml{,i,y}>: pkg_menhirLib
<src/lambcmd/*.ml{,i,y}>: pkg_re
<src/lambcmd/*.ml{,i,y}>: pkg_sedlex
<src/lambcmd/*.ml{,i,y}>: pkg_sexplib
<src/lambcmd/*.ml{,i,y}>: pkg_threads
<src/lambcmd/*.ml{,i,y}>: pkg_tyxml
<src/lambcmd/*.ml{,i,y}>: pkg_xmlm
<src/lambcmd/*.ml{,i,y}>: use_lambdoc
# Executable test_prelude
<tests/test_prelude.{native,byte}>: pkg_alcotest
<tests/test_prelude.{native,byte}>: pkg_blahcaml
<tests/test_prelude.{native,byte}>: pkg_camlhighlight
<tests/test_prelude.{native,byte}>: pkg_menhirLib
<tests/test_prelude.{native,byte}>: pkg_re
<tests/test_prelude.{native,byte}>: pkg_sedlex
<tests/test_prelude.{native,byte}>: pkg_sexplib
<tests/test_prelude.{native,byte}>: pkg_threads
<tests/test_prelude.{native,byte}>: pkg_tyxml
<tests/test_prelude.{native,byte}>: pkg_xmlm
<tests/test_prelude.{native,byte}>: use_lambdoc
# Executable test_parsing
<tests/test_parsing.{native,byte}>: pkg_alcotest
<tests/test_parsing.{native,byte}>: pkg_blahcaml
<tests/test_parsing.{native,byte}>: pkg_camlhighlight
<tests/test_parsing.{native,byte}>: pkg_menhirLib
<tests/test_parsing.{native,byte}>: pkg_re
<tests/test_parsing.{native,byte}>: pkg_sedlex
<tests/test_parsing.{native,byte}>: pkg_sexplib
<tests/test_parsing.{native,byte}>: pkg_threads
<tests/test_parsing.{native,byte}>: pkg_tyxml
<tests/test_parsing.{native,byte}>: pkg_unix
<tests/test_parsing.{native,byte}>: pkg_xmlm
<tests/test_parsing.{native,byte}>: use_lambdoc
<tests/*.ml{,i,y}>: pkg_alcotest
<tests/*.ml{,i,y}>: pkg_unix
# Executable test_fuzzer
<tests/test_fuzzer.{native,byte}>: pkg_blahcaml
<tests/test_fuzzer.{native,byte}>: pkg_camlhighlight
<tests/test_fuzzer.{native,byte}>: pkg_cmdliner
<tests/test_fuzzer.{native,byte}>: pkg_menhirLib
<tests/test_fuzzer.{native,byte}>: pkg_re
<tests/test_fuzzer.{native,byte}>: pkg_sedlex
<tests/test_fuzzer.{native,byte}>: pkg_sexplib
<tests/test_fuzzer.{native,byte}>: pkg_threads
<tests/test_fuzzer.{native,byte}>: pkg_tyxml
<tests/test_fuzzer.{native,byte}>: pkg_xmlm
<tests/test_fuzzer.{native,byte}>: use_lambdoc
<tests/*.ml{,i,y}>: pkg_blahcaml
<tests/*.ml{,i,y}>: pkg_camlhighlight
<tests/*.ml{,i,y}>: pkg_cmdliner
<tests/*.ml{,i,y}>: pkg_menhirLib
<tests/*.ml{,i,y}>: pkg_re
<tests/*.ml{,i,y}>: pkg_sedlex
<tests/*.ml{,i,y}>: pkg_sexplib
<tests/*.ml{,i,y}>: pkg_threads
<tests/*.ml{,i,y}>: pkg_tyxml
<tests/*.ml{,i,y}>: pkg_xmlm
<tests/*.ml{,i,y}>: use_lambdoc
# Executable benchmark_parsing
<benchmarks/benchmark_parsing.{native,byte}>: pkg_benchmark
<benchmarks/benchmark_parsing.{native,byte}>: pkg_blahcaml
<benchmarks/benchmark_parsing.{native,byte}>: pkg_camlhighlight
<benchmarks/benchmark_parsing.{native,byte}>: pkg_menhirLib
<benchmarks/benchmark_parsing.{native,byte}>: pkg_re
<benchmarks/benchmark_parsing.{native,byte}>: pkg_sedlex
<benchmarks/benchmark_parsing.{native,byte}>: pkg_sexplib
<benchmarks/benchmark_parsing.{native,byte}>: pkg_threads
<benchmarks/benchmark_parsing.{native,byte}>: pkg_tyxml
<benchmarks/benchmark_parsing.{native,byte}>: pkg_xmlm
<benchmarks/benchmark_parsing.{native,byte}>: use_lambdoc
# Executable benchmark_serialization
<benchmarks/benchmark_serialization.{native,byte}>: pkg_benchmark
<benchmarks/benchmark_serialization.{native,byte}>: pkg_blahcaml
<benchmarks/benchmark_serialization.{native,byte}>: pkg_camlhighlight
<benchmarks/benchmark_serialization.{native,byte}>: pkg_menhirLib
<benchmarks/benchmark_serialization.{native,byte}>: pkg_re
<benchmarks/benchmark_serialization.{native,byte}>: pkg_sedlex
<benchmarks/benchmark_serialization.{native,byte}>: pkg_sexplib
<benchmarks/benchmark_serialization.{native,byte}>: pkg_threads
<benchmarks/benchmark_serialization.{native,byte}>: pkg_tyxml
<benchmarks/benchmark_serialization.{native,byte}>: pkg_xmlm
<benchmarks/benchmark_serialization.{native,byte}>: use_lambdoc
<benchmarks/*.ml{,i,y}>: pkg_benchmark
<benchmarks/*.ml{,i,y}>: pkg_blahcaml
<benchmarks/*.ml{,i,y}>: pkg_camlhighlight
<benchmarks/*.ml{,i,y}>: pkg_menhirLib
<benchmarks/*.ml{,i,y}>: pkg_re
<benchmarks/*.ml{,i,y}>: pkg_sedlex
<benchmarks/*.ml{,i,y}>: pkg_sexplib
<benchmarks/*.ml{,i,y}>: pkg_threads
<benchmarks/*.ml{,i,y}>: pkg_tyxml
<benchmarks/*.ml{,i,y}>: pkg_xmlm
<benchmarks/*.ml{,i,y}>: use_lambdoc
# OASIS_STOP
true: use_menhir, no_alias_deps, warn(-40)
<examples>: -traverse
<tests>: -traverse