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"
18dev-repo: "git+https://github.com/ocaml/opam.git"
19build: [
20 ["./configure" "--disable-checks" "--prefix" prefix]
21 [make "%{name}%.install"]
22]
23depends: [
24 "ocaml" {>= "4.02.3"}
25 "opam-client" {= "2.0.0~rc2"}
26 "cmdliner" {>= "0.9.8"}
27 "jbuilder" {>= "1.0+beta18"}
28]
29post-messages: [
30"The development version of opam has been successfuly 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}%/* /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}
36]
37synopsis: "Bootstrapped development binary for opam 2.0"
38description: """
39This package compiles (bootstraps) the development version of opam 2.0.0. For
40consistency and safety of the installation, the binaries are not installed into
41the PATH, but into lib/opam-devel, from where the user can manually install them
42system-wide."""
43url {
44 src: "https://github.com/ocaml/opam/archive/2.0.0-rc2.tar.gz"
45 checksum: [
46 "sha256=b8da67083c444167378fa1b6da2567cfacc8c5151fac79021960d395feec7da7"
47 "md5=86a60db4df8412db09cef82cf26cf335"
48 ]
49}
50build-env: [
51 [CI = ""]
52]
53x-maintained: false