10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-07-05 02:45:50 +02:00
QCaml/qcaml/lib/dune

18 lines
418 B
Plaintext
Raw Normal View History

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