2020-10-09 10:02:18 +02:00
|
|
|
; name = name of the supermodule that will wrap all source files as submodules
|
|
|
|
; public_name = name of the library for ocamlfind and opam
|
|
|
|
(library
|
|
|
|
(name qcaml)
|
|
|
|
(public_name qcaml)
|
|
|
|
(libraries
|
2020-10-26 11:33:51 +01:00
|
|
|
qcaml.ao
|
2020-10-09 10:02:18 +02:00
|
|
|
qcaml.common
|
2020-10-10 10:59:09 +02:00
|
|
|
qcaml.gaussian
|
2020-10-09 10:02:18 +02:00
|
|
|
qcaml.gaussian_integrals
|
2020-10-26 11:33:51 +01:00
|
|
|
qcaml.mo
|
2020-10-09 10:02:18 +02:00
|
|
|
qcaml.operators
|
2020-10-26 11:33:51 +01:00
|
|
|
qcaml.particles
|
2020-12-07 13:52:56 +01:00
|
|
|
qcaml.perturbation
|
2020-10-26 11:33:51 +01:00
|
|
|
qcaml.simulation
|
2020-10-09 10:02:18 +02:00
|
|
|
)
|
|
|
|
(synopsis "Main QCaml entry point"))
|