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: [ 12 ["dune" "build" "-p" name] 13 # Tests fail on these platforms without ocaml-opam/ocaml-mccs#50 in 1.1+17 14 ["sh" "-c" "dune build @settests --auto-promote || true"] {with-test & os != "freebsd" & os != "macos"} 15 ["dune" "runtest"] {with-test & os != "freebsd" & os != "macos"} 16] 17depends: [ 18 "ocaml" {< "4.10"} 19 "dune" {< "1.6.0" | (> "1.6.1" & < "2.0")} 20 "cudf" {>= "0.7"} 21 "conf-c++" {build} 22] 23synopsis: "Multi Criteria CUDF Solver with OCaml bindings" 24description: """ 25This is a stripped-down version of the mccs solver (written in C++), including 26OCaml bindings based on the cudf library, and the GLPK backend (in C). Note that 27it also includes some correction fixes, and a few changes not present in the 28upstream yet.""" 29url { 30 src: "https://github.com/AltGr/ocaml-mccs/archive/1.1+8.tar.gz" 31 checksum: [ 32 "sha256=445d95a9b79cfe3bf04f8ca4be641c1c02ff7d50b57ae473a5c3b1ecfa765b75" 33 "md5=987c4970715713f21e6c79b4f3cba430" 34 ] 35}