summaryrefslogtreecommitdiff
path: root/README.adoc
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@college-de-france.fr>2022-07-28 09:10:07 +0200
committerXavier Leroy <xavier.leroy@college-de-france.fr>2022-07-28 09:10:07 +0200
commit13f23d54fe73565e8a083d216613d15589aef3e2 (patch)
tree8e450368991c9a6f0f8cf3726b9082228d4079c9 /README.adoc
parent39fa59b27402af3aacaa7fa02c721f626575f2fc (diff)
downloadocaml-13f23d54fe73565e8a083d216613d15589aef3e2.tar.gz
Update badges and list of separately maintained components
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc15
1 files changed, 8 insertions, 7 deletions
diff --git a/README.adoc b/README.adoc
index 3c361cd8ce..e0f9215d39 100644
--- a/README.adoc
+++ b/README.adoc
@@ -19,7 +19,7 @@ compiler is supported. Native-code support for these systems is under
discussion.
|=====
-| Branch `trunk` | Branch `4.14` | Branch `4.13` | Branch `4.12`
+| Branch `trunk` | Branch `5.0` | Branch `4.14` | Branch `4.13`
| image:https://github.com/ocaml/ocaml/workflows/Build/badge.svg?branch=trunk["Github CI Build Status (trunk branch)",
link="https://github.com/ocaml/ocaml/actions?query=workflow%3ABuild"]
@@ -27,7 +27,11 @@ discussion.
link="https://github.com/ocaml/ocaml/actions?query=workflow%3AHygiene"]
image:https://ci.appveyor.com/api/projects/status/github/ocaml/ocaml?branch=trunk&svg=true["AppVeyor Build Status (trunk branch)",
link="https://ci.appveyor.com/project/avsm/ocaml"]
-| image:https://github.com/ocaml/ocaml/workflows/main/badge.svg?branch=4.14["Github CI Build Status (4.14 branch)",
+| image:https://github.com/ocaml/ocaml/workflows/Build/badge.svg?branch=5.0["Github CI Build Status (5.0 branch)",
+ link="https://github.com/ocaml/ocaml/actions?query=workflow%3ABuild"]
+ image:https://ci.appveyor.com/api/projects/status/github/ocaml/ocaml?branch=5.0&svg=true["AppVeyor Build Status (5.0 branch)",
+ link="https://ci.appveyor.com/project/avsm/ocaml"]
+| image:https://github.com/ocaml/ocaml/workflows/Build/badge.svg?branch=4.14["Github CI Build Status (4.14 branch)",
link="https://github.com/ocaml/ocaml/actions?query=workflow%3Amain"]
image:https://ci.appveyor.com/api/projects/status/github/ocaml/ocaml?branch=4.14&svg=true["AppVeyor Build Status (4.14 branch)",
link="https://ci.appveyor.com/project/avsm/ocaml"]
@@ -35,10 +39,6 @@ discussion.
link="https://travis-ci.org/ocaml/ocaml"]
image:https://ci.appveyor.com/api/projects/status/github/ocaml/ocaml?branch=4.13&svg=true["AppVeyor Build Status (4.13 branch)",
link="https://ci.appveyor.com/project/avsm/ocaml"]
-| image:https://travis-ci.org/ocaml/ocaml.svg?branch=4.12["TravisCI Build Status (4.12 branch)",
- link="https://travis-ci.org/ocaml/ocaml"]
- image:https://ci.appveyor.com/api/projects/status/github/ocaml/ocaml?branch=4.12&svg=true["AppVeyor Build Status (4.12 branch)",
- link="https://ci.appveyor.com/project/avsm/ocaml"]
|=====
= README =
@@ -83,7 +83,7 @@ the compiler may work under other operating systems with little work.
== Copyright
All files marked "Copyright INRIA" in this distribution are
-Copyright (C) 1996-2021 Institut National de Recherche en Informatique et
+Copyright (C) 1996-2022 Institut National de Recherche en Informatique et
en Automatique (INRIA) and distributed under the conditions stated in
file LICENSE.
@@ -152,6 +152,7 @@ Some libraries and tools which used to be part of the OCaml distribution are
now maintained separately. Please use the issue trackers at their respective
new homes:
+- https://github.com/ocaml/camlp-streams/issues[The Stream and Genlex standard library modules] (removed in OCaml 5.0)
- https://github.com/ocaml/graphics/issues[The Graphics library] (removed in OCaml 4.09)
- https://github.com/ocaml/num/issues[The Num library] (removed in OCaml 4.06)
- https://github.com/ocaml/ocamlbuild/issues[The OCamlbuild tool] (removed in OCaml 4.03)