mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-12-23 12:53:46 +01:00
23 lines
293 B
Plaintext
23 lines
293 B
Plaintext
|
|
(library
|
|
(name common)
|
|
(public_name qcaml.common)
|
|
(synopsis
|
|
"Utility functions used by all the other directories."
|
|
)
|
|
(libraries
|
|
str
|
|
zarith
|
|
getopt
|
|
camlp-streams
|
|
unix
|
|
)
|
|
|
|
(foreign_stubs
|
|
(language c)
|
|
(flags (:standard) -Ofast -mtune=native -fPIC)
|
|
(names util)
|
|
)
|
|
)
|
|
|