forked from frenetic-lang/frenetic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_tags
225 lines (225 loc) · 8.7 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
# OASIS_START
# DO NOT EDIT (digest: b6e7998d3a7a865c3716b13984139b3b)
# 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 frenetic
"lib/frenetic.cmxs": use_frenetic
<lib/*.ml{,i,y}>: package(async)
<lib/*.ml{,i,y}>: package(base64)
<lib/*.ml{,i,y}>: package(camlp4)
<lib/*.ml{,i,y}>: package(camlp4.extend)
<lib/*.ml{,i,y}>: package(camlp4.lib)
<lib/*.ml{,i,y}>: package(core)
<lib/*.ml{,i,y}>: package(cstruct)
<lib/*.ml{,i,y}>: package(cstruct.syntax)
<lib/*.ml{,i,y}>: package(fieldslib)
<lib/*.ml{,i,y}>: package(fieldslib.syntax)
<lib/*.ml{,i,y}>: package(ocamlgraph)
<lib/*.ml{,i,y}>: package(sexplib)
<lib/*.ml{,i,y}>: package(sexplib.syntax)
<lib/*.ml{,i,y}>: package(str)
<lib/*.ml{,i,y}>: package(tcpip)
<lib/*.ml{,i,y}>: package(ulex)
<lib/*.ml{,i,y}>: package(yojson)
# Library async
"async/async.cmxs": use_async
<async/*.ml{,i,y}>: package(async)
<async/*.ml{,i,y}>: package(base64)
<async/*.ml{,i,y}>: package(camlp4)
<async/*.ml{,i,y}>: package(camlp4.extend)
<async/*.ml{,i,y}>: package(camlp4.lib)
<async/*.ml{,i,y}>: package(cohttp)
<async/*.ml{,i,y}>: package(cohttp.async)
<async/*.ml{,i,y}>: package(core)
<async/*.ml{,i,y}>: package(cstruct)
<async/*.ml{,i,y}>: package(cstruct.async)
<async/*.ml{,i,y}>: package(cstruct.syntax)
<async/*.ml{,i,y}>: package(fieldslib)
<async/*.ml{,i,y}>: package(fieldslib.syntax)
<async/*.ml{,i,y}>: package(mparser)
<async/*.ml{,i,y}>: package(mparser.re)
<async/*.ml{,i,y}>: package(ocamlgraph)
<async/*.ml{,i,y}>: package(sexplib)
<async/*.ml{,i,y}>: package(sexplib.syntax)
<async/*.ml{,i,y}>: package(str)
<async/*.ml{,i,y}>: package(tcpip)
<async/*.ml{,i,y}>: package(ulex)
<async/*.ml{,i,y}>: package(yojson)
<async/*.ml{,i,y}>: use_frenetic
# Executable frenetic
"frenetic/frenetic.native": package(async)
"frenetic/frenetic.native": package(async_extended)
"frenetic/frenetic.native": package(base64)
"frenetic/frenetic.native": package(camlp4)
"frenetic/frenetic.native": package(camlp4.extend)
"frenetic/frenetic.native": package(camlp4.lib)
"frenetic/frenetic.native": package(cmdliner)
"frenetic/frenetic.native": package(cohttp)
"frenetic/frenetic.native": package(cohttp.async)
"frenetic/frenetic.native": package(core)
"frenetic/frenetic.native": package(cstruct)
"frenetic/frenetic.native": package(cstruct.async)
"frenetic/frenetic.native": package(cstruct.syntax)
"frenetic/frenetic.native": package(fieldslib)
"frenetic/frenetic.native": package(fieldslib.syntax)
"frenetic/frenetic.native": package(mparser)
"frenetic/frenetic.native": package(mparser.re)
"frenetic/frenetic.native": package(ocamlgraph)
"frenetic/frenetic.native": package(sexplib)
"frenetic/frenetic.native": package(sexplib.syntax)
"frenetic/frenetic.native": package(str)
"frenetic/frenetic.native": package(tcpip)
"frenetic/frenetic.native": package(ulex)
"frenetic/frenetic.native": package(yojson)
"frenetic/frenetic.native": use_async
"frenetic/frenetic.native": use_frenetic
<frenetic/*.ml{,i,y}>: package(async)
<frenetic/*.ml{,i,y}>: package(async_extended)
<frenetic/*.ml{,i,y}>: package(base64)
<frenetic/*.ml{,i,y}>: package(camlp4)
<frenetic/*.ml{,i,y}>: package(camlp4.extend)
<frenetic/*.ml{,i,y}>: package(camlp4.lib)
<frenetic/*.ml{,i,y}>: package(cmdliner)
<frenetic/*.ml{,i,y}>: package(cohttp)
<frenetic/*.ml{,i,y}>: package(cohttp.async)
<frenetic/*.ml{,i,y}>: package(core)
<frenetic/*.ml{,i,y}>: package(cstruct)
<frenetic/*.ml{,i,y}>: package(cstruct.async)
<frenetic/*.ml{,i,y}>: package(cstruct.syntax)
<frenetic/*.ml{,i,y}>: package(fieldslib)
<frenetic/*.ml{,i,y}>: package(fieldslib.syntax)
<frenetic/*.ml{,i,y}>: package(mparser)
<frenetic/*.ml{,i,y}>: package(mparser.re)
<frenetic/*.ml{,i,y}>: package(ocamlgraph)
<frenetic/*.ml{,i,y}>: package(sexplib)
<frenetic/*.ml{,i,y}>: package(sexplib.syntax)
<frenetic/*.ml{,i,y}>: package(str)
<frenetic/*.ml{,i,y}>: package(tcpip)
<frenetic/*.ml{,i,y}>: package(ulex)
<frenetic/*.ml{,i,y}>: package(yojson)
<frenetic/*.ml{,i,y}>: use_async
<frenetic/*.ml{,i,y}>: use_frenetic
# Library openflow
"openflow/lib/openflow.cmxs": use_openflow
<openflow/lib/*.ml{,i,y}>: package(async)
<openflow/lib/*.ml{,i,y}>: package(base64)
<openflow/lib/*.ml{,i,y}>: package(camlp4)
<openflow/lib/*.ml{,i,y}>: package(camlp4.extend)
<openflow/lib/*.ml{,i,y}>: package(camlp4.lib)
<openflow/lib/*.ml{,i,y}>: package(core)
<openflow/lib/*.ml{,i,y}>: package(cstruct)
<openflow/lib/*.ml{,i,y}>: package(cstruct.syntax)
<openflow/lib/*.ml{,i,y}>: package(fieldslib)
<openflow/lib/*.ml{,i,y}>: package(fieldslib.syntax)
<openflow/lib/*.ml{,i,y}>: package(ocamlgraph)
<openflow/lib/*.ml{,i,y}>: package(sexplib)
<openflow/lib/*.ml{,i,y}>: package(sexplib.syntax)
<openflow/lib/*.ml{,i,y}>: package(str)
<openflow/lib/*.ml{,i,y}>: package(tcpip)
<openflow/lib/*.ml{,i,y}>: package(threads)
<openflow/lib/*.ml{,i,y}>: package(ulex)
<openflow/lib/*.ml{,i,y}>: package(yojson)
<openflow/lib/*.ml{,i,y}>: use_frenetic
# Library test_frenetic
"lib_test/lib/test_frenetic.cmxs": use_test_frenetic
<lib_test/lib/*.ml{,i,y}>: package(async)
<lib_test/lib/*.ml{,i,y}>: package(base64)
<lib_test/lib/*.ml{,i,y}>: package(camlp4)
<lib_test/lib/*.ml{,i,y}>: package(camlp4.extend)
<lib_test/lib/*.ml{,i,y}>: package(camlp4.lib)
<lib_test/lib/*.ml{,i,y}>: package(core)
<lib_test/lib/*.ml{,i,y}>: package(cstruct)
<lib_test/lib/*.ml{,i,y}>: package(cstruct.syntax)
<lib_test/lib/*.ml{,i,y}>: package(fieldslib)
<lib_test/lib/*.ml{,i,y}>: package(fieldslib.syntax)
<lib_test/lib/*.ml{,i,y}>: package(ocamlgraph)
<lib_test/lib/*.ml{,i,y}>: package(quickcheck)
<lib_test/lib/*.ml{,i,y}>: package(sexplib)
<lib_test/lib/*.ml{,i,y}>: package(sexplib.syntax)
<lib_test/lib/*.ml{,i,y}>: package(str)
<lib_test/lib/*.ml{,i,y}>: package(tcpip)
<lib_test/lib/*.ml{,i,y}>: package(ulex)
<lib_test/lib/*.ml{,i,y}>: package(yojson)
<lib_test/lib/*.ml{,i,y}>: use_frenetic
# Executable testtool
"lib_test/Test.byte": package(async)
"lib_test/Test.byte": package(base64)
"lib_test/Test.byte": package(camlp4)
"lib_test/Test.byte": package(camlp4.extend)
"lib_test/Test.byte": package(camlp4.lib)
"lib_test/Test.byte": package(cohttp)
"lib_test/Test.byte": package(cohttp.async)
"lib_test/Test.byte": package(core)
"lib_test/Test.byte": package(cstruct)
"lib_test/Test.byte": package(cstruct.async)
"lib_test/Test.byte": package(cstruct.syntax)
"lib_test/Test.byte": package(fieldslib)
"lib_test/Test.byte": package(fieldslib.syntax)
"lib_test/Test.byte": package(mparser)
"lib_test/Test.byte": package(mparser.re)
"lib_test/Test.byte": package(ocamlgraph)
"lib_test/Test.byte": package(pa_ounit)
"lib_test/Test.byte": package(pa_ounit.syntax)
"lib_test/Test.byte": package(quickcheck)
"lib_test/Test.byte": package(sexplib)
"lib_test/Test.byte": package(sexplib.syntax)
"lib_test/Test.byte": package(str)
"lib_test/Test.byte": package(tcpip)
"lib_test/Test.byte": package(ulex)
"lib_test/Test.byte": package(yojson)
"lib_test/Test.byte": use_async
"lib_test/Test.byte": use_frenetic
"lib_test/Test.byte": use_test_frenetic
<lib_test/*.ml{,i,y}>: package(async)
<lib_test/*.ml{,i,y}>: package(base64)
<lib_test/*.ml{,i,y}>: package(camlp4)
<lib_test/*.ml{,i,y}>: package(camlp4.extend)
<lib_test/*.ml{,i,y}>: package(camlp4.lib)
<lib_test/*.ml{,i,y}>: package(cohttp)
<lib_test/*.ml{,i,y}>: package(cohttp.async)
<lib_test/*.ml{,i,y}>: package(core)
<lib_test/*.ml{,i,y}>: package(cstruct)
<lib_test/*.ml{,i,y}>: package(cstruct.async)
<lib_test/*.ml{,i,y}>: package(cstruct.syntax)
<lib_test/*.ml{,i,y}>: package(fieldslib)
<lib_test/*.ml{,i,y}>: package(fieldslib.syntax)
<lib_test/*.ml{,i,y}>: package(mparser)
<lib_test/*.ml{,i,y}>: package(mparser.re)
<lib_test/*.ml{,i,y}>: package(ocamlgraph)
<lib_test/*.ml{,i,y}>: package(pa_ounit)
<lib_test/*.ml{,i,y}>: package(pa_ounit.syntax)
<lib_test/*.ml{,i,y}>: package(quickcheck)
<lib_test/*.ml{,i,y}>: package(sexplib)
<lib_test/*.ml{,i,y}>: package(sexplib.syntax)
<lib_test/*.ml{,i,y}>: package(str)
<lib_test/*.ml{,i,y}>: package(tcpip)
<lib_test/*.ml{,i,y}>: package(ulex)
<lib_test/*.ml{,i,y}>: package(yojson)
<lib_test/*.ml{,i,y}>: use_async
<lib_test/*.ml{,i,y}>: use_frenetic
<lib_test/*.ml{,i,y}>: use_test_frenetic
# OASIS_STOP
<packet/lib/*.ml>: syntax_camlp4o
<packet/test/*.ml>: syntax_camlp4o
<openflow/lib/*.ml{,i}>: syntax_camlp4o
<openflow/async/*.ml{,i}>: syntax_camlp4o
<openflow/test/*.ml{,i}>: syntax_camlp4o
<openflow/examples/*.ml{,i}>: syntax_camlp4o
<test/*.ml>: syntax_camlp4o
<lib/*.ml{,i}>: syntax_camlp4o
<async/*.ml>: syntax_camlp4o
<syntax/*.ml>: syntax_camlp4o
true: thread
true: -traverse