mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-11-18 12:03:40 +01:00
24 lines
296 B
Plaintext
24 lines
296 B
Plaintext
|
|
(library
|
|
(name particles)
|
|
(public_name qcaml.particles)
|
|
(synopsis
|
|
"Information relative to particles (electrons and nuclei)."
|
|
)
|
|
(libraries
|
|
qcaml.common
|
|
)
|
|
(modules_without_implementation
|
|
xyz_ast
|
|
)
|
|
|
|
)
|
|
(ocamllex
|
|
(modules
|
|
nuclei_lexer
|
|
))
|
|
(ocamlyacc
|
|
(modules
|
|
xyz_parser
|
|
))
|