this repo has no description
1opam-version: "2.0" 2synopsis: "Official release of OCaml 5.3.0" 3maintainer: [ 4 "David Allsopp <david@tarides.com>" 5 "Florian Angeletti <florian.angeletti@inria.fr>" 6] 7license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 8authors: "Xavier Leroy and many contributors" 9homepage: "https://ocaml.org" 10bug-reports: "https://github.com/ocaml/opam-repository/issues" 11dev-repo: "git+https://github.com/ocaml/ocaml#5.3" 12depends: [ 13 # This is OCaml 5.3.0 14 "ocaml-compiler" {= "5.3.0"} 15 16 17 # OCaml with default configuration (no flambda, TSAN, etc.) 18 "ocaml-options-vanilla" {post} 19] 20conflict-class: "ocaml-core-compiler" 21flags: compiler