forked from facebook/pyre-check
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dune.in
219 lines (194 loc) · 5.84 KB
/
dune.in
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
; Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
(copy_files# %VERSION%/*.ml{,i})
(copy_files# %VERSION%/test/*.ml{,i})
(env
(dev
(flags
(:standard -w A-3-4-23-40-41-42-44-45-48-49))
(ocamlopt_flags
(-g -Oclassic)))
(release
(flags
(:standard -w A-3-4-23-40-41-42-44-45-48-49))
(ocamlopt_flags (-O3))))
(library
(name version)
(modules version)
(public_name pyrelib.version)
(preprocess
(pps ppx_deriving.eq ppx_deriving.show ppx_deriving_yojson ppx_hash
ppx_compare ppx_sexp_conv))
(libraries pyrelib.log core))
(library
(name timer)
(modules timer)
(public_name pyrelib.timer)
(preprocess
(pps ppx_deriving.eq ppx_deriving.show ppx_deriving_yojson ppx_hash
ppx_compare ppx_sexp_conv))
(libraries core core.time_stamp_counter))
(library
(name log)
(public_name pyrelib.log)
(modules log)
(preprocess
(pps ppx_deriving.eq ppx_deriving.show ppx_deriving_yojson ppx_hash
ppx_compare ppx_sexp_conv))
(libraries core))
(library
(name recognized)
(modules recognized)
(public_name pyrelib.recognized)
(preprocess
(pps ppx_deriving.eq ppx_deriving.show ppx_deriving_yojson ppx_hash
ppx_compare ppx_sexp_conv))
(libraries core))
(library
(name decorators)
(modules decorators)
(public_name pyrelib.decorators)
(preprocess
(pps ppx_deriving.eq ppx_deriving.show ppx_deriving_yojson ppx_hash
ppx_compare ppx_sexp_conv))
(libraries core pyrelib.ast pyrelib.type))
(library
(name projectSpecificPreprocessing)
(modules projectSpecificPreprocessing)
(public_name pyrelib.projectSpecificPreprocessing)
(preprocess
(pps ppx_deriving.eq ppx_deriving.show ppx_deriving_yojson ppx_hash
ppx_compare ppx_sexp_conv))
(libraries pyrelib.ast pyrePath pyre core yojson))
(library
(name fetchSavedState)
(modules fetchSavedState)
(public_name pyrelib.fetchSavedState)
(preprocess
(pps ppx_deriving.eq ppx_deriving.show ppx_deriving_yojson ppx_hash
ppx_compare ppx_sexp_conv))
(libraries pyrelib.network pyrePath pyre core yojson))
(library
(name fetchSavedStateNew)
(modules fetchSavedStateNew)
(public_name pyrelib.fetchSavedStateNew)
(preprocess
(pps ppx_deriving.eq ppx_deriving.show ppx_deriving_yojson ppx_hash
ppx_compare ppx_sexp_conv))
(libraries core yojson pyrelib.lwtsubprocess pyrelib.path))
(library
(name specialCallResolution)
(modules specialCallResolution)
(public_name pyrelib.specialCallResolution)
(preprocess
(pps ppx_deriving.eq ppx_deriving.show ppx_deriving_yojson ppx_hash
ppx_compare ppx_sexp_conv))
(libraries pyrelib.analysis))
(library
(name lwtSubprocess)
(modules lwtSubprocess)
(public_name pyrelib.lwtsubprocess)
(preprocess
(pps ppx_deriving.eq ppx_deriving.show ppx_deriving_yojson ppx_hash
ppx_compare ppx_sexp_conv))
(libraries lwt lwt.unix))
(library
(name profiling)
(modules profiling)
(public_name pyrelib.profiling)
(preprocess
(pps ppx_deriving.eq ppx_deriving.show ppx_deriving_yojson ppx_hash
ppx_compare ppx_sexp_conv))
(libraries pyrelib.configuration pyrelib.timer pyrelib.file
ppx_deriving_yojson.runtime))
(library
(name statistics)
(modules statistics)
(public_name pyrelib.statistics)
(preprocess
(pps ppx_deriving.eq ppx_deriving.show ppx_deriving_yojson ppx_hash
ppx_compare ppx_sexp_conv))
(libraries pyrelib.configuration pyrelib.timer pyrelib.profiling yojson))
(library
(name pyrePath)
(public_name pyrelib.path)
(modules pyrePath)
(preprocess
(pps ppx_deriving.eq ppx_deriving.show ppx_deriving_yojson ppx_hash
ppx_compare ppx_sexp_conv))
(libraries core sexplib ppxlib ppx_deriving pyrelib.log))
(library
(name searchPath)
(public_name pyrelib.search_path)
(modules searchPath)
(preprocess
(pps ppx_deriving.eq ppx_deriving.show ppx_deriving_yojson ppx_hash
ppx_compare ppx_sexp_conv))
(libraries core sexplib ppxlib ppx_deriving pyrelib.log pyrelib.path))
(library
(name file)
(modules file)
(public_name pyrelib.file)
(preprocess
(pps ppx_deriving.eq ppx_deriving.show ppx_deriving_yojson ppx_hash
ppx_compare ppx_sexp_conv))
(libraries core sexplib ppxlib ppx_deriving hack_parallel
pyrelib.configuration pyrelib.pyre pyrelib.path pyrelib.search_path))
(library
(name pyre)
(public_name pyrelib.pyre)
(modules pyre)
(preprocess
(pps ppx_deriving.eq ppx_deriving.show ppx_deriving_yojson ppx_hash
ppx_compare ppx_sexp_conv))
(libraries core sexplib ppxlib ppx_deriving hack_parallel pyrelib.path))
(library
(name configuration)
(public_name pyrelib.configuration)
(modules configuration)
(preprocess
(pps ppx_deriving.eq ppx_deriving.show ppx_deriving_yojson ppx_hash
ppx_compare ppx_sexp_conv))
(libraries core ppx_deriving pyrelib.pyre pyrelib.path pyrelib.search_path))
(library
(name pyrelib)
(public_name pyrelib)
(modules ())
(preprocess
(pps ppx_deriving.eq ppx_deriving.show ppx_deriving_yojson ppx_hash
ppx_compare ppx_sexp_conv))
(libraries pyrelib.pyreParser pyrelib.analysis pyrelib.ast pyrelib.service
pyrelib.commands pyrelib.configuration pyrelib.pyre pyrelib.taint
pyrelib.deadStore pyrelib.timer pyrelib.path pyrelib.file pyrelib.version))
(tests
(names
decoratorsTest
fetchSavedStateTest
projectSpecificPreprocessingTest
specialCallResolutionTest)
(modules
decoratorsTest
fetchSavedStateTest
projectSpecificPreprocessingTest
specialCallResolutionTest)
(preprocess
(pps ppx_deriving.eq ppx_deriving.show ppx_deriving_yojson ppx_hash
ppx_compare ppx_sexp_conv))
(libraries pyrelib pyrelib.integrationTest pyrelib.fetchSavedState
pyrelib.projectSpecificPreprocessing oUnit test))
(executable
(name main)
(modules main)
(preprocess
(pps ppx_deriving.eq ppx_deriving.show ppx_deriving_yojson ppx_hash
ppx_compare ppx_sexp_conv))
(ocamlc_flags
(:standard -custom))
(libraries pyrelib))
(alias
(name DEFAULT)
(deps main.exe))
(install
(section bin)
(package pyrelib)
(files
(main.exe as pyrelib)))