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-or-later WITH OCaml-LGPL-linking-exception" "BSD-3-Clause" "GPL-3.0-or-later"]
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 --profile=release || true"] {with-test & os != "freebsd" & os != "macos"}
15 ["dune" "runtest" "--profile=release"] {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+11.tar.gz"
28 checksum: [
29 "md5=9c0038d0e945f742b9320a662566288b"
30 "sha512=095393ca63fb591a833a7a37117a80a2e817b437bbcd655301b376f749a3756c8aff26b2fcdebfc5f68b9c30d8971a7ba057f610117516e3e85a3fe7bd3906d0"
31 ]
32}