2020-12-28 12:03:13 +01:00
|
|
|
|
2020-09-26 12:02:53 +02:00
|
|
|
(library
|
2020-10-09 09:47:57 +02:00
|
|
|
(name particles)
|
2020-09-26 12:02:53 +02:00
|
|
|
(public_name qcaml.particles)
|
2020-12-28 12:03:13 +01:00
|
|
|
(synopsis
|
2023-04-24 14:13:36 +02:00
|
|
|
"Information relative to particles (electrons and nuclei)"
|
2020-12-28 12:03:13 +01:00
|
|
|
)
|
2020-09-26 12:02:53 +02:00
|
|
|
(libraries
|
2023-04-24 14:13:36 +02:00
|
|
|
trexio
|
2020-12-28 12:03:13 +01:00
|
|
|
qcaml.common
|
|
|
|
)
|
|
|
|
(modules_without_implementation
|
|
|
|
xyz_ast
|
|
|
|
)
|
|
|
|
|
2020-09-26 12:02:53 +02:00
|
|
|
)
|
2020-12-28 12:03:13 +01:00
|
|
|
(ocamllex
|
|
|
|
(modules
|
|
|
|
nuclei_lexer
|
|
|
|
))
|
2020-09-26 12:02:53 +02:00
|
|
|
(ocamlyacc
|
2020-12-28 12:03:13 +01:00
|
|
|
(modules
|
|
|
|
xyz_parser
|
|
|
|
))
|