2023-06-30 12:22:26 +02:00
|
|
|
(lang dune 2.7)
|
2020-09-26 12:02:53 +02:00
|
|
|
(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
|
2023-06-16 18:27:23 +02:00
|
|
|
(ocaml (>= 5.0))
|
2020-09-26 12:02:53 +02:00
|
|
|
(dune (>= 1.10))
|
2022-12-12 18:16:17 +01:00
|
|
|
(camlp-streams (>= 5.0))
|
2023-02-24 17:16:39 +01:00
|
|
|
trexio
|
2020-09-26 12:02:53 +02:00
|
|
|
lacaml
|
|
|
|
getopt
|
|
|
|
zarith
|
|
|
|
alcotest
|
2023-06-16 18:27:23 +02:00
|
|
|
domainslib
|
2023-06-30 12:22:26 +02:00
|
|
|
(landmarks-ppx (and :dev (>= 1.4)))
|
2020-09-26 12:02:53 +02:00
|
|
|
)
|
|
|
|
)
|
|
|
|
|