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

25 lines
304 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
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
))