this repo has no description
1opam-version: "2.0"
2synopsis: """\
3MCCS (which stands for Multi Criteria CUDF Solver) is a CUDF problem solver
4developed at UNS during the European MANCOOSI project"""
5maintainer: "Louis Gesbert <louis.gesbert@ocamlpro.com>"
6authors: [
7 "Claude Michel <claude.michel@unice.fr>"
8 "Louis Gesbert <louis.gesbert@ocamlpro.com>"
9]
10license: [
11 "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
12 "BSD-3-clause"
13 "GPL-3.0-only"
14]
15homepage: "https://www.i3s.unice.fr/~cpjm/misc/"
16bug-reports: "https://github.com/ocaml-opam/ocaml-mccs/issues"
17depends: [
18 "ocaml" {>= "4.02"}
19 "ocaml" {< "5.3" & os = "macos"}
20 "dune" {>= "1.0"}
21 "cudf" {>= "0.7"}
22 "conf-c++" {build}
23]
24build: [
25 ["dune" "build" "-p" name "-j" jobs]
26 ["sh" "-c" "dune build @settests --auto-promote || true"] {with-test}
27 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
28]
29dev-repo: "git+https://github.com/ocaml-opam/ocaml-mccs.git"
30url {
31 src:
32 "https://github.com/ocaml-opam/ocaml-mccs/releases/download/1.1+18/mccs-1.1+18.tar.gz"
33 checksum: [
34 "md5=3fd6f609a02f3357f57570750fcacde0"
35 "sha512=9b2c6c32a2851dca2e2089c39b2894930a9463a0d70b78172e851e338a2f9990573be981023e3eef65351c9cc12f955ad3dc26e3bf4b83525b9d79ee9dbb4a99"
36 ]
37}