-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_tags
247 lines (247 loc) · 12.1 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
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
# OASIS_START
# DO NOT EDIT (digest: eb2e54189948ca529926a72da3e88775)
# 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 modelica_ml
"src/modelica_ml.cmxs": use_modelica_ml
<src/*.ml{,i,y}>: package(batteries)
<src/*.ml{,i,y}>: package(compiler-libs.common)
<src/*.ml{,i,y}>: package(menhirLib)
<src/*.ml{,i,y}>: package(ocamlgraph)
<src/*.ml{,i,y}>: package(ppx_deriving.eq)
<src/*.ml{,i,y}>: package(ppx_deriving.ord)
<src/*.ml{,i,y}>: package(ppx_deriving.show)
<src/*.ml{,i,y}>: package(ppx_deriving_morphism)
<src/*.ml{,i,y}>: package(ppx_deriving_yojson)
<src/*.ml{,i,y}>: package(ppx_import)
<src/*.ml{,i,y}>: package(ppx_monadic)
<src/*.ml{,i,y}>: package(ppx_sexp_conv)
<src/*.ml{,i,y}>: package(re)
<src/*.ml{,i,y}>: package(re.glob)
<src/*.ml{,i,y}>: package(sedlex)
<src/*.ml{,i,y}>: package(sexplib)
<src/*.ml{,i,y}>: package(yojson)
# Executable modelica_frontend_tests
<test/modelica_frontend_tests.{native,byte}>: package(batteries)
<test/modelica_frontend_tests.{native,byte}>: package(compiler-libs.common)
<test/modelica_frontend_tests.{native,byte}>: package(menhirLib)
<test/modelica_frontend_tests.{native,byte}>: package(oUnit)
<test/modelica_frontend_tests.{native,byte}>: package(ocamlgraph)
<test/modelica_frontend_tests.{native,byte}>: package(ppx_deriving.eq)
<test/modelica_frontend_tests.{native,byte}>: package(ppx_deriving.ord)
<test/modelica_frontend_tests.{native,byte}>: package(ppx_deriving.show)
<test/modelica_frontend_tests.{native,byte}>: package(ppx_deriving_morphism)
<test/modelica_frontend_tests.{native,byte}>: package(ppx_deriving_yojson)
<test/modelica_frontend_tests.{native,byte}>: package(ppx_import)
<test/modelica_frontend_tests.{native,byte}>: package(ppx_monadic)
<test/modelica_frontend_tests.{native,byte}>: package(ppx_sexp_conv)
<test/modelica_frontend_tests.{native,byte}>: package(re)
<test/modelica_frontend_tests.{native,byte}>: package(re.glob)
<test/modelica_frontend_tests.{native,byte}>: package(sedlex)
<test/modelica_frontend_tests.{native,byte}>: package(sexplib)
<test/modelica_frontend_tests.{native,byte}>: package(yojson)
<test/modelica_frontend_tests.{native,byte}>: use_modelica_ml
<test/*.ml{,i,y}>: package(batteries)
<test/*.ml{,i,y}>: package(compiler-libs.common)
<test/*.ml{,i,y}>: package(menhirLib)
<test/*.ml{,i,y}>: package(oUnit)
<test/*.ml{,i,y}>: package(ocamlgraph)
<test/*.ml{,i,y}>: package(ppx_deriving.eq)
<test/*.ml{,i,y}>: package(ppx_deriving.ord)
<test/*.ml{,i,y}>: package(ppx_deriving.show)
<test/*.ml{,i,y}>: package(ppx_deriving_morphism)
<test/*.ml{,i,y}>: package(ppx_deriving_yojson)
<test/*.ml{,i,y}>: package(ppx_import)
<test/*.ml{,i,y}>: package(ppx_monadic)
<test/*.ml{,i,y}>: package(ppx_sexp_conv)
<test/*.ml{,i,y}>: package(re)
<test/*.ml{,i,y}>: package(re.glob)
<test/*.ml{,i,y}>: package(sedlex)
<test/*.ml{,i,y}>: package(sexplib)
<test/*.ml{,i,y}>: package(yojson)
<test/*.ml{,i,y}>: use_modelica_ml
# Executable modml_clc
<examples/modml_clc.{native,byte}>: package(batteries)
<examples/modml_clc.{native,byte}>: package(compiler-libs.common)
<examples/modml_clc.{native,byte}>: package(menhirLib)
<examples/modml_clc.{native,byte}>: package(ocamlgraph)
<examples/modml_clc.{native,byte}>: package(ppx_deriving.eq)
<examples/modml_clc.{native,byte}>: package(ppx_deriving.ord)
<examples/modml_clc.{native,byte}>: package(ppx_deriving.show)
<examples/modml_clc.{native,byte}>: package(ppx_deriving_morphism)
<examples/modml_clc.{native,byte}>: package(ppx_deriving_yojson)
<examples/modml_clc.{native,byte}>: package(ppx_import)
<examples/modml_clc.{native,byte}>: package(ppx_monadic)
<examples/modml_clc.{native,byte}>: package(ppx_sexp_conv)
<examples/modml_clc.{native,byte}>: package(re)
<examples/modml_clc.{native,byte}>: package(re.glob)
<examples/modml_clc.{native,byte}>: package(sedlex)
<examples/modml_clc.{native,byte}>: package(sexplib)
<examples/modml_clc.{native,byte}>: package(yojson)
<examples/modml_clc.{native,byte}>: use_modelica_ml
# Executable modlibc
<tools.src/modlibc.{native,byte}>: package(batteries)
<tools.src/modlibc.{native,byte}>: package(compiler-libs.common)
<tools.src/modlibc.{native,byte}>: package(menhirLib)
<tools.src/modlibc.{native,byte}>: package(ocamlgraph)
<tools.src/modlibc.{native,byte}>: package(ppx_deriving.eq)
<tools.src/modlibc.{native,byte}>: package(ppx_deriving.ord)
<tools.src/modlibc.{native,byte}>: package(ppx_deriving.show)
<tools.src/modlibc.{native,byte}>: package(ppx_deriving_morphism)
<tools.src/modlibc.{native,byte}>: package(ppx_deriving_yojson)
<tools.src/modlibc.{native,byte}>: package(ppx_import)
<tools.src/modlibc.{native,byte}>: package(ppx_monadic)
<tools.src/modlibc.{native,byte}>: package(ppx_sexp_conv)
<tools.src/modlibc.{native,byte}>: package(re)
<tools.src/modlibc.{native,byte}>: package(re.glob)
<tools.src/modlibc.{native,byte}>: package(sedlex)
<tools.src/modlibc.{native,byte}>: package(sexplib)
<tools.src/modlibc.{native,byte}>: package(yojson)
<tools.src/modlibc.{native,byte}>: use_modelica_ml
# Executable modlibdeps
<tools.src/modlibdeps.{native,byte}>: package(batteries)
<tools.src/modlibdeps.{native,byte}>: package(compiler-libs.common)
<tools.src/modlibdeps.{native,byte}>: package(menhirLib)
<tools.src/modlibdeps.{native,byte}>: package(ocamlgraph)
<tools.src/modlibdeps.{native,byte}>: package(ppx_deriving.eq)
<tools.src/modlibdeps.{native,byte}>: package(ppx_deriving.ord)
<tools.src/modlibdeps.{native,byte}>: package(ppx_deriving.show)
<tools.src/modlibdeps.{native,byte}>: package(ppx_deriving_morphism)
<tools.src/modlibdeps.{native,byte}>: package(ppx_deriving_yojson)
<tools.src/modlibdeps.{native,byte}>: package(ppx_import)
<tools.src/modlibdeps.{native,byte}>: package(ppx_monadic)
<tools.src/modlibdeps.{native,byte}>: package(ppx_sexp_conv)
<tools.src/modlibdeps.{native,byte}>: package(re)
<tools.src/modlibdeps.{native,byte}>: package(re.glob)
<tools.src/modlibdeps.{native,byte}>: package(sedlex)
<tools.src/modlibdeps.{native,byte}>: package(sexplib)
<tools.src/modlibdeps.{native,byte}>: package(yojson)
<tools.src/modlibdeps.{native,byte}>: use_modelica_ml
<tools.src/*.ml{,i,y}>: package(batteries)
<tools.src/*.ml{,i,y}>: package(compiler-libs.common)
<tools.src/*.ml{,i,y}>: package(menhirLib)
<tools.src/*.ml{,i,y}>: package(ocamlgraph)
<tools.src/*.ml{,i,y}>: package(ppx_deriving.eq)
<tools.src/*.ml{,i,y}>: package(ppx_deriving.ord)
<tools.src/*.ml{,i,y}>: package(ppx_deriving.show)
<tools.src/*.ml{,i,y}>: package(ppx_deriving_morphism)
<tools.src/*.ml{,i,y}>: package(ppx_deriving_yojson)
<tools.src/*.ml{,i,y}>: package(ppx_import)
<tools.src/*.ml{,i,y}>: package(ppx_monadic)
<tools.src/*.ml{,i,y}>: package(ppx_sexp_conv)
<tools.src/*.ml{,i,y}>: package(re)
<tools.src/*.ml{,i,y}>: package(re.glob)
<tools.src/*.ml{,i,y}>: package(sedlex)
<tools.src/*.ml{,i,y}>: package(sexplib)
<tools.src/*.ml{,i,y}>: package(yojson)
<tools.src/*.ml{,i,y}>: use_modelica_ml
# Executable modml_parseall
<examples/parse_all.{native,byte}>: package(ANSITerminal)
<examples/parse_all.{native,byte}>: package(batteries)
<examples/parse_all.{native,byte}>: package(compiler-libs.common)
<examples/parse_all.{native,byte}>: package(menhirLib)
<examples/parse_all.{native,byte}>: package(ocamlgraph)
<examples/parse_all.{native,byte}>: package(ppx_deriving.eq)
<examples/parse_all.{native,byte}>: package(ppx_deriving.ord)
<examples/parse_all.{native,byte}>: package(ppx_deriving.show)
<examples/parse_all.{native,byte}>: package(ppx_deriving_morphism)
<examples/parse_all.{native,byte}>: package(ppx_deriving_yojson)
<examples/parse_all.{native,byte}>: package(ppx_import)
<examples/parse_all.{native,byte}>: package(ppx_monadic)
<examples/parse_all.{native,byte}>: package(ppx_sexp_conv)
<examples/parse_all.{native,byte}>: package(re)
<examples/parse_all.{native,byte}>: package(re.glob)
<examples/parse_all.{native,byte}>: package(sedlex)
<examples/parse_all.{native,byte}>: package(sexplib)
<examples/parse_all.{native,byte}>: package(yojson)
<examples/parse_all.{native,byte}>: use_modelica_ml
<examples/*.ml{,i,y}>: package(ANSITerminal)
# Executable dump_cl
<examples/dump_cl.{native,byte}>: package(batteries)
<examples/dump_cl.{native,byte}>: package(compiler-libs.common)
<examples/dump_cl.{native,byte}>: package(menhirLib)
<examples/dump_cl.{native,byte}>: package(ocamlgraph)
<examples/dump_cl.{native,byte}>: package(ppx_deriving.eq)
<examples/dump_cl.{native,byte}>: package(ppx_deriving.ord)
<examples/dump_cl.{native,byte}>: package(ppx_deriving.show)
<examples/dump_cl.{native,byte}>: package(ppx_deriving_morphism)
<examples/dump_cl.{native,byte}>: package(ppx_deriving_yojson)
<examples/dump_cl.{native,byte}>: package(ppx_import)
<examples/dump_cl.{native,byte}>: package(ppx_monadic)
<examples/dump_cl.{native,byte}>: package(ppx_sexp_conv)
<examples/dump_cl.{native,byte}>: package(re)
<examples/dump_cl.{native,byte}>: package(re.glob)
<examples/dump_cl.{native,byte}>: package(sedlex)
<examples/dump_cl.{native,byte}>: package(sexplib)
<examples/dump_cl.{native,byte}>: package(yojson)
<examples/dump_cl.{native,byte}>: use_modelica_ml
# Executable modml_cl
<examples/modml_cl.{native,byte}>: package(batteries)
<examples/modml_cl.{native,byte}>: package(compiler-libs.common)
<examples/modml_cl.{native,byte}>: package(menhirLib)
<examples/modml_cl.{native,byte}>: package(ocamlgraph)
<examples/modml_cl.{native,byte}>: package(ppx_deriving.eq)
<examples/modml_cl.{native,byte}>: package(ppx_deriving.ord)
<examples/modml_cl.{native,byte}>: package(ppx_deriving.show)
<examples/modml_cl.{native,byte}>: package(ppx_deriving_morphism)
<examples/modml_cl.{native,byte}>: package(ppx_deriving_yojson)
<examples/modml_cl.{native,byte}>: package(ppx_import)
<examples/modml_cl.{native,byte}>: package(ppx_monadic)
<examples/modml_cl.{native,byte}>: package(ppx_sexp_conv)
<examples/modml_cl.{native,byte}>: package(re)
<examples/modml_cl.{native,byte}>: package(re.glob)
<examples/modml_cl.{native,byte}>: package(sedlex)
<examples/modml_cl.{native,byte}>: package(sexplib)
<examples/modml_cl.{native,byte}>: package(yojson)
<examples/modml_cl.{native,byte}>: use_modelica_ml
# Executable modml_clread
<examples/modml_clread.{native,byte}>: package(batteries)
<examples/modml_clread.{native,byte}>: package(compiler-libs.common)
<examples/modml_clread.{native,byte}>: package(menhirLib)
<examples/modml_clread.{native,byte}>: package(ocamlgraph)
<examples/modml_clread.{native,byte}>: package(ppx_deriving.eq)
<examples/modml_clread.{native,byte}>: package(ppx_deriving.ord)
<examples/modml_clread.{native,byte}>: package(ppx_deriving.show)
<examples/modml_clread.{native,byte}>: package(ppx_deriving_morphism)
<examples/modml_clread.{native,byte}>: package(ppx_deriving_yojson)
<examples/modml_clread.{native,byte}>: package(ppx_import)
<examples/modml_clread.{native,byte}>: package(ppx_monadic)
<examples/modml_clread.{native,byte}>: package(ppx_sexp_conv)
<examples/modml_clread.{native,byte}>: package(re)
<examples/modml_clread.{native,byte}>: package(re.glob)
<examples/modml_clread.{native,byte}>: package(sedlex)
<examples/modml_clread.{native,byte}>: package(sexplib)
<examples/modml_clread.{native,byte}>: package(yojson)
<examples/modml_clread.{native,byte}>: use_modelica_ml
<examples/*.ml{,i,y}>: package(batteries)
<examples/*.ml{,i,y}>: package(compiler-libs.common)
<examples/*.ml{,i,y}>: package(menhirLib)
<examples/*.ml{,i,y}>: package(ocamlgraph)
<examples/*.ml{,i,y}>: package(ppx_deriving.eq)
<examples/*.ml{,i,y}>: package(ppx_deriving.ord)
<examples/*.ml{,i,y}>: package(ppx_deriving.show)
<examples/*.ml{,i,y}>: package(ppx_deriving_morphism)
<examples/*.ml{,i,y}>: package(ppx_deriving_yojson)
<examples/*.ml{,i,y}>: package(ppx_import)
<examples/*.ml{,i,y}>: package(ppx_monadic)
<examples/*.ml{,i,y}>: package(ppx_sexp_conv)
<examples/*.ml{,i,y}>: package(re)
<examples/*.ml{,i,y}>: package(re.glob)
<examples/*.ml{,i,y}>: package(sedlex)
<examples/*.ml{,i,y}>: package(sexplib)
<examples/*.ml{,i,y}>: package(yojson)
<examples/*.ml{,i,y}>: use_modelica_ml
# OASIS_STOP
true: use_menhir