···11+opam-version: "2.0"
22+synopsis: "Bootstrapped development binary for opam 2.2"
33+description:
44+ "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."
55+maintainer: "opam-devel@lists.ocaml.org"
66+authors: [
77+ "David Allsopp <david@tarides.com>"
88+ "Vincent Bernardoff <vb@luminar.eu.org>"
99+ "Raja Boujbel <raja.boujbel@ocamlpro.com>"
1010+ "Kate Deplaix <kit-ty-kate@outlook.com>"
1111+ "Roberto Di Cosmo <roberto@dicosmo.org>"
1212+ "Thomas Gazagnaire <thomas@gazagnaire.org>"
1313+ "Louis Gesbert <louis.gesbert@ocamlpro.com>"
1414+ "Fabrice Le Fessant <Fabrice.Le_fessant@inria.fr>"
1515+ "Anil Madhavapeddy <anil@recoil.org>"
1616+ "Guillem Rieu <guillem.rieu@ocamlpro.com>"
1717+ "Ralf Treinen <ralf.treinen@pps.jussieu.fr>"
1818+ "Frederic Tuong <tuong@users.gforge.inria.fr>"
1919+]
2020+license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
2121+homepage: "https://opam.ocaml.org"
2222+bug-reports: "https://github.com/ocaml/opam/issues"
2323+depends: [
2424+ "ocaml" {>= "4.08.0"}
2525+ "opam-client" {= version}
2626+ "cmdliner" {>= "1.1.0"}
2727+ "dune" {>= "2.0.0"}
2828+ "conf-openssl" {with-test}
2929+ "conf-diffutils" {with-test}
3030+]
3131+flags: avoid-version
3232+available: opam-version >= "2.1.0"
3333+build: [
3434+ ["./configure" "--disable-checks" "--prefix" prefix]
3535+ [make "%{name}%.install"]
3636+]
3737+post-messages:
3838+ """\
3939+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
4040+ sudo cp %{lib}%/%{name}%/opam /usr/local/bin
4141+4242+If you just want to give it a try without altering your current installation, you could use instead:
4343+ alias opam2="OPAMROOT=~/.opam2 %{lib}%/%{name}%/opam\""""
4444+ {success}
4545+dev-repo: "git+https://github.com/ocaml/opam.git"
4646+url {
4747+ src: "https://github.com/ocaml/opam/archive/refs/tags/2.2.0-rc1.tar.gz"
4848+ checksum: [
4949+ "md5=c74015d93dffc824bc339dabed86027b"
5050+ "sha512=122dd2624106cd7bdb4d835d08aabeb3feee18a42b537e0e5c0da1e56cb4e908705e77e8720aa652a2e0b588aa9ba1cd53bb3e952f3243d9025cae7c753b0576"
5151+ ]
5252+}
+2
packages/opam-dune-lint/opam-dune-lint.0.1/opam
···4747 "sha512=8437ab9ad630cedc362964da05cf26897099a2f119fe8da4913d3b677da26a27de6e183766b1b6279bff189f7673d3349fd06e8c259d2c3f32ac2b8087f7248c"
4848 ]
4949}
5050+# opam 2.2.0's opam-state library has an incompatible API change
5151+available: opam-version < "2.2"
+2
packages/opam-dune-lint/opam-dune-lint.0.2/opam
···4646 ]
4747}
4848x-commit-hash: "1345ed5872359b6f2708ccfc4e9cd3e1d1391204"
4949+# opam 2.2.0's opam-state library has an incompatible API change
5050+available: opam-version < "2.2"