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