···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.6.0"}
2828+ "conf-openssl" {with-test}
2929+ "conf-diffutils" {with-test}
3030+]
3131+available: opam-version >= "2.1.0"
3232+flags: avoid-version
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.3.0-alpha1.tar.gz"
4848+ checksum: [
4949+ "md5=36823e340ba4393b20d32fb35ab4e903"
5050+ "sha512=c7f1f57718189455673de74138a194139394b924aa71dca2fc1e73fef007e82a23bbaa72c9485d0e297a398a68b8c3a034fdd481feac58aa760088ab474dc60a"
5151+ ]
5252+}