Skip to content

Commit

Permalink
Merge pull request #27236 from kit-ty-kate/opam-publish-mccs.1.1-19
Browse files Browse the repository at this point in the history
Package mccs.1.1+19
  • Loading branch information
raphael-proust authored Jan 9, 2025
2 parents f93eb7c + 283c15c commit 67e9405
Show file tree
Hide file tree
Showing 8 changed files with 53 additions and 10 deletions.
3 changes: 2 additions & 1 deletion packages/mccs/mccs.1.1+11/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ build: [
["dune" "runtest" "--profile=release"] {with-test & os != "freebsd" & os != "macos"}
]
depends: [
"ocaml"
"ocaml" {>= "4.02"}
"ocaml" {< "5.3" & os = "macos"}
"dune" {>= "1.0"}
"cudf" {>= "0.7"}
"conf-c++" {build}
Expand Down
3 changes: 2 additions & 1 deletion packages/mccs/mccs.1.1+12/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ build: [
["dune" "runtest" "-p" name "-j" jobs] {with-test & os != "freebsd" & os != "macos"}
]
depends: [
"ocaml"
"ocaml" {>= "4.02"}
"ocaml" {< "5.3" & os = "macos"}
"dune" {>= "1.0"}
"cudf" {>= "0.7"}
"conf-c++" {build}
Expand Down
3 changes: 2 additions & 1 deletion packages/mccs/mccs.1.1+13/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ build: [
["dune" "runtest" "-p" name "-j" jobs] {with-test & os != "freebsd" & os != "macos"}
]
depends: [
"ocaml"
"ocaml" {>= "4.02"}
"ocaml" {< "5.3" & os = "macos"}
"dune" {>= "1.0"}
"cudf" {>= "0.7"}
"conf-c++" {build}
Expand Down
3 changes: 2 additions & 1 deletion packages/mccs/mccs.1.1+14/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ build: [
["dune" "runtest" "-p" name "-j" jobs] {with-test & os != "freebsd" & os != "macos"}
]
depends: [
"ocaml"
"ocaml" {>= "4.02"}
"ocaml" {< "5.3" & os = "macos"}
"dune" {>= "1.0"}
"cudf" {>= "0.7"}
"conf-c++" {build}
Expand Down
5 changes: 3 additions & 2 deletions packages/mccs/mccs.1.1+16/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ license: [
homepage: "https://www.i3s.unice.fr/~cpjm/misc/"
bug-reports: "https://github.com/ocaml-opam/ocaml-mccs/issues"
depends: [
"ocaml"
"ocaml" {>= "4.02"}
"ocaml" {< "5.3" & os = "macos"}
"dune" {>= "1.0"}
"cudf" {>= "0.7"}
"conf-c++" {build}
Expand All @@ -34,4 +35,4 @@ url {
"md5=4446765f76586baee995c53c2701974b"
"sha512=bd9fd542639a2b27026291c78f63a96b03c2feae1ae6ca8828962a991b075c851a0bdbf8fc1b9f8cbfd17f87a43d2dfc46b61e8d986dad878251140892ef4491"
]
}
}
5 changes: 3 additions & 2 deletions packages/mccs/mccs.1.1+17/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ license: [
homepage: "https://www.i3s.unice.fr/~cpjm/misc/"
bug-reports: "https://github.com/ocaml-opam/ocaml-mccs/issues"
depends: [
"ocaml"
"ocaml" {>= "4.02"}
"ocaml" {< "5.3" & os = "macos"}
"dune" {>= "1.0"}
"cudf" {>= "0.7"}
"conf-c++" {build}
Expand All @@ -33,4 +34,4 @@ url {
"md5=844d99bc531e0713238fe4b6b8511ed1"
"sha512=2118a95bc4f20da469c13628a9dc3d193717789fb05242cfa38a3a195228a5376c6fa50e8369aa21be5e90e2bc5094a58e319d8fe75a63da925daa52024e8c40"
]
}
}
5 changes: 3 additions & 2 deletions packages/mccs/mccs.1.1+18/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ license: [
homepage: "https://www.i3s.unice.fr/~cpjm/misc/"
bug-reports: "https://github.com/ocaml-opam/ocaml-mccs/issues"
depends: [
"ocaml"
"ocaml" {>= "4.02"}
"ocaml" {< "5.3" & os = "macos"}
"dune" {>= "1.0"}
"cudf" {>= "0.7"}
"conf-c++" {build}
Expand All @@ -33,4 +34,4 @@ url {
"md5=3fd6f609a02f3357f57570750fcacde0"
"sha512=9b2c6c32a2851dca2e2089c39b2894930a9463a0d70b78172e851e338a2f9990573be981023e3eef65351c9cc12f955ad3dc26e3bf4b83525b9d79ee9dbb4a99"
]
}
}
36 changes: 36 additions & 0 deletions packages/mccs/mccs.1.1+19/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
opam-version: "2.0"
synopsis: """\
MCCS (which stands for Multi Criteria CUDF Solver) is a CUDF problem solver
developed at UNS during the European MANCOOSI project"""
maintainer: "Louis Gesbert <[email protected]>"
authors: [
"Claude Michel <[email protected]>"
"Louis Gesbert <[email protected]>"
]
license: [
"LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
"BSD-3-clause"
"GPL-3.0-only"
]
homepage: "https://www.i3s.unice.fr/~cpjm/misc/"
bug-reports: "https://github.com/ocaml-opam/ocaml-mccs/issues"
depends: [
"ocaml" {>= "4.02"}
"dune" {>= "1.0"}
"cudf" {>= "0.7"}
"conf-c++" {build}
]
build: [
["dune" "build" "-p" name "-j" jobs]
["sh" "-c" "dune build @settests --auto-promote || true"] {with-test}
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
dev-repo: "git+https://github.com/ocaml-opam/ocaml-mccs.git"
url {
src:
"https://github.com/ocaml-opam/ocaml-mccs/releases/download/1.1+19/mccs-1.1+19.tar.gz"
checksum: [
"md5=f852da188bf7de20e64be2fce0e48e0a"
"sha512=9b6ab739f85c163668573887cc9647cd8ef7fd0ad155a72819dbd4b6a243af4ba8b7e5678492f856d864471652ddcfaeed05da47b972a65ac1cd9e072ba88dc5"
]
}

0 comments on commit 67e9405

Please sign in to comment.