mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-11-07 14:43:41 +01:00
12 lines
302 B
Plaintext
12 lines
302 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 gaussian)
|
|
(public_name qcaml.gaussian)
|
|
(libraries
|
|
str
|
|
qcaml.common
|
|
qcaml.particles
|
|
)
|
|
(synopsis "Gaussian basis sets."))
|