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/archive/refs/tags/1.1+17.tar.gz"
33 checksum: [
34 "md5=844d99bc531e0713238fe4b6b8511ed1"
35 "sha512=2118a95bc4f20da469c13628a9dc3d193717789fb05242cfa38a3a195228a5376c6fa50e8369aa21be5e90e2bc5094a58e319d8fe75a63da925daa52024e8c40"
36 ]
37}