(lang dune 2.7) (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 " ) (authors "Anthony Scemama " ) (package (name qcaml) (synopsis "QCaml - Quantum chemistry with OCaml") (description "\ QCaml provides a programming framewrok work wave function methods in quantum chemistry.") (depends (ocaml (>= 5.0)) (dune (>= 1.10)) (camlp-streams (>= 5.0)) trexio lacaml getopt zarith alcotest domainslib (landmarks-ppx (and :dev (>= 1.4))) ) )