opam-version: "2.0" maintainer: "opam-devel@lists.ocaml.org" license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" authors: [ "Vincent Bernardoff " "Raja Boujbel " "Roberto Di Cosmo " "Thomas Gazagnaire " "Louis Gesbert " "Fabrice Le Fessant " "Anil Madhavapeddy " "Guillem Rieu " "Ralf Treinen " "Frederic Tuong " ] homepage: "https://opam.ocaml.org" bug-reports: "https://github.com/ocaml/opam/issues" dev-repo: "git+https://github.com/ocaml/opam.git" build: [ ["./configure" "--disable-checks" "--prefix" prefix] [make "%{name}%.install"] ] depends: [ "ocaml" {>= "4.02.3"} "opam-client" {= "2.0.0~rc3"} "cmdliner" {>= "0.9.8"} "jbuilder" {>= "1.0+beta20"} ] post-messages: [ "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 sudo cp %{lib}%/%{name}%/* /usr/local/bin If you just want to give it a try without altering your current installation, you could use instead: alias opam2=\"OPAMROOT=~/.opam2 %{lib}%/%{name}%/opam\"" {success} ] synopsis: "Bootstrapped development binary for opam 2.0" description: """ This package compiles (bootstraps) the development version of opam 2.0.0. 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.""" url { src: "https://github.com/ocaml/opam/archive/2.0.0-rc3.tar.gz" checksum: [ "sha256=8f5f9e3e38cd92ceb0a0f8da5bd68fd0c5e50e7afb588e0b37b6a1123f5b708f" "md5=5b782a93c6784304e61dfe9d56349b09" ] } build-env: [ [CI = ""] ] x-maintained: false