10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-07-17 08:30:22 +02:00
QCaml/perturbation/lib/dune

11 lines
281 B
Plaintext
Raw Normal View History

2020-12-07 13:52:56 +01:00
; name = name of the supermodule that will wrap all source files as submodules
; public_name = name of the library for ocamlfind and opam
(library
(name perturbation)
(public_name qcaml.perturbation)
(libraries
qcaml.simulation
qcaml.mo
)
(synopsis "Perturbation theory."))