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

22 lines
252 B
Plaintext
Raw Normal View History

2020-12-26 01:47:55 +01:00
2020-12-28 12:03:13 +01:00
(library
2020-10-09 09:47:57 +02:00
(name common)
2020-09-26 12:02:53 +02:00
(public_name qcaml.common)
2020-12-28 12:03:13 +01:00
(synopsis
"Utility functions used by all the other directories."
)
2020-09-26 12:02:53 +02:00
(libraries
2020-12-28 12:03:13 +01:00
str
zarith
getopt
)
(c_names
util
)
(c_flags (:standard)
-Ofast -march=native -fPIC
)
2020-12-26 01:47:55 +01:00
)
2020-12-28 12:03:13 +01:00