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: ["jbuilder" "build" "-p" name] depends: [ "ocaml" {< "4.10"} "jbuilder" {>= "1.0+beta14"} "cudf" {>= "0.7"} "conf-c++" {build} ] synopsis: "Multi Criteria CUDF Solver with OCaml bindings" description: """ This is a stripped-down version of the mccs solver (written in C++), including OCaml bindings based on the cudf library, and the GLPK backend (in C). Note that it also includes some correction fixes, and a few changes not present in the upstream yet.""" url { src: "https://github.com/AltGr/ocaml-mccs/archive/1.1+3.tar.gz" checksum: [ "sha256=b5c0fdc4884f237b11f914c7b7268f9d559a51a3e7ab164558fb83bd0a8c7424" "md5=c4f1736e3c4a20a08e5eefefd4fa46cc" ] }