10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-06-22 05:02:08 +02:00
QCaml/common/lib/dune

21 lines
263 B
Plaintext

(library
(name common)
(public_name qcaml.common)
(synopsis "General utilities used in all QCaml libraries.")
(libraries
str
zarith
getopt
)
(c_names
math_functions
)
(c_flags (:standard)
-Ofast -march=native -fPIC
)
)