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 # Tests fail on these platforms without ocaml-opam/ocaml-mccs#50 in 1.1+17
27 ["sh" "-c" "dune build @settests --auto-promote || true"] {with-test & os != "freebsd" & os != "macos"}
28 ["dune" "runtest" "-p" name "-j" jobs] {with-test & os != "freebsd" & os != "macos"}
29]
30dev-repo: "git+https://github.com/ocaml-opam/ocaml-mccs.git"
31url {
32 src:
33 "https://github.com/ocaml-opam/ocaml-mccs/archive/refs/tags/1.1+16.tar.gz"
34 checksum: [
35 "md5=4446765f76586baee995c53c2701974b"
36 "sha512=bd9fd542639a2b27026291c78f63a96b03c2feae1ae6ca8828962a991b075c851a0bdbf8fc1b9f8cbfd17f87a43d2dfc46b61e8d986dad878251140892ef4491"
37 ]
38}