opam-version: "2.0" license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" synopsis: "First alpha release of OCaml 5.3.0" maintainer: [ "David Allsopp " "Florian Angeletti " ] authors: [ "Xavier Leroy" "Damien Doligez" "Alain Frisch" "Jacques Garrigue" "Didier Rémy" "KC Sivaramakrishnan" "Jérôme Vouillon" ] homepage: "https://ocaml.org" bug-reports: "https://github.com/ocaml/opam-repository/issues" dev-repo: "git+https://github.com/ocaml/ocaml.git#5.3" depends: [ "ocaml-compiler" {= "5.3.0~alpha1"} "ocaml-beta" {opam-version < "2.1.0"} # OCaml with default configuration (no flambda, TSAN, etc.) "ocaml-options-vanilla" {post} ] conflict-class: "ocaml-core-compiler" flags: [ compiler avoid-version ]