10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-10-19 22:41:37 +02:00
QCaml/gaussian_basis/lib/dune

12 lines
314 B
Plaintext
Raw Normal View History

2020-09-26 12:02:53 +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 gaussian_basis)
2020-09-26 12:02:53 +02:00
(public_name qcaml.gaussian_basis)
(libraries
str
qcaml.common
qcaml.particles
)
(synopsis "Gaussian basis sets."))