10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-07-18 17:03:26 +02:00
QCaml/particles/lib/dune

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
))