blob: 158b58a128ba0fcc3c7eeef4bca7b035c16d852a (
plain)
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
|
(include_subdirs unqualified)
(library
(name shared)
(flags :standard -w -26-27) ; browser_only removes code form the server, making this warning necessary
(libraries
server-reason-react.react
server-reason-react.reactDom
server-reason-react.js
server-reason-react.belt
server-reason-react.dom
server-reason-react.webapi
server-reason-react.url_native
melange-fetch
yojson
unix
dream
lwt
lwt.unix)
(wrapped false)
(preprocess
(pps
lwt_ppx
server-reason-react.melange_ppx
server-reason-react.ppx
server-reason-react.browser_ppx
melange-json-native.ppx)))
|