A repository of opam repositories, for use by oi
0

Configure Feed

Select the types of activity you want to include in your feed.

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