mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-12-22 12:23:31 +01:00
25 lines
304 B
Plaintext
25 lines
304 B
Plaintext
|
|
(library
|
|
(name particles)
|
|
(public_name qcaml.particles)
|
|
(synopsis
|
|
"Information relative to particles (electrons and nuclei)"
|
|
)
|
|
(libraries
|
|
trexio
|
|
qcaml.common
|
|
)
|
|
(modules_without_implementation
|
|
xyz_ast
|
|
)
|
|
|
|
)
|
|
(ocamllex
|
|
(modules
|
|
nuclei_lexer
|
|
))
|
|
(ocamlyacc
|
|
(modules
|
|
xyz_parser
|
|
))
|