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"} "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) 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-rc4.tar.gz" checksum: [ "sha256=7f812f9b78e9948fb641bc559183721fedea62d3dafb2960bb786b400eae1de5" "md5=385612adf8733f6816cfcbc39e3e1b50" ] } build-env: [ [CI = ""] ]