this repo has no description

Merge pull request #18213 from AltGr/opam-publish-mccs.1.1-12

Package mccs.1.1+12

Kate e766f63b fdb8e003

Changed files
+29
packages
mccs
mccs.1.1+12
+29
packages/mccs/mccs.1.1+12/opam
···
+
opam-version: "2.0"
+
maintainer: "Louis Gesbert <louis.gesbert@ocamlpro.com>"
+
authors: [
+
"Claude Michel <claude.michel@unice.fr>"
+
"Louis Gesbert <louis.gesbert@ocamlpro.com>"
+
]
+
homepage: "http://www.i3s.unice.fr/~cpjm/misc/"
+
bug-reports: "https://github.com/AltGr/ocaml-mccs/issues"
+
license: ["LGPL-2.1-only with OCaml-LGPL-linking-exception" "BSD-3-clause" "GPL-3.0-only"]
+
dev-repo: "git+https://github.com/AltGr/ocaml-mccs.git"
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
["sh" "-c" "dune build --profile=release @settests --auto-promote || true"] {with-test}
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
]
+
depends: [
+
"ocaml"
+
"dune" {>= "1.0"}
+
"cudf" {>= "0.7"}
+
]
+
synopsis: "MCCS (which stands for Multi Criteria CUDF Solver) is a CUDF problem solver
+
developed at UNS during the European MANCOOSI project"
+
url {
+
src: "https://github.com/AltGr/ocaml-mccs/archive/1.1+12.tar.gz"
+
checksum: [
+
"md5=7086eefb41e631a63e26b23577cef582"
+
"sha512=8ff322729fc0e6e0152320062e8e6f00c423f38ac3df9ced41cd51af83a8f5ec433c8c0c714ddab1659e81959e74b3442261e40785b5bc8cacee2b8c23e80b5b"
+
]
+
}