10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-08-07 21:10:10 +02:00
QCaml/common/lib/dune
2022-12-13 10:55:47 +01:00

23 lines
268 B
Plaintext

(library
(name common)
(public_name qcaml.common)
(synopsis
"Utility functions used by all the other directories."
)
(libraries
str
zarith
getopt
camlp-streams
)
(c_names
util
)
(c_flags (:standard)
-Ofast -mtune=native -fPIC
)
)