mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-11-06 22:23:42 +01:00
38 lines
749 B
Plaintext
38 lines
749 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))
|
|
str
|
|
lacaml
|
|
getopt
|
|
zarith
|
|
alcotest
|
|
)
|
|
)
|
|
|