-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdune
More file actions
38 lines (36 loc) · 781 Bytes
/
dune
File metadata and controls
38 lines (36 loc) · 781 Bytes
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
(subdir
node_modules
(dirs reason-react-native reason-react)
(subdir
reason-react-native/src
(include_subdirs unqualified)
(library
(name reactNative)
(modes melange)
(preprocess
(pps melange.ppx reactjs-jsx-ppx))
(libraries reason_react)))
(subdir
reason-react/src
(include_subdirs unqualified)
(library
(name reason_react)
(modes melange)
(preprocess
(pps melange.ppx reactjs-jsx-ppx))
(wrapped false)
(flags :standard -w -9-20-27))))
(subdir
src
(library
; (public_name reason-react-navigation)
(name reactNavigation)
(modes melange)
(wrapped false)
(preprocess
(pps melange.ppx reactjs-jsx-ppx))
(libraries reactNative)))
(melange.emit
(target foo)
(alias melol)
(libraries reactNative reactNavigation))