You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-11Lines changed: 23 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,34 +1,42 @@
1
1
# OCaml 5 Tutorial
2
2
3
3
A hands-on tutorial on the new parallelism features in OCaml 5. This tutorial
4
-
was run on 19th May 2022.
4
+
was run on the 19th of May 2022 at the [Tarides retreat](https://tarides.com/blog/2022-06-23-team-tarides-visits-a-17th-century-chateau). Currently, the alpha version of OCaml 5 has been released, and the full version is set for release in September 2022.
5
5
6
6
## Installation
7
7
8
-
This tutorial works on x86-64 and Arm64 architectures on Linux and macOS.
8
+
This tutorial works on x86-64 and Arm64 architectures on Linux and macOS.
9
9
10
-
With `opam` version >= 2.1:
10
+
Before we move on to the instructions, check your version of opam with `opam --version`, then follow the instructions below for your version. You can also quickly update to the latest version of opam (currently 2.1.2) by running:
0 commit comments