summaryrefslogtreecommitdiff
path: root/ocaml-variants.opam
diff options
context:
space:
mode:
authorTom Kelly <ctk21@cl.cam.ac.uk>2021-12-20 16:21:44 +0000
committerTom Kelly <ctk21@cl.cam.ac.uk>2021-12-20 16:21:44 +0000
commit0b5e1ba4b7078eef346ef0baffe209c512bff56f (patch)
tree94b73db897204cdfbb6a8cda1e27cfc7d9e41124 /ocaml-variants.opam
parent7ee226e97c281d3e721ce8f5c3b3025e2984ed32 (diff)
parent15ea9fe535562c8cebd8edf2669ba98f24d65845 (diff)
downloadocaml-0b5e1ba4b7078eef346ef0baffe209c512bff56f.tar.gz
Merge commit '15ea9fe535562c8cebd8edf2669ba98f24d65845' into
5.00_rebase_to_pr (first commit after branching 4.14)
Diffstat (limited to 'ocaml-variants.opam')
-rw-r--r--ocaml-variants.opam6
1 files changed, 3 insertions, 3 deletions
diff --git a/ocaml-variants.opam b/ocaml-variants.opam
index b48ac53d3c..927b8e35af 100644
--- a/ocaml-variants.opam
+++ b/ocaml-variants.opam
@@ -23,15 +23,15 @@
*)
opam-version: "2.0"
-version: "4.14.0+domains"
+version: "5.0.0+trunk"
license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
-synopsis: "OCaml 4.14.0, with support for multicore domains (dev branch)"
+synopsis: "OCaml 5.0.0, with support for multicore domains (dev branch)"
maintainer: "kc@kcsrk.info"
authors: "Xavier Leroy and many contributors"
homepage: "https://github.com/ocaml-multicore/ocaml-multicore"
bug-reports: "https://github.com/ocaml-multicore/ocaml-multicore/issues"
depends: [
- "ocaml" {= "4.14.0" & post}
+ "ocaml" {= "5.0.0" & post}
"base-unix" {post}
"base-bigarray" {post}
"base-threads" {post}