mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-11-07 06:33:39 +01:00
10 lines
250 B
Plaintext
10 lines
250 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 mo)
|
||
|
(public_name qcaml.mo)
|
||
|
(libraries
|
||
|
qcaml.simulation
|
||
|
)
|
||
|
(synopsis "Molecular orbitals."))
|