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

39 lines
781 B
Plaintext

(lang dune 1.10)
(name qcaml)
(generate_opam_files true)
(source (uri "git+https://gitlab.com/scemama/qcaml.git"))
(bug_reports "https://gitlab.com/scemama/qcaml/issues")
(homepage "https://gitlab.com/scemama/qcaml")
(documentation "https://gitlab.com/scemama/qcaml")
(license "LGPL-2.1+ with OCaml linking exception")
(maintainers
"Anthony Scemama <scemama@irsamc.ups-tlse.fr>"
)
(authors
"Anthony Scemama <scemama@irsamc.ups-tlse.fr>"
)
(package
(name qcaml)
(synopsis "QCaml - Quantum chemistry with OCaml")
(description "\
QCaml provides a programming framewrok work wave function methods
in quantum chemistry.")
(depends
(ocaml (>= 4.10))
(dune (>= 1.10))
(camlp-streams (>= 5.0))
trexio
lacaml
getopt
zarith
alcotest
)
)