this repo has no description
1opam-version: "2.0" 2license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 3synopsis: "Latest 5.3 development" 4maintainer: [ 5 "David Allsopp <david@tarides.com>" 6 "Florian Angeletti <florian.angeletti@inria.fr>" 7] 8authors: [ 9 "Xavier Leroy" 10 "Damien Doligez" 11 "Alain Frisch" 12 "Jacques Garrigue" 13 "Didier Rémy" 14 "KC Sivaramakrishnan" 15 "Jérôme Vouillon" 16] 17homepage: "https://ocaml.org" 18bug-reports: "https://github.com/ocaml/opam-repository/issues" 19dev-repo: "git+https://github.com/ocaml/ocaml.git#5.3" 20depends: [ 21 "ocaml-compiler" {= "5.3"} 22 23 "ocaml-beta" {opam-version < "2.1.0"} 24] 25conflict-class: "ocaml-core-compiler" 26flags: [ compiler avoid-version ]