10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-06-30 00:44:18 +02:00
QCaml/ao/lib/dune

14 lines
348 B
Plaintext
Raw Normal View History

2020-10-02 23:35:56 +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
2020-10-09 09:47:57 +02:00
(name ao)
2020-10-09 09:38:52 +02:00
(public_name qcaml.ao)
2020-10-02 23:35:56 +02:00
(libraries
qcaml.common
2020-10-03 00:54:17 +02:00
qcaml.particles
2020-10-10 10:59:09 +02:00
qcaml.gaussian
2020-10-02 23:35:56 +02:00
qcaml.gaussian_integrals
qcaml.operators
)
(synopsis "Atomic basis set."))