this repo has no description

Merge pull request #26385 from kit-ty-kate/opam-publish-mccs.1.1-18

Package mccs.1.1+18

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