mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-11-07 06:33:39 +01:00
40 lines
932 B
Plaintext
40 lines
932 B
Plaintext
# 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."""
|
|
maintainer: ["Anthony Scemama <scemama@irsamc.ups-tlse.fr>"]
|
|
authors: ["Anthony Scemama <scemama@irsamc.ups-tlse.fr>"]
|
|
license: "LGPL-2.1-or-later"
|
|
homepage: "https://gitlab.com/scemama/qcaml"
|
|
doc: "https://gitlab.com/scemama/qcaml"
|
|
bug-reports: "https://gitlab.com/scemama/qcaml/issues"
|
|
depends: [
|
|
"ocaml" {>= "5.0"}
|
|
"dune" {>= "2.7" & >= "1.10"}
|
|
"camlp-streams" {>= "5.0"}
|
|
"trexio"
|
|
"lacaml"
|
|
"getopt"
|
|
"zarith"
|
|
"alcotest"
|
|
"domainslib"
|
|
"odoc" {with-doc}
|
|
]
|
|
build: [
|
|
["dune" "subst"] {dev}
|
|
[
|
|
"dune"
|
|
"build"
|
|
"-p"
|
|
name
|
|
"-j"
|
|
jobs
|
|
"@install"
|
|
"@runtest" {with-test}
|
|
"@doc" {with-doc}
|
|
]
|
|
]
|
|
dev-repo: "git+https://gitlab.com/scemama/qcaml.git"
|