-
Notifications
You must be signed in to change notification settings - Fork 86
/
Copy pathdune
52 lines (51 loc) · 906 Bytes
/
dune
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
(include_subdirs unqualified)
(library
(name flambda2_from_lambda)
(wrapped true)
(instrumentation (backend bisect_ppx))
(flags
(:standard
-principal
-open
Flambda2_algorithms
-open
Flambda2_bound_identifiers
-open
Flambda2_cmx
-open
Flambda2_identifiers
-open
Flambda2_kinds
-open
Flambda2_lattices
-open
Flambda2_nominal
-open
Flambda2_numbers
-open
Flambda2_term_basics
-open
Flambda2_classic_mode_types
-open
Flambda2_terms
-open
Flambda2_ui
-open
Flambda2_simplify_shared))
(ocamlopt_flags
(:standard -O3))
(libraries
ocamlcommon
flambda2_algorithms
flambda2_bound_identifiers
flambda2_cmx
flambda2_identifiers
flambda2_kinds
flambda2_lattices
flambda2_nominal
flambda2_numbers
flambda2_term_basics
flambda2_classic_mode_types
flambda2_terms
flambda2_ui
flambda2_simplify_shared))