10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-06-02 03:15:19 +02:00
QCaml/particles/lib/dune

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