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: ["dune" "build" "-p" name] 12depends: [ 13 "ocaml" {< "4.10"} 14 "dune" {< "1.6.0" | (> "1.6.1" & < "2.0")} 15 "cudf" {>= "0.7"} 16 "conf-c++" {build} 17] 18synopsis: "Multi Criteria CUDF Solver with OCaml bindings" 19description: """ 20This is a stripped-down version of the mccs solver (written in C++), including 21OCaml bindings based on the cudf library, and the GLPK backend (in C). Note that 22it also includes some correction fixes, and a few changes not present in the 23upstream yet.""" 24url { 25 src: "https://github.com/AltGr/ocaml-mccs/archive/1.1+6.tar.gz" 26 checksum: [ 27 "sha256=12f93e288605037856ff91d79f4a60f7c91796e3a06750c07c281df0e55fdeee" 28 "md5=864333066431caf9ebe3a3e1dc4fb22e" 29 ] 30}