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] 7license: ["LGPL-2.1-only WITH OCaml-LGPL-linking-exception" "BSD-3-Clause" "GPL-3.0-only"] 8synopsis: "Multi Criteria CUDF Solver with OCaml bindings" 9homepage: "http://www.i3s.unice.fr/~cpjm/misc/" 10bug-reports: "https://github.com/AltGr/ocaml-mccs/issues" 11depends: [ 12 "ocaml" {< "4.10"} 13 "dune" {< "1.6.0" | (> "1.6.1" & < "2.0")} 14 "cudf" {>= "0.7"} 15 "conf-c++" {build} 16] 17build: [ 18 ["dune" "build" "-p" name] 19 # Tests fail on these platforms without ocaml-opam/ocaml-mccs#50 in 1.1+17 20 ["sh" "-c" "dune build @settests --auto-promote || true"] {with-test & os != "freebsd" & os != "macos"} 21 ["dune" "runtest"] {with-test & os != "freebsd" & os != "macos"} 22] 23dev-repo: "git+https://github.com/AltGr/ocaml-mccs.git" 24url { 25 src: "https://github.com/AltGr/ocaml-mccs/archive/1.1+9.tar.gz" 26 checksum: [ 27 "md5=95aabb806fe6cbfab92a98b2a88d79c3" 28 "sha512=f3327290ace029f2a17e4270d1395238d9adad183f7ea2027efea0b68205b0ace52645556d4e079d6f49ebd943808e2b68c78f00914eb2d557bf18e782376650" 29 ] 30}