File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed
packages/mccs/mccs.1.1+16 Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: """\
3+ MCCS (which stands for Multi Criteria CUDF Solver) is a CUDF problem solver
4+ developed at UNS during the European MANCOOSI project"""
5+ maintainer: "Louis Gesbert <
[email protected] >"
6+ authors: [
7+ "Claude Michel <
[email protected] >"
8+ "Louis Gesbert <
[email protected] >"
9+ ]
10+ license: [
11+ "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
12+ "BSD-3-clause"
13+ "GPL-3.0-only"
14+ ]
15+ homepage: "https://www.i3s.unice.fr/~cpjm/misc/"
16+ bug-reports: "https://github.com/ocaml-opam/ocaml-mccs/issues"
17+ depends: [
18+ "ocaml"
19+ "dune" {>= "1.0"}
20+ "cudf" {>= "0.7"}
21+ ]
22+ build: [
23+ ["dune" "build" "-p" name "-j" jobs]
24+ ["sh" "-c" "dune build @settests --auto-promote || true"] {with-test}
25+ ["dune" "runtest" "-p" name "-j" jobs] {with-test}
26+ ]
27+ dev-repo: "git+https://github.com/ocaml-opam/ocaml-mccs.git"
28+ url {
29+ src:
30+ "https://github.com/ocaml-opam/ocaml-mccs/archive/refs/tags/1.1+16.tar.gz"
31+ checksum: [
32+ "md5=4446765f76586baee995c53c2701974b"
33+ "sha512=bd9fd542639a2b27026291c78f63a96b03c2feae1ae6ca8828962a991b075c851a0bdbf8fc1b9f8cbfd17f87a43d2dfc46b61e8d986dad878251140892ef4491"
34+ ]
35+ }
You can’t perform that action at this time.
0 commit comments