this repo has no description

Merge pull request #19829 from hannesm/conf-c++

add conf-c++ package that looks for a C++ compiler

Changed files
+33 -11
packages
conf-c++
conf-c++.1.0
mccs
mccs.1.1+10
mccs.1.1+11
mccs.1.1+12
mccs.1.1+13
mccs.1.1+2
mccs.1.1+3
mccs.1.1+4
mccs.1.1+5
mccs.1.1+6
mccs.1.1+8
mccs.1.1+9
+19
packages/conf-c++/conf-c++.1.0/opam
···
+
opam-version: "2.0"
+
maintainer: "https://github.com/ocaml/opam-repository/issues"
+
authors: "C++ compiler developers"
+
homepage: "https://github.com/ocaml/opam-repository"
+
bug-reports: "https://github.com/ocaml/opam-repository/issues"
+
license: "GPL-2.0-or-later"
+
build: ["c++" "--version"]
+
depexts: [
+
["gcc-c++"] {os-distribution = "centos"}
+
["gcc-c++"] {os-distribution = "fedora"}
+
["gcc-c++"] {os-family = "suse"}
+
["g++"] {os-family = "debian"}
+
["gcc"] {os-distribution = "nixos"}
+
["gcc"] {os-distribution = "arch"}
+
]
+
synopsis: "Virtual package relying on the c++ compiler"
+
description:
+
"This package can only install if the c++ compiler is installed on the system."
+
flags: conf
+1 -1
packages/mccs/mccs.1.1+10/opam
···
"ocaml" {< "4.10"}
"dune" {>= "1.0" & (< "1.6.0" | > "1.6.1")}
"cudf" {>= "0.7"}
-
"conf-g++" {build}
+
"conf-c++" {build}
]
synopsis: "MCCS (which stands for Multi Criteria CUDF Solver) is a CUDF problem solver
developed at UNS during the European MANCOOSI project"
+2 -1
packages/mccs/mccs.1.1+11/opam
···
]
homepage: "http://www.i3s.unice.fr/~cpjm/misc/"
bug-reports: "https://github.com/AltGr/ocaml-mccs/issues"
-
license: "LGPL-2.1 with OCaml linking exception, BSD-3-clause, GPL-3.0"
+
license: ["LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" "BSD-3-Clause" "GPL-3.0-or-later"]
dev-repo: "git+https://github.com/AltGr/ocaml-mccs.git"
build: [
["dune" "build" "-p" name "-j" jobs]
···
"ocaml"
"dune" {>= "1.0"}
"cudf" {>= "0.7"}
+
"conf-c++" {build}
]
synopsis: "MCCS (which stands for Multi Criteria CUDF Solver) is a CUDF problem solver
developed at UNS during the European MANCOOSI project"
+1
packages/mccs/mccs.1.1+12/opam
···
"ocaml"
"dune" {>= "1.0"}
"cudf" {>= "0.7"}
+
"conf-c++" {build}
]
synopsis: "MCCS (which stands for Multi Criteria CUDF Solver) is a CUDF problem solver
developed at UNS during the European MANCOOSI project"
+1 -1
packages/mccs/mccs.1.1+13/opam
···
"ocaml"
"dune" {>= "1.0"}
"cudf" {>= "0.7"}
-
"conf-g++"
+
"conf-c++" {build}
]
synopsis: "MCCS (which stands for Multi Criteria CUDF Solver) is a CUDF problem solver
developed at UNS during the European MANCOOSI project"
+2 -2
packages/mccs/mccs.1.1+2/opam
···
build: ["jbuilder" "build" "-p" name]
depends: [
"ocaml" {< "4.10"}
-
"jbuilder"
+
"jbuilder" {>= "1.0+beta7"}
"conf-glpk"
"cudf" {>= "0.7"}
-
"conf-g++" {build}
+
"conf-c++" {build}
]
synopsis: "Multi Criteria CUDF Solver with OCaml bindings"
description: """
+1 -1
packages/mccs/mccs.1.1+3/opam
···
"ocaml" {< "4.10"}
"jbuilder" {>= "1.0+beta14"}
"cudf" {>= "0.7"}
-
"conf-g++" {build}
+
"conf-c++" {build}
]
synopsis: "Multi Criteria CUDF Solver with OCaml bindings"
description: """
+1 -1
packages/mccs/mccs.1.1+4/opam
···
"ocaml" {< "4.10"}
"jbuilder" {>= "1.0+beta14"}
"cudf" {>= "0.7"}
-
"conf-g++" {build}
+
"conf-c++" {build}
]
synopsis: "Multi Criteria CUDF Solver with OCaml bindings"
description: """
+1 -1
packages/mccs/mccs.1.1+5/opam
···
"ocaml" {< "4.10"}
"dune" {< "1.6.0" | (> "1.6.1" & < "2.0")}
"cudf" {>= "0.7"}
-
"conf-g++" {build}
+
"conf-c++" {build}
]
synopsis: "Multi Criteria CUDF Solver with OCaml bindings"
description: """
+1 -1
packages/mccs/mccs.1.1+6/opam
···
"ocaml" {< "4.10"}
"dune" {< "1.6.0" | (> "1.6.1" & < "2.0")}
"cudf" {>= "0.7"}
-
"conf-g++" {build}
+
"conf-c++" {build}
]
synopsis: "Multi Criteria CUDF Solver with OCaml bindings"
description: """
+1 -1
packages/mccs/mccs.1.1+8/opam
···
"ocaml" {< "4.10"}
"dune" {< "1.6.0" | (> "1.6.1" & < "2.0")}
"cudf" {>= "0.7"}
-
"conf-g++" {build}
+
"conf-c++" {build}
]
synopsis: "Multi Criteria CUDF Solver with OCaml bindings"
description: """
+2 -1
packages/mccs/mccs.1.1+9/opam
···
"Louis Gesbert <louis.gesbert@ocamlpro.com>"
]
license: ["LGPL-2.1-only WITH OCaml-LGPL-linking-exception" "BSD-3-Clause" "GPL-3.0-only"]
+
synopsis: "Multi Criteria CUDF Solver with OCaml bindings"
homepage: "http://www.i3s.unice.fr/~cpjm/misc/"
bug-reports: "https://github.com/AltGr/ocaml-mccs/issues"
depends: [
"ocaml" {< "4.10"}
"dune" {< "1.6.0" | (> "1.6.1" & < "2.0")}
"cudf" {>= "0.7"}
-
"conf-g++" {build}
+
"conf-c++" {build}
]
build: [
["dune" "build" "-p" name]