-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy path_tags
415 lines (415 loc) · 21.9 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
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
# OASIS_START
# DO NOT EDIT (digest: 189f00cb1fbc703ed7d621216c8daefe)
# 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 pgsolver
"src/pgsolver.cmxs": use_pgsolver
<src/*.ml{,i,y}>: package(TCSLib)
<src/*.ml{,i,y}>: package(extlib)
<src/*.ml{,i,y}>: package(minisat)
<src/*.ml{,i,y}>: package(num)
<src/*.ml{,i,y}>: package(ocaml-sat-solvers)
<src/*.ml{,i,y}>: package(str)
<src/*.ml{,i,y}>: package(threads)
<src/*.ml{,i,y}>: package(unix)
<src/generators/policyiter/generators/*.ml{,i,y}>: package(TCSLib)
<src/generators/policyiter/generators/*.ml{,i,y}>: package(extlib)
<src/generators/policyiter/generators/*.ml{,i,y}>: package(minisat)
<src/generators/policyiter/generators/*.ml{,i,y}>: package(num)
<src/generators/policyiter/generators/*.ml{,i,y}>: package(ocaml-sat-solvers)
<src/generators/policyiter/generators/*.ml{,i,y}>: package(str)
<src/generators/policyiter/generators/*.ml{,i,y}>: package(threads)
<src/generators/policyiter/generators/*.ml{,i,y}>: package(unix)
<src/paritygame/*.ml{,i,y}>: package(TCSLib)
<src/paritygame/*.ml{,i,y}>: package(extlib)
<src/paritygame/*.ml{,i,y}>: package(minisat)
<src/paritygame/*.ml{,i,y}>: package(num)
<src/paritygame/*.ml{,i,y}>: package(ocaml-sat-solvers)
<src/paritygame/*.ml{,i,y}>: package(str)
<src/paritygame/*.ml{,i,y}>: package(threads)
<src/paritygame/*.ml{,i,y}>: package(unix)
<src/solvers/*.ml{,i,y}>: package(TCSLib)
<src/solvers/*.ml{,i,y}>: package(extlib)
<src/solvers/*.ml{,i,y}>: package(minisat)
<src/solvers/*.ml{,i,y}>: package(num)
<src/solvers/*.ml{,i,y}>: package(ocaml-sat-solvers)
<src/solvers/*.ml{,i,y}>: package(str)
<src/solvers/*.ml{,i,y}>: package(threads)
<src/solvers/*.ml{,i,y}>: package(unix)
<src/solvers/stratimpralgs/*.ml{,i,y}>: package(TCSLib)
<src/solvers/stratimpralgs/*.ml{,i,y}>: package(extlib)
<src/solvers/stratimpralgs/*.ml{,i,y}>: package(minisat)
<src/solvers/stratimpralgs/*.ml{,i,y}>: package(num)
<src/solvers/stratimpralgs/*.ml{,i,y}>: package(ocaml-sat-solvers)
<src/solvers/stratimpralgs/*.ml{,i,y}>: package(str)
<src/solvers/stratimpralgs/*.ml{,i,y}>: package(threads)
<src/solvers/stratimpralgs/*.ml{,i,y}>: package(unix)
# Executable pgsolver-bin
<src/pgsolver/pgsolver.{native,byte}>: package(TCSLib)
<src/pgsolver/pgsolver.{native,byte}>: package(extlib)
<src/pgsolver/pgsolver.{native,byte}>: package(minisat)
<src/pgsolver/pgsolver.{native,byte}>: package(num)
<src/pgsolver/pgsolver.{native,byte}>: package(ocaml-sat-solvers)
<src/pgsolver/pgsolver.{native,byte}>: package(str)
<src/pgsolver/pgsolver.{native,byte}>: package(threads)
<src/pgsolver/pgsolver.{native,byte}>: package(unix)
<src/pgsolver/pgsolver.{native,byte}>: use_pgsolver
<src/pgsolver/*.ml{,i,y}>: package(TCSLib)
<src/pgsolver/*.ml{,i,y}>: package(extlib)
<src/pgsolver/*.ml{,i,y}>: package(minisat)
<src/pgsolver/*.ml{,i,y}>: package(num)
<src/pgsolver/*.ml{,i,y}>: package(ocaml-sat-solvers)
<src/pgsolver/*.ml{,i,y}>: package(str)
<src/pgsolver/*.ml{,i,y}>: package(threads)
<src/pgsolver/*.ml{,i,y}>: package(unix)
<src/pgsolver/*.ml{,i,y}>: use_pgsolver
# Executable solverstest-bin
<tests/solverstest.{native,byte}>: package(TCSLib)
<tests/solverstest.{native,byte}>: package(extlib)
<tests/solverstest.{native,byte}>: package(minisat)
<tests/solverstest.{native,byte}>: package(num)
<tests/solverstest.{native,byte}>: package(oUnit)
<tests/solverstest.{native,byte}>: package(ocaml-sat-solvers)
<tests/solverstest.{native,byte}>: package(str)
<tests/solverstest.{native,byte}>: package(threads)
<tests/solverstest.{native,byte}>: package(unix)
<tests/solverstest.{native,byte}>: use_pgsolver
<tests/*.ml{,i,y}>: package(TCSLib)
<tests/*.ml{,i,y}>: package(extlib)
<tests/*.ml{,i,y}>: package(minisat)
<tests/*.ml{,i,y}>: package(num)
<tests/*.ml{,i,y}>: package(oUnit)
<tests/*.ml{,i,y}>: package(ocaml-sat-solvers)
<tests/*.ml{,i,y}>: package(str)
<tests/*.ml{,i,y}>: package(threads)
<tests/*.ml{,i,y}>: package(unix)
<tests/*.ml{,i,y}>: use_pgsolver
# Executable auso-bin
<src/tools/auso.{native,byte}>: package(TCSLib)
<src/tools/auso.{native,byte}>: package(extlib)
<src/tools/auso.{native,byte}>: package(minisat)
<src/tools/auso.{native,byte}>: package(num)
<src/tools/auso.{native,byte}>: package(ocaml-sat-solvers)
<src/tools/auso.{native,byte}>: package(str)
<src/tools/auso.{native,byte}>: package(threads)
<src/tools/auso.{native,byte}>: package(unix)
<src/tools/auso.{native,byte}>: use_pgsolver
# Executable benchmark-bin
<src/tools/benchmark.{native,byte}>: package(TCSLib)
<src/tools/benchmark.{native,byte}>: package(extlib)
<src/tools/benchmark.{native,byte}>: package(minisat)
<src/tools/benchmark.{native,byte}>: package(num)
<src/tools/benchmark.{native,byte}>: package(ocaml-sat-solvers)
<src/tools/benchmark.{native,byte}>: package(str)
<src/tools/benchmark.{native,byte}>: package(threads)
<src/tools/benchmark.{native,byte}>: package(unix)
<src/tools/benchmark.{native,byte}>: use_pgsolver
# Executable benchstratimpr-bin
<src/tools/benchstratimpr.{native,byte}>: package(TCSLib)
<src/tools/benchstratimpr.{native,byte}>: package(extlib)
<src/tools/benchstratimpr.{native,byte}>: package(minisat)
<src/tools/benchstratimpr.{native,byte}>: package(num)
<src/tools/benchstratimpr.{native,byte}>: package(ocaml-sat-solvers)
<src/tools/benchstratimpr.{native,byte}>: package(str)
<src/tools/benchstratimpr.{native,byte}>: package(threads)
<src/tools/benchstratimpr.{native,byte}>: package(unix)
<src/tools/benchstratimpr.{native,byte}>: use_pgsolver
# Executable combine-bin
<src/tools/combine.{native,byte}>: package(TCSLib)
<src/tools/combine.{native,byte}>: package(extlib)
<src/tools/combine.{native,byte}>: package(minisat)
<src/tools/combine.{native,byte}>: package(num)
<src/tools/combine.{native,byte}>: package(ocaml-sat-solvers)
<src/tools/combine.{native,byte}>: package(str)
<src/tools/combine.{native,byte}>: package(threads)
<src/tools/combine.{native,byte}>: package(unix)
<src/tools/combine.{native,byte}>: use_pgsolver
# Executable complexdecomp-bin
<src/tools/complexdecomp.{native,byte}>: package(TCSLib)
<src/tools/complexdecomp.{native,byte}>: package(extlib)
<src/tools/complexdecomp.{native,byte}>: package(minisat)
<src/tools/complexdecomp.{native,byte}>: package(num)
<src/tools/complexdecomp.{native,byte}>: package(ocaml-sat-solvers)
<src/tools/complexdecomp.{native,byte}>: package(str)
<src/tools/complexdecomp.{native,byte}>: package(threads)
<src/tools/complexdecomp.{native,byte}>: package(unix)
<src/tools/complexdecomp.{native,byte}>: use_pgsolver
# Executable compressor-bin
<src/tools/compressor.{native,byte}>: package(TCSLib)
<src/tools/compressor.{native,byte}>: package(extlib)
<src/tools/compressor.{native,byte}>: package(minisat)
<src/tools/compressor.{native,byte}>: package(num)
<src/tools/compressor.{native,byte}>: package(ocaml-sat-solvers)
<src/tools/compressor.{native,byte}>: package(str)
<src/tools/compressor.{native,byte}>: package(threads)
<src/tools/compressor.{native,byte}>: package(unix)
<src/tools/compressor.{native,byte}>: use_pgsolver
# Executable fullimprarena-bin
<src/tools/fullimprarena.{native,byte}>: package(TCSLib)
<src/tools/fullimprarena.{native,byte}>: package(extlib)
<src/tools/fullimprarena.{native,byte}>: package(minisat)
<src/tools/fullimprarena.{native,byte}>: package(num)
<src/tools/fullimprarena.{native,byte}>: package(ocaml-sat-solvers)
<src/tools/fullimprarena.{native,byte}>: package(str)
<src/tools/fullimprarena.{native,byte}>: package(threads)
<src/tools/fullimprarena.{native,byte}>: package(unix)
<src/tools/fullimprarena.{native,byte}>: use_pgsolver
# Executable imprarena-bin
<src/tools/imprarena.{native,byte}>: package(TCSLib)
<src/tools/imprarena.{native,byte}>: package(extlib)
<src/tools/imprarena.{native,byte}>: package(minisat)
<src/tools/imprarena.{native,byte}>: package(num)
<src/tools/imprarena.{native,byte}>: package(ocaml-sat-solvers)
<src/tools/imprarena.{native,byte}>: package(str)
<src/tools/imprarena.{native,byte}>: package(threads)
<src/tools/imprarena.{native,byte}>: package(unix)
<src/tools/imprarena.{native,byte}>: use_pgsolver
# Executable infotool-bin
<src/tools/infotool.{native,byte}>: package(TCSLib)
<src/tools/infotool.{native,byte}>: package(extlib)
<src/tools/infotool.{native,byte}>: package(minisat)
<src/tools/infotool.{native,byte}>: package(num)
<src/tools/infotool.{native,byte}>: package(ocaml-sat-solvers)
<src/tools/infotool.{native,byte}>: package(str)
<src/tools/infotool.{native,byte}>: package(threads)
<src/tools/infotool.{native,byte}>: package(unix)
<src/tools/infotool.{native,byte}>: use_pgsolver
# Executable itersat-bin
<src/tools/itersat.{native,byte}>: package(TCSLib)
<src/tools/itersat.{native,byte}>: package(extlib)
<src/tools/itersat.{native,byte}>: package(minisat)
<src/tools/itersat.{native,byte}>: package(num)
<src/tools/itersat.{native,byte}>: package(ocaml-sat-solvers)
<src/tools/itersat.{native,byte}>: package(str)
<src/tools/itersat.{native,byte}>: package(threads)
<src/tools/itersat.{native,byte}>: package(unix)
<src/tools/itersat.{native,byte}>: use_pgsolver
# Executable obfuscator-bin
<src/tools/obfuscator.{native,byte}>: package(TCSLib)
<src/tools/obfuscator.{native,byte}>: package(extlib)
<src/tools/obfuscator.{native,byte}>: package(minisat)
<src/tools/obfuscator.{native,byte}>: package(num)
<src/tools/obfuscator.{native,byte}>: package(ocaml-sat-solvers)
<src/tools/obfuscator.{native,byte}>: package(str)
<src/tools/obfuscator.{native,byte}>: package(threads)
<src/tools/obfuscator.{native,byte}>: package(unix)
<src/tools/obfuscator.{native,byte}>: use_pgsolver
# Executable policyitervis-bin
<src/tools/policyitervis.{native,byte}>: package(TCSLib)
<src/tools/policyitervis.{native,byte}>: package(extlib)
<src/tools/policyitervis.{native,byte}>: package(minisat)
<src/tools/policyitervis.{native,byte}>: package(num)
<src/tools/policyitervis.{native,byte}>: package(ocaml-sat-solvers)
<src/tools/policyitervis.{native,byte}>: package(str)
<src/tools/policyitervis.{native,byte}>: package(threads)
<src/tools/policyitervis.{native,byte}>: package(unix)
<src/tools/policyitervis.{native,byte}>: use_pgsolver
# Executable transformer-bin
<src/tools/transformer.{native,byte}>: package(TCSLib)
<src/tools/transformer.{native,byte}>: package(extlib)
<src/tools/transformer.{native,byte}>: package(minisat)
<src/tools/transformer.{native,byte}>: package(num)
<src/tools/transformer.{native,byte}>: package(ocaml-sat-solvers)
<src/tools/transformer.{native,byte}>: package(str)
<src/tools/transformer.{native,byte}>: package(threads)
<src/tools/transformer.{native,byte}>: package(unix)
<src/tools/transformer.{native,byte}>: use_pgsolver
# Executable winningstrats-bin
<src/tools/winningstrats.{native,byte}>: package(TCSLib)
<src/tools/winningstrats.{native,byte}>: package(extlib)
<src/tools/winningstrats.{native,byte}>: package(minisat)
<src/tools/winningstrats.{native,byte}>: package(num)
<src/tools/winningstrats.{native,byte}>: package(ocaml-sat-solvers)
<src/tools/winningstrats.{native,byte}>: package(str)
<src/tools/winningstrats.{native,byte}>: package(threads)
<src/tools/winningstrats.{native,byte}>: package(unix)
<src/tools/winningstrats.{native,byte}>: use_pgsolver
<src/tools/*.ml{,i,y}>: package(TCSLib)
<src/tools/*.ml{,i,y}>: package(extlib)
<src/tools/*.ml{,i,y}>: package(minisat)
<src/tools/*.ml{,i,y}>: package(num)
<src/tools/*.ml{,i,y}>: package(ocaml-sat-solvers)
<src/tools/*.ml{,i,y}>: package(str)
<src/tools/*.ml{,i,y}>: package(threads)
<src/tools/*.ml{,i,y}>: package(unix)
<src/tools/*.ml{,i,y}>: use_pgsolver
# Executable cliquegame-bin
<src/generators/cliquegame_aux.{native,byte}>: package(TCSLib)
<src/generators/cliquegame_aux.{native,byte}>: package(extlib)
<src/generators/cliquegame_aux.{native,byte}>: package(minisat)
<src/generators/cliquegame_aux.{native,byte}>: package(num)
<src/generators/cliquegame_aux.{native,byte}>: package(ocaml-sat-solvers)
<src/generators/cliquegame_aux.{native,byte}>: package(str)
<src/generators/cliquegame_aux.{native,byte}>: package(threads)
<src/generators/cliquegame_aux.{native,byte}>: package(unix)
<src/generators/cliquegame_aux.{native,byte}>: use_pgsolver
# Executable clusteredrandomgame-bin
<src/generators/clusteredrandomgame_aux.{native,byte}>: package(TCSLib)
<src/generators/clusteredrandomgame_aux.{native,byte}>: package(extlib)
<src/generators/clusteredrandomgame_aux.{native,byte}>: package(minisat)
<src/generators/clusteredrandomgame_aux.{native,byte}>: package(num)
<src/generators/clusteredrandomgame_aux.{native,byte}>: package(ocaml-sat-solvers)
<src/generators/clusteredrandomgame_aux.{native,byte}>: package(str)
<src/generators/clusteredrandomgame_aux.{native,byte}>: package(threads)
<src/generators/clusteredrandomgame_aux.{native,byte}>: package(unix)
<src/generators/clusteredrandomgame_aux.{native,byte}>: use_pgsolver
# Executable jurdzinskigame-bin
<src/generators/jurdzinskigame_aux.{native,byte}>: package(TCSLib)
<src/generators/jurdzinskigame_aux.{native,byte}>: package(extlib)
<src/generators/jurdzinskigame_aux.{native,byte}>: package(minisat)
<src/generators/jurdzinskigame_aux.{native,byte}>: package(num)
<src/generators/jurdzinskigame_aux.{native,byte}>: package(ocaml-sat-solvers)
<src/generators/jurdzinskigame_aux.{native,byte}>: package(str)
<src/generators/jurdzinskigame_aux.{native,byte}>: package(threads)
<src/generators/jurdzinskigame_aux.{native,byte}>: package(unix)
<src/generators/jurdzinskigame_aux.{native,byte}>: use_pgsolver
# Executable laddergame-bin
<src/generators/laddergame_aux.{native,byte}>: package(TCSLib)
<src/generators/laddergame_aux.{native,byte}>: package(extlib)
<src/generators/laddergame_aux.{native,byte}>: package(minisat)
<src/generators/laddergame_aux.{native,byte}>: package(num)
<src/generators/laddergame_aux.{native,byte}>: package(ocaml-sat-solvers)
<src/generators/laddergame_aux.{native,byte}>: package(str)
<src/generators/laddergame_aux.{native,byte}>: package(threads)
<src/generators/laddergame_aux.{native,byte}>: package(unix)
<src/generators/laddergame_aux.{native,byte}>: use_pgsolver
# Executable langincl-bin
<src/generators/langincl_aux.{native,byte}>: package(TCSLib)
<src/generators/langincl_aux.{native,byte}>: package(extlib)
<src/generators/langincl_aux.{native,byte}>: package(minisat)
<src/generators/langincl_aux.{native,byte}>: package(num)
<src/generators/langincl_aux.{native,byte}>: package(ocaml-sat-solvers)
<src/generators/langincl_aux.{native,byte}>: package(str)
<src/generators/langincl_aux.{native,byte}>: package(threads)
<src/generators/langincl_aux.{native,byte}>: package(unix)
<src/generators/langincl_aux.{native,byte}>: use_pgsolver
# Executable modelcheckerladder-bin
<src/generators/modelcheckerladder_aux.{native,byte}>: package(TCSLib)
<src/generators/modelcheckerladder_aux.{native,byte}>: package(extlib)
<src/generators/modelcheckerladder_aux.{native,byte}>: package(minisat)
<src/generators/modelcheckerladder_aux.{native,byte}>: package(num)
<src/generators/modelcheckerladder_aux.{native,byte}>: package(ocaml-sat-solvers)
<src/generators/modelcheckerladder_aux.{native,byte}>: package(str)
<src/generators/modelcheckerladder_aux.{native,byte}>: package(threads)
<src/generators/modelcheckerladder_aux.{native,byte}>: package(unix)
<src/generators/modelcheckerladder_aux.{native,byte}>: use_pgsolver
# Executable randomgame-bin
<src/generators/randomgame_aux.{native,byte}>: package(TCSLib)
<src/generators/randomgame_aux.{native,byte}>: package(extlib)
<src/generators/randomgame_aux.{native,byte}>: package(minisat)
<src/generators/randomgame_aux.{native,byte}>: package(num)
<src/generators/randomgame_aux.{native,byte}>: package(ocaml-sat-solvers)
<src/generators/randomgame_aux.{native,byte}>: package(str)
<src/generators/randomgame_aux.{native,byte}>: package(threads)
<src/generators/randomgame_aux.{native,byte}>: package(unix)
<src/generators/randomgame_aux.{native,byte}>: use_pgsolver
# Executable recursiveladder-bin
<src/generators/recursiveladder_aux.{native,byte}>: package(TCSLib)
<src/generators/recursiveladder_aux.{native,byte}>: package(extlib)
<src/generators/recursiveladder_aux.{native,byte}>: package(minisat)
<src/generators/recursiveladder_aux.{native,byte}>: package(num)
<src/generators/recursiveladder_aux.{native,byte}>: package(ocaml-sat-solvers)
<src/generators/recursiveladder_aux.{native,byte}>: package(str)
<src/generators/recursiveladder_aux.{native,byte}>: package(threads)
<src/generators/recursiveladder_aux.{native,byte}>: package(unix)
<src/generators/recursiveladder_aux.{native,byte}>: use_pgsolver
# Executable recursivedullgame-bin
<src/generators/recursivedullgame_aux.{native,byte}>: package(TCSLib)
<src/generators/recursivedullgame_aux.{native,byte}>: package(extlib)
<src/generators/recursivedullgame_aux.{native,byte}>: package(minisat)
<src/generators/recursivedullgame_aux.{native,byte}>: package(num)
<src/generators/recursivedullgame_aux.{native,byte}>: package(ocaml-sat-solvers)
<src/generators/recursivedullgame_aux.{native,byte}>: package(str)
<src/generators/recursivedullgame_aux.{native,byte}>: package(threads)
<src/generators/recursivedullgame_aux.{native,byte}>: package(unix)
<src/generators/recursivedullgame_aux.{native,byte}>: use_pgsolver
# Executable steadygame-bin
<src/generators/steadygame_aux.{native,byte}>: package(TCSLib)
<src/generators/steadygame_aux.{native,byte}>: package(extlib)
<src/generators/steadygame_aux.{native,byte}>: package(minisat)
<src/generators/steadygame_aux.{native,byte}>: package(num)
<src/generators/steadygame_aux.{native,byte}>: package(ocaml-sat-solvers)
<src/generators/steadygame_aux.{native,byte}>: package(str)
<src/generators/steadygame_aux.{native,byte}>: package(threads)
<src/generators/steadygame_aux.{native,byte}>: package(unix)
<src/generators/steadygame_aux.{native,byte}>: use_pgsolver
# Executable towersofhanoi-bin
<src/generators/towersofhanoi_aux.{native,byte}>: package(TCSLib)
<src/generators/towersofhanoi_aux.{native,byte}>: package(extlib)
<src/generators/towersofhanoi_aux.{native,byte}>: package(minisat)
<src/generators/towersofhanoi_aux.{native,byte}>: package(num)
<src/generators/towersofhanoi_aux.{native,byte}>: package(ocaml-sat-solvers)
<src/generators/towersofhanoi_aux.{native,byte}>: package(str)
<src/generators/towersofhanoi_aux.{native,byte}>: package(threads)
<src/generators/towersofhanoi_aux.{native,byte}>: package(unix)
<src/generators/towersofhanoi_aux.{native,byte}>: use_pgsolver
<src/generators/*.ml{,i,y}>: package(TCSLib)
<src/generators/*.ml{,i,y}>: package(extlib)
<src/generators/*.ml{,i,y}>: package(minisat)
<src/generators/*.ml{,i,y}>: package(num)
<src/generators/*.ml{,i,y}>: package(ocaml-sat-solvers)
<src/generators/*.ml{,i,y}>: package(str)
<src/generators/*.ml{,i,y}>: package(threads)
<src/generators/*.ml{,i,y}>: package(unix)
<src/generators/*.ml{,i,y}>: use_pgsolver
# Executable elevators-bin
<src/generators/modelchecking/elevators_aux.{native,byte}>: package(TCSLib)
<src/generators/modelchecking/elevators_aux.{native,byte}>: package(extlib)
<src/generators/modelchecking/elevators_aux.{native,byte}>: package(minisat)
<src/generators/modelchecking/elevators_aux.{native,byte}>: package(num)
<src/generators/modelchecking/elevators_aux.{native,byte}>: package(ocaml-sat-solvers)
<src/generators/modelchecking/elevators_aux.{native,byte}>: package(str)
<src/generators/modelchecking/elevators_aux.{native,byte}>: package(threads)
<src/generators/modelchecking/elevators_aux.{native,byte}>: package(unix)
<src/generators/modelchecking/elevators_aux.{native,byte}>: use_pgsolver
# Executable roadworks-bin
<src/generators/modelchecking/roadworks_aux.{native,byte}>: package(TCSLib)
<src/generators/modelchecking/roadworks_aux.{native,byte}>: package(extlib)
<src/generators/modelchecking/roadworks_aux.{native,byte}>: package(minisat)
<src/generators/modelchecking/roadworks_aux.{native,byte}>: package(num)
<src/generators/modelchecking/roadworks_aux.{native,byte}>: package(ocaml-sat-solvers)
<src/generators/modelchecking/roadworks_aux.{native,byte}>: package(str)
<src/generators/modelchecking/roadworks_aux.{native,byte}>: package(threads)
<src/generators/modelchecking/roadworks_aux.{native,byte}>: package(unix)
<src/generators/modelchecking/roadworks_aux.{native,byte}>: use_pgsolver
<src/generators/modelchecking/*.ml{,i,y}>: package(TCSLib)
<src/generators/modelchecking/*.ml{,i,y}>: package(extlib)
<src/generators/modelchecking/*.ml{,i,y}>: package(minisat)
<src/generators/modelchecking/*.ml{,i,y}>: package(num)
<src/generators/modelchecking/*.ml{,i,y}>: package(ocaml-sat-solvers)
<src/generators/modelchecking/*.ml{,i,y}>: package(str)
<src/generators/modelchecking/*.ml{,i,y}>: package(threads)
<src/generators/modelchecking/*.ml{,i,y}>: package(unix)
<src/generators/modelchecking/*.ml{,i,y}>: use_pgsolver
# Executable stratimprgen-bin
<src/generators/policyiter/stratimprgen.{native,byte}>: package(TCSLib)
<src/generators/policyiter/stratimprgen.{native,byte}>: package(extlib)
<src/generators/policyiter/stratimprgen.{native,byte}>: package(minisat)
<src/generators/policyiter/stratimprgen.{native,byte}>: package(num)
<src/generators/policyiter/stratimprgen.{native,byte}>: package(ocaml-sat-solvers)
<src/generators/policyiter/stratimprgen.{native,byte}>: package(str)
<src/generators/policyiter/stratimprgen.{native,byte}>: package(threads)
<src/generators/policyiter/stratimprgen.{native,byte}>: package(unix)
<src/generators/policyiter/stratimprgen.{native,byte}>: use_pgsolver
<src/generators/policyiter/*.ml{,i,y}>: package(TCSLib)
<src/generators/policyiter/*.ml{,i,y}>: package(extlib)
<src/generators/policyiter/*.ml{,i,y}>: package(minisat)
<src/generators/policyiter/*.ml{,i,y}>: package(num)
<src/generators/policyiter/*.ml{,i,y}>: package(ocaml-sat-solvers)
<src/generators/policyiter/*.ml{,i,y}>: package(str)
<src/generators/policyiter/*.ml{,i,y}>: package(threads)
<src/generators/policyiter/*.ml{,i,y}>: package(unix)
<src/generators/policyiter/*.ml{,i,y}>: use_pgsolver
# OASIS_STOP