aboutsummaryrefslogtreecommitdiffstats
path: root/lib/extraction/dune
diff options
context:
space:
mode:
Diffstat (limited to 'lib/extraction/dune')
-rw-r--r--lib/extraction/dune56
1 files changed, 56 insertions, 0 deletions
diff --git a/lib/extraction/dune b/lib/extraction/dune
new file mode 100644
index 0000000..b56caf9
--- /dev/null
+++ b/lib/extraction/dune
@@ -0,0 +1,56 @@
1(coq.extraction
2 (prelude prelude)
3 (extracted_modules
4 Ascii
5 BinInt
6 Bits
7 Decimal
8 prelude
9 gmap
10 Nat
11 PeanoNat
12 SpecFloat
13 ZArith_dec
14 base
15 BinNat
16 Bool
17 DecimalString
18 interp
19 numbers
20 pretty
21 Specif
22 Zbool
23 Basics
24 BinNums
25 countable
26 list0
27 operational
28 res
29 String
30 Zpower
31 Binary
32 BinPosDef
33 Datatypes
34 fin_maps
35 List
36 option
37 Round
38 strings
39 BinarySingleNaN
40 BinPos
41 decidable
42 floats
43 mapset
44 orders
45 sorting
46 utils)
47 (flags
48 (-output-directory "."))
49 (theories Flocq stdpp mininix))
50
51(library
52 (name extraction)
53 (flags
54 (:standard -w -33))
55 (instrumentation
56 (backend bisect_ppx)))