standalone binary 1/n
[hiphop-php.git] / hphp / hack / src / stubs / dune
blob226e289319b9f9733ad279218de002e0b677a143
1 (library
2   (name ai_stubs)
3   (wrapped false)
4   (modules
5     ai
6     ai_init
7     ai_options)
8   (libraries
9     errors)
10   (preprocess
11     (pps lwt_ppx ppx_deriving.std)))
13 (library
14   (name artifact_store_stubs)
15   (wrapped false)
16   (modules
17     artifactStore)
18   (libraries
19     errors)
20   (preprocess
21     (pps lwt_ppx ppx_deriving.std)))
23 (library
24   (name build)
25   (wrapped false)
26   (modules
27     buildMain)
28   (preprocess
29     (pps lwt_ppx ppx_deriving.std)))
31 (library
32   (name rust_ffi_stubs)
33   (wrapped false)
34   (modules)
35   (preprocess
36     (pps lwt_ppx ppx_deriving.std)))
38 (library
39   (name linting_stubs)
40   (wrapped false)
41   (modules
42     linting_service)
43   (preprocess
44     (pps lwt_ppx ppx_deriving.std)))
46 (library
47   (name load_script_stubs)
48   (wrapped false)
49   (modules
50     load_script
51     loadScriptConfig
52     loadScriptUtils)
53   (preprocess
54     (pps lwt_ppx ppx_deriving.std)))
56 (library
57   (name messages_stubs)
58   (wrapped false)
59   (modules
60     clientMessages)
61   (preprocess
62     (pps lwt_ppx ppx_deriving.std)))
64 (library
65   (name vfs_stubs)
66   (wrapped false)
67   (modules
68     vfs)
69   (libraries
70     relative_path)
71   (preprocess
72     (pps lwt_ppx ppx_deriving.std)))
74 (library
75   (name typing_service_api_stubs)
76   (wrapped false)
77   (modules
78     typing_service_delegate)
79   (libraries
80     typing_service_api)
81   (preprocess
82     (pps lwt_ppx ppx_deriving.std)))
84 (library
85   (name remote_stubs)
86   (wrapped false)
87   (modules
88     remoteWorker)
89   (libraries
90     artifact_store_stubs
91     ci_util_stubs
92     errors
93     file_info
94     future
95     naming
96     relative_path
97     sys_utils)
98   (preprocess
99     (pps lwt_ppx ppx_deriving.std)))
101 (library
102   (name job_runner_stubs)
103     (wrapped false)
104   (modules
105     jobRunner
106     jobRunner_sig)
107   (libraries
108     (select jobRunner_sig.ml from (-> ../remote/jobRunner_sig.ml))
109     core_kernel
110     future
111     utils_core)
112   (preprocess
113     (pps lwt_ppx ppx_deriving.std)))
115 (library
116   (name state_loader_stubs)
117   (wrapped false)
118   (modules
119     state_loader
120     saved_state_loader
121     state_loader_futures
122     state_loader_lwt
123     xdb)
124   (libraries
125     artifact_store_stubs
126     hg
127     server_monitor)
128   (preprocess
129     (pps lwt_ppx ppx_deriving.std)))
131 (library
132   (name decl_ipc_ffi_externs)
133   (wrapped false)
134   (modules
135     decl_ipc_ffi_externs)
136   (preprocess
137     (pps lwt_ppx ppx_deriving.std)))
139 (library
140   (name experiments_config_file_stubs)
141   (wrapped false)
142   (modules
143     experiments_config_file)
144   (preprocess
145     (pps lwt_ppx ppx_deriving.std)))
147 (library
148   (name ci_util_stubs)
149   (wrapped false)
150   (modules
151     ci_util)
152   (libraries
153     future)
154   (preprocess
155     (pps lwt_ppx ppx_deriving.std)))
157 (library
158   (name glean_dependency_graph_stubs)
159   (wrapped false)
160   (modules
161     glean_dependency_graph)
162   (libraries
163     hh_json
164     collections)
165   (preprocess
166     (pps lwt_ppx ppx_deriving.std)))
168 (library
169   (name exec_command_stubs)
170   (wrapped false)
171   (modules exec_command)
172   (preprocess
173     (pps lwt_ppx ppx_deriving.std)))
175 (library
176   (name clowder_paste_stubs)
177   (wrapped false)
178   (modules clowder_paste)
179   (preprocess
180     (pps lwt_ppx ppx_deriving.std)))
182 (library
183   (name flytrap)
184   (wrapped false)
185   (modules flytrap)
186   (preprocess
187     (pps lwt_ppx ppx_deriving.std)))
189 (library
190   (name security_stubs)
191   (wrapped false)
192   (modules security)
193   (preprocess
194     (pps lwt_ppx ppx_deriving.std)))
196 (library
197   (name server_remote_utils_stubs)
198   (wrapped false)
199   (modules serverRemoteUtils)
200   (preprocess
201     (pps lwt_ppx ppx_deriving.std)))
203 (library
204   (name folly_stubs)
205   (wrapped false)
206   (modules folly)
207   (preprocess
208     (pps lwt_ppx ppx_deriving.std)))