File tree Expand file tree Collapse file tree 8 files changed +53
-10
lines changed Expand file tree Collapse file tree 8 files changed +53
-10
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ build: [
15
15
["dune" "runtest" "--profile=release"] {with-test & os != "freebsd" & os != "macos"}
16
16
]
17
17
depends: [
18
- "ocaml"
18
+ "ocaml" {>= "4.02"}
19
+ "ocaml" {< "5.3" & os = "macos"}
19
20
"dune" {>= "1.0"}
20
21
"cudf" {>= "0.7"}
21
22
"conf-c++" {build}
Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ build: [
15
15
["dune" "runtest" "-p" name "-j" jobs] {with-test & os != "freebsd" & os != "macos"}
16
16
]
17
17
depends: [
18
- "ocaml"
18
+ "ocaml" {>= "4.02"}
19
+ "ocaml" {< "5.3" & os = "macos"}
19
20
"dune" {>= "1.0"}
20
21
"cudf" {>= "0.7"}
21
22
"conf-c++" {build}
Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ build: [
15
15
["dune" "runtest" "-p" name "-j" jobs] {with-test & os != "freebsd" & os != "macos"}
16
16
]
17
17
depends: [
18
- "ocaml"
18
+ "ocaml" {>= "4.02"}
19
+ "ocaml" {< "5.3" & os = "macos"}
19
20
"dune" {>= "1.0"}
20
21
"cudf" {>= "0.7"}
21
22
"conf-c++" {build}
Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ build: [
15
15
["dune" "runtest" "-p" name "-j" jobs] {with-test & os != "freebsd" & os != "macos"}
16
16
]
17
17
depends: [
18
- "ocaml"
18
+ "ocaml" {>= "4.02"}
19
+ "ocaml" {< "5.3" & os = "macos"}
19
20
"dune" {>= "1.0"}
20
21
"cudf" {>= "0.7"}
21
22
"conf-c++" {build}
Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ license: [
15
15
homepage: "https://www.i3s.unice.fr/~cpjm/misc/"
16
16
bug-reports: "https://github.com/ocaml-opam/ocaml-mccs/issues"
17
17
depends: [
18
- "ocaml"
18
+ "ocaml" {>= "4.02"}
19
+ "ocaml" {< "5.3" & os = "macos"}
19
20
"dune" {>= "1.0"}
20
21
"cudf" {>= "0.7"}
21
22
"conf-c++" {build}
34
35
"md5=4446765f76586baee995c53c2701974b"
35
36
"sha512=bd9fd542639a2b27026291c78f63a96b03c2feae1ae6ca8828962a991b075c851a0bdbf8fc1b9f8cbfd17f87a43d2dfc46b61e8d986dad878251140892ef4491"
36
37
]
37
- }
38
+ }
Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ license: [
15
15
homepage: "https://www.i3s.unice.fr/~cpjm/misc/"
16
16
bug-reports: "https://github.com/ocaml-opam/ocaml-mccs/issues"
17
17
depends: [
18
- "ocaml"
18
+ "ocaml" {>= "4.02"}
19
+ "ocaml" {< "5.3" & os = "macos"}
19
20
"dune" {>= "1.0"}
20
21
"cudf" {>= "0.7"}
21
22
"conf-c++" {build}
33
34
"md5=844d99bc531e0713238fe4b6b8511ed1"
34
35
"sha512=2118a95bc4f20da469c13628a9dc3d193717789fb05242cfa38a3a195228a5376c6fa50e8369aa21be5e90e2bc5094a58e319d8fe75a63da925daa52024e8c40"
35
36
]
36
- }
37
+ }
Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ license: [
15
15
homepage: "https://www.i3s.unice.fr/~cpjm/misc/"
16
16
bug-reports: "https://github.com/ocaml-opam/ocaml-mccs/issues"
17
17
depends: [
18
- "ocaml"
18
+ "ocaml" {>= "4.02"}
19
+ "ocaml" {< "5.3" & os = "macos"}
19
20
"dune" {>= "1.0"}
20
21
"cudf" {>= "0.7"}
21
22
"conf-c++" {build}
33
34
"md5=3fd6f609a02f3357f57570750fcacde0"
34
35
"sha512=9b2c6c32a2851dca2e2089c39b2894930a9463a0d70b78172e851e338a2f9990573be981023e3eef65351c9cc12f955ad3dc26e3bf4b83525b9d79ee9dbb4a99"
35
36
]
36
- }
37
+ }
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" {>= "4.02"}
19
+ "dune" {>= "1.0"}
20
+ "cudf" {>= "0.7"}
21
+ "conf-c++" {build}
22
+ ]
23
+ build: [
24
+ ["dune" "build" "-p" name "-j" jobs]
25
+ ["sh" "-c" "dune build @settests --auto-promote || true"] {with-test}
26
+ ["dune" "runtest" "-p" name "-j" jobs] {with-test}
27
+ ]
28
+ dev-repo: "git+https://github.com/ocaml-opam/ocaml-mccs.git"
29
+ url {
30
+ src:
31
+ "https://github.com/ocaml-opam/ocaml-mccs/releases/download/1.1+19/mccs-1.1+19.tar.gz"
32
+ checksum: [
33
+ "md5=f852da188bf7de20e64be2fce0e48e0a"
34
+ "sha512=9b6ab739f85c163668573887cc9647cd8ef7fd0ad155a72819dbd4b6a243af4ba8b7e5678492f856d864471652ddcfaeed05da47b972a65ac1cd9e072ba88dc5"
35
+ ]
36
+ }
You can’t perform that action at this time.
0 commit comments