opam-version: "2.0" maintainer: "Louis Gesbert " authors: [ "Claude Michel " "Louis Gesbert " ] homepage: "http://www.i3s.unice.fr/~cpjm/misc/" bug-reports: "https://github.com/AltGr/ocaml-mccs/issues" license: ["LGPL-2.1-only WITH OCaml-LGPL-linking-exception" "BSD-3-clause" "GPL-3.0-only"] dev-repo: "git+https://github.com/AltGr/ocaml-mccs.git" build: [ ["dune" "build" "-p" name "-j" jobs] # Tests fail on these platforms without ocaml-opam/ocaml-mccs#50 in 1.1+17 ["sh" "-c" "dune build @settests --auto-promote || true"] {with-test & os != "freebsd" & os != "macos"} ["dune" "runtest" "-p" name "-j" jobs] {with-test & os != "freebsd" & os != "macos"} ] depends: [ "ocaml" {>= "4.02"} "ocaml" {< "5.3" & os = "macos"} "dune" {>= "1.0"} "cudf" {>= "0.7"} "conf-c++" {build} ] synopsis: "MCCS (which stands for Multi Criteria CUDF Solver) is a CUDF problem solver developed at UNS during the European MANCOOSI project" url { src: "https://github.com/AltGr/ocaml-mccs/archive/1.1+13.tar.gz" checksum: [ "md5=13504d3b5dcbf0bdc6d95a62de20af4a" "sha512=2c2bc3c0e82b53a0e20c2542704eba8e3a2a1884f31b1a0a0079dd22fc02be8a8a62e582bdbf501339be0e9d6824872d737087e0fe150073b29b374505de073d" ] }