Skip to content

Commit 7feb4a3

Browse files
authored
Merge pull request #26171 from kit-ty-kate/opam-publish-opam.2.2.0
8 packages from ocaml/opam at 2.2.0 and opam-publish 2.3.1
2 parents 175a8ca + cfc0a2a commit 7feb4a3

File tree

9 files changed

+401
-0
lines changed
  • packages
    • opam-client/opam-client.2.2.0
    • opam-core/opam-core.2.2.0
    • opam-devel/opam-devel.2.2.0
    • opam-format/opam-format.2.2.0
    • opam-installer/opam-installer.2.2.0
    • opam-publish/opam-publish.2.3.1
    • opam-repository/opam-repository.2.2.0
    • opam-solver/opam-solver.2.2.0
    • opam-state/opam-state.2.2.0

9 files changed

+401
-0
lines changed
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
opam-version: "2.0"
2+
synopsis: "Client library for opam 2.2"
3+
description:
4+
"Actions on the opam root, switches, installations, and front-end."
5+
maintainer: "[email protected]"
6+
authors: [
7+
"David Allsopp <[email protected]>"
8+
"Vincent Bernardoff <[email protected]>"
9+
"Raja Boujbel <[email protected]>"
10+
"Kate Deplaix <[email protected]>"
11+
"Roberto Di Cosmo <[email protected]>"
12+
"Thomas Gazagnaire <[email protected]>"
13+
"Louis Gesbert <[email protected]>"
14+
"Fabrice Le Fessant <[email protected]>"
15+
"Anil Madhavapeddy <[email protected]>"
16+
"Guillem Rieu <[email protected]>"
17+
"Ralf Treinen <[email protected]>"
18+
"Frederic Tuong <[email protected]>"
19+
]
20+
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
21+
homepage: "https://opam.ocaml.org"
22+
bug-reports: "https://github.com/ocaml/opam/issues"
23+
depends: [
24+
"ocaml" {>= "4.08.0"}
25+
"opam-state" {= version}
26+
"opam-solver" {= version}
27+
"base64" {>= "3.1.0"}
28+
"opam-repository" {= version}
29+
"re" {>= "1.10.0"}
30+
"cmdliner" {>= "1.1.0"}
31+
"dune" {>= "2.0.0"}
32+
]
33+
conflicts: [
34+
"extlib" {< "1.7.8"}
35+
"extlib-compat"
36+
]
37+
build: [
38+
["./configure" "--disable-checks" "--prefix" prefix]
39+
["dune" "build" "-p" name "-j" jobs]
40+
]
41+
dev-repo: "git+https://github.com/ocaml/opam.git"
42+
url {
43+
src: "https://github.com/ocaml/opam/archive/refs/tags/2.2.0.tar.gz"
44+
checksum: [
45+
"md5=e9a76b200b58d303507317e8d28f2a6d"
46+
"sha512=410c662d6dbd289433c61ff36a8591c3df2f2dc1d0fd48bf69fbec9cf57ebc33fbe05e02096e26c91f7ff1485c00d77e7fddcd63e4c1f2293136312f5ddfbe05"
47+
]
48+
}
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
opam-version: "2.0"
2+
synopsis: "Core library for opam 2.2"
3+
description:
4+
"Small standard library extensions, and generic system interaction modules used by opam."
5+
maintainer: "[email protected]"
6+
authors: [
7+
"David Allsopp <[email protected]>"
8+
"Vincent Bernardoff <[email protected]>"
9+
"Raja Boujbel <[email protected]>"
10+
"Kate Deplaix <[email protected]>"
11+
"Roberto Di Cosmo <[email protected]>"
12+
"Thomas Gazagnaire <[email protected]>"
13+
"Louis Gesbert <[email protected]>"
14+
"Fabrice Le Fessant <[email protected]>"
15+
"Anil Madhavapeddy <[email protected]>"
16+
"Guillem Rieu <[email protected]>"
17+
"Ralf Treinen <[email protected]>"
18+
"Frederic Tuong <[email protected]>"
19+
]
20+
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
21+
homepage: "https://opam.ocaml.org"
22+
bug-reports: "https://github.com/ocaml/opam/issues"
23+
depends: [
24+
"ocaml" {>= "4.08.0" & (os != "win32" | < "5.0")}
25+
"base-unix"
26+
"ocamlgraph"
27+
"re" {>= "1.9.0"}
28+
"dune" {>= "2.0.0"}
29+
"sha" {>= "1.13"}
30+
"jsonm"
31+
"swhid_core"
32+
"uutf"
33+
(("host-system-mingw" {os = "win32" & os-distribution != "cygwinports"} &
34+
"conf-mingw-w64-gcc-i686"
35+
{os = "win32" & os-distribution != "cygwinports"} &
36+
"conf-mingw-w64-gcc-x86_64"
37+
{os = "win32" & os-distribution != "cygwinports"}) |
38+
("host-system-msvc" {os = "win32" & os-distribution != "cygwinports"} &
39+
"conf-msvc32" {os = "win32" & os-distribution != "cygwinports"} &
40+
"conf-msvc64" {os = "win32" & os-distribution != "cygwinports"}))
41+
]
42+
conflicts: ["extlib-compat"]
43+
build: [
44+
["./configure" "--disable-checks" "--prefix" prefix]
45+
["dune" "build" "-p" name "-j" jobs]
46+
]
47+
dev-repo: "git+https://github.com/ocaml/opam.git"
48+
url {
49+
src: "https://github.com/ocaml/opam/archive/refs/tags/2.2.0.tar.gz"
50+
checksum: [
51+
"md5=e9a76b200b58d303507317e8d28f2a6d"
52+
"sha512=410c662d6dbd289433c61ff36a8591c3df2f2dc1d0fd48bf69fbec9cf57ebc33fbe05e02096e26c91f7ff1485c00d77e7fddcd63e4c1f2293136312f5ddfbe05"
53+
]
54+
}
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
opam-version: "2.0"
2+
synopsis: "Bootstrapped development binary for opam 2.2"
3+
description:
4+
"This package compiles (bootstraps) opam. For consistency and safety of the installation, the binaries are not installed into the PATH, but into lib/opam-devel, from where the user can manually install them system-wide."
5+
maintainer: "[email protected]"
6+
authors: [
7+
"David Allsopp <[email protected]>"
8+
"Vincent Bernardoff <[email protected]>"
9+
"Raja Boujbel <[email protected]>"
10+
"Kate Deplaix <[email protected]>"
11+
"Roberto Di Cosmo <[email protected]>"
12+
"Thomas Gazagnaire <[email protected]>"
13+
"Louis Gesbert <[email protected]>"
14+
"Fabrice Le Fessant <[email protected]>"
15+
"Anil Madhavapeddy <[email protected]>"
16+
"Guillem Rieu <[email protected]>"
17+
"Ralf Treinen <[email protected]>"
18+
"Frederic Tuong <[email protected]>"
19+
]
20+
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
21+
homepage: "https://opam.ocaml.org"
22+
bug-reports: "https://github.com/ocaml/opam/issues"
23+
depends: [
24+
"ocaml" {>= "4.08.0"}
25+
"opam-client" {= version}
26+
"cmdliner" {>= "1.1.0"}
27+
"dune" {>= "2.0.0"}
28+
"conf-openssl" {with-test}
29+
"conf-diffutils" {with-test}
30+
]
31+
build: [
32+
["./configure" "--disable-checks" "--prefix" prefix]
33+
[make "%{name}%.install"]
34+
]
35+
post-messages:
36+
"""\
37+
The development version of opam has been successfully compiled into %{lib}%/%{name}%. You should not run it from there, please install the binaries to your PATH, e.g. with
38+
sudo cp %{lib}%/%{name}%/opam /usr/local/bin
39+
40+
If you just want to give it a try without altering your current installation, you could use instead:
41+
alias opam2="OPAMROOT=~/.opam2 %{lib}%/%{name}%/opam\""""
42+
{success}
43+
dev-repo: "git+https://github.com/ocaml/opam.git"
44+
url {
45+
src: "https://github.com/ocaml/opam/archive/refs/tags/2.2.0.tar.gz"
46+
checksum: [
47+
"md5=e9a76b200b58d303507317e8d28f2a6d"
48+
"sha512=410c662d6dbd289433c61ff36a8591c3df2f2dc1d0fd48bf69fbec9cf57ebc33fbe05e02096e26c91f7ff1485c00d77e7fddcd63e4c1f2293136312f5ddfbe05"
49+
]
50+
}
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
opam-version: "2.0"
2+
synopsis: "Format library for opam 2.2"
3+
description: "Definition of opam datastructures and its file interface."
4+
maintainer: "[email protected]"
5+
authors: [
6+
"David Allsopp <[email protected]>"
7+
"Vincent Bernardoff <[email protected]>"
8+
"Raja Boujbel <[email protected]>"
9+
"Kate Deplaix <[email protected]>"
10+
"Roberto Di Cosmo <[email protected]>"
11+
"Thomas Gazagnaire <[email protected]>"
12+
"Louis Gesbert <[email protected]>"
13+
"Fabrice Le Fessant <[email protected]>"
14+
"Anil Madhavapeddy <[email protected]>"
15+
"Guillem Rieu <[email protected]>"
16+
"Ralf Treinen <[email protected]>"
17+
"Frederic Tuong <[email protected]>"
18+
]
19+
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
20+
homepage: "https://opam.ocaml.org"
21+
bug-reports: "https://github.com/ocaml/opam/issues"
22+
depends: [
23+
"ocaml" {>= "4.08.0"}
24+
"opam-core" {= version}
25+
"opam-file-format" {>= "2.1.4"}
26+
"re" {>= "1.9.0"}
27+
"dune" {>= "2.0.0"}
28+
]
29+
build: [
30+
["./configure" "--disable-checks" "--prefix" prefix]
31+
["dune" "build" "-p" name "-j" jobs]
32+
]
33+
dev-repo: "git+https://github.com/ocaml/opam.git"
34+
url {
35+
src: "https://github.com/ocaml/opam/archive/refs/tags/2.2.0.tar.gz"
36+
checksum: [
37+
"md5=e9a76b200b58d303507317e8d28f2a6d"
38+
"sha512=410c662d6dbd289433c61ff36a8591c3df2f2dc1d0fd48bf69fbec9cf57ebc33fbe05e02096e26c91f7ff1485c00d77e7fddcd63e4c1f2293136312f5ddfbe05"
39+
]
40+
}
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
opam-version: "2.0"
2+
synopsis: "Installation of files to a prefix, following opam conventions"
3+
description: """\
4+
opam-installer is a small tool that can read *.install files, as defined by opam [1], and execute them to install or remove package files without going through opam.
5+
6+
[1] http://opam.ocaml.org/doc/2.0/Manual.html#lt-pkgname-gt-install"""
7+
maintainer: "[email protected]"
8+
authors: [
9+
"David Allsopp <[email protected]>"
10+
"Vincent Bernardoff <[email protected]>"
11+
"Raja Boujbel <[email protected]>"
12+
"Kate Deplaix <[email protected]>"
13+
"Roberto Di Cosmo <[email protected]>"
14+
"Thomas Gazagnaire <[email protected]>"
15+
"Louis Gesbert <[email protected]>"
16+
"Fabrice Le Fessant <[email protected]>"
17+
"Anil Madhavapeddy <[email protected]>"
18+
"Guillem Rieu <[email protected]>"
19+
"Ralf Treinen <[email protected]>"
20+
"Frederic Tuong <[email protected]>"
21+
]
22+
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
23+
homepage: "https://opam.ocaml.org"
24+
bug-reports: "https://github.com/ocaml/opam/issues"
25+
depends: [
26+
"ocaml" {>= "4.08.0"}
27+
"opam-format" {= version}
28+
"cmdliner" {>= "0.9.8"}
29+
"dune" {>= "2.0.0"}
30+
]
31+
build: [
32+
["./configure" "--disable-checks" "--prefix" prefix]
33+
["dune" "build" "-p" name "-j" jobs]
34+
]
35+
dev-repo: "git+https://github.com/ocaml/opam.git"
36+
url {
37+
src: "https://github.com/ocaml/opam/archive/refs/tags/2.2.0.tar.gz"
38+
checksum: [
39+
"md5=e9a76b200b58d303507317e8d28f2a6d"
40+
"sha512=410c662d6dbd289433c61ff36a8591c3df2f2dc1d0fd48bf69fbec9cf57ebc33fbe05e02096e26c91f7ff1485c00d77e7fddcd63e4c1f2293136312f5ddfbe05"
41+
]
42+
}
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
opam-version: "2.0"
2+
synopsis: "A tool to ease contributions to opam repositories"
3+
description: """\
4+
opam-publish automates publishing packages to package repositories: it checks that the
5+
opam file is complete using `opam lint`, verifies and adds the archive URL and its
6+
checksum and files a GitHub pull request for merging it."""
7+
maintainer: "Louis Gesbert <[email protected]>"
8+
authors: [
9+
"Louis Gesbert <[email protected]>"
10+
"David Sheets <[email protected]>"
11+
"Jeremie Dimino <[email protected]>"
12+
]
13+
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
14+
homepage: "https://github.com/ocaml/opam-publish"
15+
bug-reports: "https://github.com/ocaml/opam-publish/issues"
16+
depends: [
17+
"cmdliner" {>= "1.1.0"}
18+
"dune" {>= "1.0"}
19+
"lwt_ssl"
20+
"ocaml" {>= "4.03.0"}
21+
"opam-core" {>= "2.2.0"}
22+
"opam-format" {>= "2.2.0"}
23+
"opam-state" {>= "2.2.0"}
24+
"github" {>= "4.3.2"}
25+
"github-unix" {>= "4.3.2"}
26+
]
27+
conflicts: [
28+
"ssl" {= "0.5.6"}
29+
]
30+
flags: plugin
31+
build: ["dune" "build" "-p" name "-j" jobs]
32+
dev-repo: "git+https://github.com/ocaml/opam-publish.git"
33+
url {
34+
src: "https://github.com/ocaml-opam/opam-publish/archive/refs/tags/2.3.1.tar.gz"
35+
checksum: [
36+
"sha256=964fed5d3d3feb9caafe0a82832108b02602306912ed01abb2d371b31709b953"
37+
"sha512=1c8fdce94664146a9d6909e1c38dc05be54a00ce500640da85ac185521227e8e31e4a8c74f1c6ee5ed490752d7e7e490fdd8bebc320baf559b75d36ffcdeac76"
38+
]
39+
}
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
opam-version: "2.0"
2+
synopsis: "Repository library for opam 2.2"
3+
description:
4+
"This library includes repository and remote sources handling, including curl/wget, rsync, git, mercurial, darcs backends."
5+
maintainer: "[email protected]"
6+
authors: [
7+
"David Allsopp <[email protected]>"
8+
"Vincent Bernardoff <[email protected]>"
9+
"Raja Boujbel <[email protected]>"
10+
"Kate Deplaix <[email protected]>"
11+
"Roberto Di Cosmo <[email protected]>"
12+
"Thomas Gazagnaire <[email protected]>"
13+
"Louis Gesbert <[email protected]>"
14+
"Fabrice Le Fessant <[email protected]>"
15+
"Anil Madhavapeddy <[email protected]>"
16+
"Guillem Rieu <[email protected]>"
17+
"Ralf Treinen <[email protected]>"
18+
"Frederic Tuong <[email protected]>"
19+
]
20+
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
21+
homepage: "https://opam.ocaml.org"
22+
bug-reports: "https://github.com/ocaml/opam/issues"
23+
depends: [
24+
"ocaml" {>= "4.08.0"}
25+
"opam-format" {= version}
26+
"dune" {>= "2.0.0"}
27+
]
28+
build: [
29+
["./configure" "--disable-checks" "--prefix" prefix]
30+
["dune" "build" "-p" name "-j" jobs]
31+
]
32+
dev-repo: "git+https://github.com/ocaml/opam.git"
33+
url {
34+
src: "https://github.com/ocaml/opam/archive/refs/tags/2.2.0.tar.gz"
35+
checksum: [
36+
"md5=e9a76b200b58d303507317e8d28f2a6d"
37+
"sha512=410c662d6dbd289433c61ff36a8591c3df2f2dc1d0fd48bf69fbec9cf57ebc33fbe05e02096e26c91f7ff1485c00d77e7fddcd63e4c1f2293136312f5ddfbe05"
38+
]
39+
}
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
opam-version: "2.0"
2+
synopsis: "Solver library for opam 2.2"
3+
description:
4+
"Solver and Cudf interaction. This library is based on the Cudf and Dose libraries, and handles calls to the external solver from opam."
5+
maintainer: "[email protected]"
6+
authors: [
7+
"David Allsopp <[email protected]>"
8+
"Vincent Bernardoff <[email protected]>"
9+
"Raja Boujbel <[email protected]>"
10+
"Kate Deplaix <[email protected]>"
11+
"Roberto Di Cosmo <[email protected]>"
12+
"Thomas Gazagnaire <[email protected]>"
13+
"Louis Gesbert <[email protected]>"
14+
"Fabrice Le Fessant <[email protected]>"
15+
"Anil Madhavapeddy <[email protected]>"
16+
"Guillem Rieu <[email protected]>"
17+
"Ralf Treinen <[email protected]>"
18+
"Frederic Tuong <[email protected]>"
19+
]
20+
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
21+
homepage: "https://opam.ocaml.org"
22+
bug-reports: "https://github.com/ocaml/opam/issues"
23+
depends: [
24+
"ocaml" {>= "4.08.0"}
25+
"opam-format" {= version}
26+
"mccs" {>= "1.1+17"}
27+
"dose3" {>= "6.1"}
28+
"cudf" {>= "0.7"}
29+
"re" {>= "1.9.0"}
30+
"dune" {>= "2.0.0"}
31+
"opam-0install-cudf" {>= "0.4"}
32+
]
33+
depopts: ["z3"]
34+
conflicts: [
35+
"z3" {< "4.8.4"}
36+
]
37+
build: [
38+
["./configure" "--disable-checks" "--prefix" prefix]
39+
["dune" "build" "-p" name "-j" jobs]
40+
]
41+
dev-repo: "git+https://github.com/ocaml/opam.git"
42+
url {
43+
src: "https://github.com/ocaml/opam/archive/refs/tags/2.2.0.tar.gz"
44+
checksum: [
45+
"md5=e9a76b200b58d303507317e8d28f2a6d"
46+
"sha512=410c662d6dbd289433c61ff36a8591c3df2f2dc1d0fd48bf69fbec9cf57ebc33fbe05e02096e26c91f7ff1485c00d77e7fddcd63e4c1f2293136312f5ddfbe05"
47+
]
48+
}

0 commit comments

Comments
 (0)