mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-11-09 07:33:40 +01:00
12 lines
320 B
Plaintext
12 lines
320 B
Plaintext
|
; 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_gaussian_basis)
|
||
|
(public_name qcaml.gaussian_basis)
|
||
|
(libraries
|
||
|
str
|
||
|
qcaml.common
|
||
|
qcaml.particles
|
||
|
)
|
||
|
(synopsis "Gaussian basis sets."))
|