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

24 lines
296 B
Plaintext
Raw Normal View History

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
"Information relative to particles (electrons and nuclei)."
)
2020-09-26 12:02:53 +02:00
(libraries
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
))