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+13.tar.gz" 28 checksum: [ 29 "md5=13504d3b5dcbf0bdc6d95a62de20af4a" 30 "sha512=2c2bc3c0e82b53a0e20c2542704eba8e3a2a1884f31b1a0a0079dd22fc02be8a8a62e582bdbf501339be0e9d6824872d737087e0fe150073b29b374505de073d" 31 ] 32}