opam-version: "2.0" synopsis: "Official release of OCaml 5.3.0" maintainer: [ "David Allsopp " "Florian Angeletti " ] license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" authors: "Xavier Leroy and many contributors" homepage: "https://ocaml.org" bug-reports: "https://github.com/ocaml/opam-repository/issues" dev-repo: "git+https://github.com/ocaml/ocaml#5.3" depends: [ # This is OCaml 5.3.0 "ocaml-compiler" {= "5.3.0"} # OCaml with default configuration (no flambda, TSAN, etc.) "ocaml-options-vanilla" {post} ] conflict-class: "ocaml-core-compiler" flags: compiler