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" {= "5.2.0"} ] url { src: "https://github.com/ocaml/ocaml/archive/5.2.0.tar.gz" checksum: "sha256=48554abfd530fcdaa08f23f801b699e4f74c320ddf7d0bd56b0e8c24e55fc911" }