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" depends: [ "ocaml" {>= "4.02.3"} "opam-client" {= "2.0.6"} "cmdliner" {>= "0.9.8"} "dune" {>= "1.2.1"} ] build: [ ["./configure" "--disable-checks" "--prefix" prefix] [make "%{name}%.install"] ] post-messages: """ 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 sudo cp %{lib}%/%{name}%/opam /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} dev-repo: "git+https://github.com/ocaml/opam.git" url { src: "https://github.com/ocaml/opam/archive/2.0.6.tar.gz" checksum: [ "md5=4412f3af8f0af354dcd8519ba8f30ee5" "sha512=c3dbd315550817d15e3d5dd4b5b030b725e5d65e36450f8ac064555e4710bda90df6fab457c386c7a334689e50d240de19992565ce325bc8a18163f145f09dfd" ] } synopsis: "Bootstrapped development binary for opam 2.0" description:""" opam 2.0.6 development version This package compiles (bootstraps) opam 2.0.6. 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. """ build-env: [ [CI = ""] ]