···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+build: [
3232+ ["./configure" "--disable-checks" "--prefix" prefix]
3333+ [make "%{name}%.install"]
3434+]
3535+post-messages:
3636+ """\
3737+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
3838+ sudo cp %{lib}%/%{name}%/opam /usr/local/bin
3939+4040+If you just want to give it a try without altering your current installation, you could use instead:
4141+ alias opam2="OPAMROOT=~/.opam2 %{lib}%/%{name}%/opam\""""
4242+ {success}
4343+dev-repo: "git+https://github.com/ocaml/opam.git"
4444+url {
4545+ src: "https://github.com/ocaml/opam/archive/refs/tags/2.2.0-beta1.tar.gz"
4646+ checksum: [
4747+ "md5=355f8a98d8e775cc9e1ae1c28feaee3e"
4848+ "sha512=8ed9310238c058eb3ae3218037418fe107e7227870b7b88484f2921cc2765488a142f90154094b5c155a4311ff6f231ca27d61a4e05538fe3fb0962a198bb9b1"
4949+ ]
5050+}
5151+available: opam-version >= "2.1"
5252+flags: avoid-version