opam-version: "2.0"
maintainer: "Louis Gesbert <louis.gesbert@ocamlpro.com>"
authors: [
  "Claude Michel <claude.michel@unice.fr>"
  "Louis Gesbert <louis.gesbert@ocamlpro.com>"
]
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"]
dev-repo: "git+https://github.com/AltGr/ocaml-mccs.git"
build: ["dune" "build" "-p" name]
depends: [
  "ocaml" {< "4.10"}
  "dune" {< "1.6.0" | (> "1.6.1" & < "2.0")}
  "cudf" {>= "0.7"}
  "conf-g++" {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+5.tar.gz"
  checksum: "md5=8a569a8f31969805da236471f4c0811d"
}
