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)
|
2023-06-16 18:27:23 +02:00
|
|
|
(synopsis
|
2020-12-28 12:03:13 +01:00
|
|
|
"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
|
2022-12-12 18:16:17 +01:00
|
|
|
camlp-streams
|
2023-06-16 18:27:23 +02:00
|
|
|
unix
|
2020-12-28 12:03:13 +01:00
|
|
|
)
|
2023-06-16 18:27:23 +02:00
|
|
|
|
2023-06-30 12:22:26 +02:00
|
|
|
(foreign_stubs
|
|
|
|
(language c)
|
|
|
|
(flags (:standard) -Ofast -mtune=native -fPIC)
|
|
|
|
(names util)
|
2020-12-28 12:03:13 +01:00
|
|
|
)
|
2020-12-26 01:47:55 +01:00
|
|
|
)
|
2020-12-28 12:03:13 +01:00
|
|
|
|