10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-06-25 22:52:06 +02:00
QCaml/qcaml.opam

41 lines
988 B
Plaintext
Raw Normal View History

2021-02-12 09:20:42 +01:00
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "QCaml - Quantum chemistry with OCaml"
description: """
QCaml provides a programming framewrok work wave function methods
in quantum chemistry."""
2023-06-30 12:22:26 +02:00
maintainer: ["Anthony Scemama <scemama@irsamc.ups-tlse.fr>"]
authors: ["Anthony Scemama <scemama@irsamc.ups-tlse.fr>"]
license: "LGPL-2.1+ with OCaml linking exception"
homepage: "https://gitlab.com/scemama/qcaml"
doc: "https://gitlab.com/scemama/qcaml"
bug-reports: "https://gitlab.com/scemama/qcaml/issues"
2021-02-12 09:20:42 +01:00
depends: [
2023-06-16 18:27:23 +02:00
"ocaml" {>= "5.0"}
2023-06-30 12:22:26 +02:00
"dune" {>= "2.7" & >= "1.10"}
2022-12-12 18:16:17 +01:00
"camlp-streams" {>= "5.0"}
2023-02-24 17:16:39 +01:00
"trexio"
2021-02-12 09:20:42 +01:00
"lacaml"
"getopt"
"zarith"
"alcotest"
2023-06-16 18:27:23 +02:00
"domainslib"
2023-06-30 12:22:26 +02:00
"landmarks-ppx" {dev & >= "1.4"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
2021-02-12 09:20:42 +01:00
]
2023-06-30 12:22:26 +02:00
dev-repo: "git+https://gitlab.com/scemama/qcaml.git"