mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-11-18 20:12:26 +01:00
.. | ||
lib | ||
test | ||
angular_momentum.org | ||
bitstring.org | ||
charge.org | ||
command_line.org | ||
README.org |
Common
This directory contains many utility functions used by all the other directories.
Dune files
Headers
(library
(library
Library
General information
(name common)
(public_name qcaml.common)
(synopsis "General utilities used in all QCaml libraries.")
(name test_common)
(synopsis "Test for common library")
Dependencies
(libraries
str
zarith
getopt
)
(libraries
alcotest
qcaml.common
)
Extra C files
The math_functions
file contains small C snippets to add missing
functionalities to OCaml, such as support for the popcnt
instruction.
(c_names
math_functions
)
(c_flags (:standard)
-Ofast -march=native -fPIC
)
Footers
)
)