forked from ocaml/opam-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
/
repo
14 lines (14 loc) · 839 Bytes
/
repo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
opam-version: "2.0"
browse: "https://opam.ocaml.org/pkg/"
upstream: "https://github.com/ocaml/opam-repository/tree/master/"
announce: [
"""
[WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)
""" {(opam-version >= "2.1.0~~" & opam-version < "2.1.6") | opam-version < "2.0.10" | (opam-version >= "2.2.0~~" & opam-version < "2.2.1")}
"""
[INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)
""" {opam-version >= "2.0.10" & opam-version < "2.1.0~~"}
"""
[WARNING] please ensure to have GNU patch installed as `patch`. Otherwise update may fail silently (since it can't remove files).
""" {os = "macos" & (opam-version < "2.1.6" | (opam-version >= "2.2.0~~" & opam-version < "2.2.0~beta2"))}
]