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: "BSD-3-Clause" dev-repo: "git+https://github.com/AltGr/ocaml-mccs.git" build: ["jbuilder" "build" "-p" name] depends: [ "ocaml" {< "4.10"} "jbuilder" {>= "1.0+beta7"} "conf-glpk" "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. Note that it includes some correctness fixes, and a few changes not present in the upstream yet.""" url { src: "https://github.com/AltGr/ocaml-mccs/archive/1.1+2b.tar.gz" checksum: [ "sha256=d6ac650d3740accc51368d42713166c7d0fd9d0ff5025a4ef9a83618f8ab3ac2" "md5=6d2feeb5763b1894a8b44997a04c8f25" ] }