opam-version: "2.0" maintainer: "opam-devel@lists.ocaml.org" license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" authors: "OCaml contributors" homepage: "http://ocaml.org/" build: [ "touch" "META" ] install: ["cp" "-r" "." "%{lib}%/ocaml-src"] synopsis: "Compiler sources" depends: [ "ocaml" {= "4.14.0"} ] url { src: "https://github.com/ocaml/ocaml/archive/4.14.0.tar.gz" checksum: "sha256=39f44260382f28d1054c5f9d8bf4753cb7ad64027da792f7938344544da155e8" }