opam-version: "2.0" maintainer: "opam-devel@lists.ocaml.org" authors: "OCaml contributors" homepage: "http://ocaml.org/" build: [ "touch" "META" ] install: ["cp" "-r" "." "%{lib}%/ocaml-src"] synopsis: "Compiler sources" license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" bug-reports: "https://github.com/ocaml/opam-repository/issues" dev-repo: "git+https://github.com/ocaml/ocaml#4.14" depends: [ "ocaml" {= "4.14.0"} "ocaml-beta" {opam-version < "2.1.0"} ] flags: [ avoid-version ] url { src: "git+https://github.com/ocaml/ocaml.git#4.14" }