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: "BSD-3-Clause" 10dev-repo: "git+https://github.com/AltGr/ocaml-mccs.git" 11build: ["jbuilder" "build" "-p" name] 12depends: [ 13 "ocaml" {< "4.10"} 14 "jbuilder" {>= "1.0+beta7"} 15 "conf-glpk" 16 "cudf" {>= "0.7"} 17 "conf-c++" {build} 18] 19synopsis: "Multi Criteria CUDF Solver with OCaml bindings" 20description: """ 21This is a stripped-down version of the mccs solver (written in C++), including 22OCaml bindings based on the cudf library. Note that it includes some correctness 23fixes, and a few changes not present in the upstream yet.""" 24url { 25 src: "https://github.com/AltGr/ocaml-mccs/archive/1.1+2b.tar.gz" 26 checksum: [ 27 "sha256=d6ac650d3740accc51368d42713166c7d0fd9d0ff5025a4ef9a83618f8ab3ac2" 28 "md5=6d2feeb5763b1894a8b44997a04c8f25" 29 ] 30}