(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 ) )