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 --profile=release @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+12.tar.gz" 28 checksum: [ 29 "md5=7086eefb41e631a63e26b23577cef582" 30 "sha512=8ff322729fc0e6e0152320062e8e6f00c423f38ac3df9ced41cd51af83a8f5ec433c8c0c714ddab1659e81959e74b3442261e40785b5bc8cacee2b8c23e80b5b" 31 ] 32}