Skip to content

Commit e23f766

Browse files
authored
Merge pull request #24060 from rjbou/opam-publish-mccs.1.1-16
Package mccs.1.1+16
2 parents 00af1a1 + 4d59680 commit e23f766

File tree

1 file changed

+35
-0
lines changed
  • packages/mccs/mccs.1.1+16

1 file changed

+35
-0
lines changed

packages/mccs/mccs.1.1+16/opam

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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+
}

0 commit comments

Comments
 (0)