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 with OCaml linking exception, BSD-3-clause, GPL-3.0"
dev-repo: "git+https://github.com/AltGr/ocaml-mccs.git"
build: [
  ["dune" "build" "-p" name "-j" jobs]
  ["sh" "-c" "dune build @settests --auto-promote --profile=release || true"] {with-test}
  ["dune" "runtest" "--profile=release"] {with-test}
]
depends: [
  "ocaml"
  "dune" {>= "1.0"}
  "cudf" {>= "0.7"}
]
synopsis: "MCCS (which stands for Multi Criteria CUDF Solver) is a CUDF problem solver
developed at UNS during the European MANCOOSI project"
url {
  src: "https://github.com/AltGr/ocaml-mccs/archive/1.1+11.tar.gz"
  checksum: [
    "md5=9c0038d0e945f742b9320a662566288b"
    "sha512=095393ca63fb591a833a7a37117a80a2e817b437bbcd655301b376f749a3756c8aff26b2fcdebfc5f68b9c30d8971a7ba057f610117516e3e85a3fe7bd3906d0"
  ]
}
