this repo has no description
1opam-version: "2.0"
2maintainer: "opam-devel@lists.ocaml.org"
3license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
4authors: [
5 "Vincent Bernardoff <vb@luminar.eu.org>"
6 "Raja Boujbel <raja.boujbel@ocamlpro.com>"
7 "Roberto Di Cosmo <roberto@dicosmo.org>"
8 "Thomas Gazagnaire <thomas@gazagnaire.org>"
9 "Louis Gesbert <louis.gesbert@ocamlpro.com>"
10 "Fabrice Le Fessant <Fabrice.Le_fessant@inria.fr>"
11 "Anil Madhavapeddy <anil@recoil.org>"
12 "Guillem Rieu <guillem.rieu@ocamlpro.com>"
13 "Ralf Treinen <ralf.treinen@pps.jussieu.fr>"
14 "Frederic Tuong <tuong@users.gforge.inria.fr>"
15]
16homepage: "https://opam.ocaml.org"
17bug-reports: "https://github.com/ocaml/opam/issues"
18depends: [
19 "ocaml" {>= "4.02.3"}
20 "opam-client" {= version}
21 "cmdliner" {>= "0.9.8"}
22 "dune" {>= "1.2.1"}
23]
24build: [
25 ["./configure" "--disable-checks" "--prefix" prefix]
26 [make "%{name}%.install"]
27]
28post-messages:
29 """
30The 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
31 sudo cp %{lib}%/%{name}%/opam /usr/local/bin
32
33If you just want to give it a try without altering your current installation, you could use instead:
34 alias opam2="OPAMROOT=~/.opam2 %{lib}%/%{name}%/opam\""""
35 {success}
36dev-repo: "git+https://github.com/ocaml/opam.git"
37url {
38 src: "https://github.com/ocaml/opam/archive/2.0.7.tar.gz"
39 checksum: [
40 "md5=798911b81a5359e5f632416e895e7e3e"
41 "sha512=2ade3998a94333a5a838b55e229ab0c707e678481cae892980b986fb86f39163070a9b7d3e0e87879cd57b91a33bf6a3e15f3786c3510a635e59383782218f1d"
42 ]
43}
44synopsis: "Bootstrapped development binary for opam 2.0"
45description:"""
46opam 2.0.7 development version
47
48This package compiles (bootstraps) opam 2.0.7. For consistency and safety of the
49installation, the binaries are not installed into the PATH, but into
50lib/opam-devel, from where the user can manually install them system-wide.
51"""