this repo has no description
1opam-version: "2.0"
2maintainer: "David Allsopp <david@tarides.com>"
3bug-reports: "https://github.com/ocaml/opam-repository/issues"
4license: "CC0-1.0+"
5authors: [
6 "Xavier Leroy"
7 "Damien Doligez"
8 "Alain Frisch"
9 "Jacques Garrigue"
10 "Didier Rémy"
11 "Jérôme Vouillon"
12]
13available: enable-ocaml-beta-repository
14homepage: "https://ocaml.org"
15synopsis: "Virtual package for enabling OCaml beta releases"
16description: """
17This package is installed by adding ocaml-beta-repository to your switch:
18
19opam repository add ocaml-beta git+https://github.com/ocaml/ocaml-beta-repository.git
20
21or
22
23opam switch create ocaml-beta --repositories ocaml-beta=git+https://github.com/ocaml/ocaml-beta-repository.git ..."""