this repo has no description
1opam-version: "2.0"
2maintainer: "opam-devel@lists.ocaml.org"
3authors: "OCaml contributors"
4homepage: "http://ocaml.org/"
5build: [ "touch" "META" ]
6install: ["cp" "-r" "." "%{lib}%/ocaml-src"]
7synopsis: "Compiler sources"
8license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
9bug-reports: "https://github.com/ocaml/opam-repository/issues"
10dev-repo: "git+https://github.com/ocaml/ocaml#4.14"
11depends: [
12 "ocaml" {= "4.14.0"}
13 "ocaml-beta" {opam-version < "2.1.0"}
14]
15flags: [ avoid-version ]
16url {
17 src: "git+https://github.com/ocaml/ocaml.git#4.14"
18}