forked from ocaml/opam
-
Notifications
You must be signed in to change notification settings - Fork 1
/
opam-devel.opam
35 lines (34 loc) · 1.24 KB
/
opam-devel.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
opam-version: "1.2"
version: "2.0.0~beta2"
maintainer: "opam-devel@lists.ocaml.org"
authors: [
"Thomas Gazagnaire <thomas@gazagnaire.org>"
"Anil Madhavapeddy <anil@recoil.org>"
"Fabrice Le Fessant <Fabrice.Le_fessant@inria.fr>"
"Frederic Tuong <tuong@users.gforge.inria.fr>"
"Louis Gesbert <louis.gesbert@ocamlpro.com>"
"Guillem Rieu <guillem.rieu@ocamlpro.com>"
"Vincent Bernardoff <vb@luminar.eu.org>"
"Roberto Di Cosmo <roberto@dicosmo.org>"
]
homepage: "https://opam.ocaml.org"
bug-reports: "https://github.com/ocaml/opam/issues"
dev-repo: "https://github.com/ocaml/opam.git"
build: [
["./configure" "--disable-checks" "--prefix" prefix]
[make name]
[make "%{name}%.install"]
]
build-test: [make "tests"]
depends: [
"opam-client" {= "2.0.0~beta2"}
"cmdliner" {>= "0.9.8"}
]
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}
]
available: ocaml-version >= "4.01.0"