-
Notifications
You must be signed in to change notification settings - Fork 372
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3973 from OCamlPro/2.0.6
2.0.6 backported commits
- Loading branch information
Showing
19 changed files
with
116 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
opam-version: "1.2" | ||
version: "2.0.5" | ||
version: "2.0.6" | ||
maintainer: "[email protected]" | ||
authors: [ | ||
"Vincent Bernardoff <[email protected]>" | ||
|
@@ -21,8 +21,8 @@ build: [ | |
[make "%{name}%.install"] | ||
] | ||
depends: [ | ||
"opam-state" {= "2.0.5"} | ||
"opam-solver" {= "2.0.5"} | ||
"opam-state" {= "2.0.6"} | ||
"opam-solver" {= "2.0.6"} | ||
"re" {>= "1.7.2"} | ||
"cmdliner" {>= "0.9.8"} | ||
"dune" {build & >= "1.2.1"} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
opam-version: "1.2" | ||
version: "2.0.5" | ||
version: "2.0.6" | ||
maintainer: "[email protected]" | ||
authors: [ | ||
"Vincent Bernardoff <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
opam-version: "1.2" | ||
version: "2.0.5" | ||
version: "2.0.6" | ||
maintainer: "[email protected]" | ||
authors: [ | ||
"Vincent Bernardoff <[email protected]>" | ||
|
@@ -22,13 +22,13 @@ build: [ | |
] | ||
build-test: [make "tests"] | ||
depends: [ | ||
"opam-client" {= "2.0.5"} | ||
"opam-client" {= "2.0.6"} | ||
"cmdliner" {>= "0.9.8"} | ||
"dune" {build & >= "1.2.1"} | ||
] | ||
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}%/* /usr/local/bin | ||
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\"" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
opam-version: "1.2" | ||
version: "2.0.5" | ||
version: "2.0.6" | ||
maintainer: "[email protected]" | ||
authors: [ | ||
"Vincent Bernardoff <[email protected]>" | ||
|
@@ -21,7 +21,7 @@ build: [ | |
[make "%{name}%.install"] | ||
] | ||
depends: [ | ||
"opam-core" {= "2.0.5"} | ||
"opam-core" {= "2.0.6"} | ||
"opam-file-format" {>= "2.0.0~rc2"} | ||
"dune" {build & >= "1.2.1"} | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
opam-version: "1.2" | ||
version: "2.0.5" | ||
version: "2.0.6" | ||
maintainer: "[email protected]" | ||
authors: [ | ||
"Vincent Bernardoff <[email protected]>" | ||
|
@@ -21,7 +21,7 @@ build: [ | |
[make "DUNE_ARGS=-p %{name}%" "%{name}%.install"] | ||
] | ||
depends: [ | ||
"opam-format" {= "2.0.5"} | ||
"opam-format" {= "2.0.6"} | ||
"cmdliner" {>= "0.9.8"} | ||
"dune" {build & >= "1.2.1"} | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
opam-version: "1.2" | ||
version: "2.0.5" | ||
version: "2.0.6" | ||
maintainer: "[email protected]" | ||
authors: [ | ||
"Vincent Bernardoff <[email protected]>" | ||
|
@@ -21,7 +21,7 @@ build: [ | |
[make "%{name}%.install"] | ||
] | ||
depends: [ | ||
"opam-format" {= "2.0.5"} | ||
"opam-format" {= "2.0.6"} | ||
"dune" {build & >= "1.2.1"} | ||
] | ||
available: ocaml-version >= "4.02.3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
opam-version: "1.2" | ||
version: "2.0.5" | ||
version: "2.0.6" | ||
maintainer: "[email protected]" | ||
authors: [ | ||
"Vincent Bernardoff <[email protected]>" | ||
|
@@ -21,7 +21,7 @@ build: [ | |
[make "%{name}%.install"] | ||
] | ||
depends: [ | ||
"opam-format" {= "2.0.5"} | ||
"opam-format" {= "2.0.6"} | ||
"mccs" {>= "1.1+9"} | ||
"dose3" {>= "5"} | ||
"cudf" {>= "0.7"} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
opam-version: "1.2" | ||
version: "2.0.5" | ||
version: "2.0.6" | ||
maintainer: "[email protected]" | ||
authors: [ | ||
"Vincent Bernardoff <[email protected]>" | ||
|
@@ -21,7 +21,7 @@ build: [ | |
[make "%{name}%.install"] | ||
] | ||
depends: [ | ||
"opam-repository" {= "2.0.5"} | ||
"opam-repository" {= "2.0.6"} | ||
"dune" {build & >= "1.2.1"} | ||
] | ||
available: ocaml-version >= "4.02.3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
set -ue | ||
|
||
OCAMLV=4.04.1 | ||
OPAMV=2.0.5 | ||
OPAMV=2.0.6 | ||
OPAM_REPO=https://opam.ocaml.org/2.0 | ||
DEBUG= | ||
MAKESELF= | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.