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.1.0"} ] url { src: "https://github.com/ocaml/ocaml/archive/5.1.0.tar.gz" checksum: "sha256=43a3ac7aab7f8880f2bb6221317be55319b356e517622fdc28359fe943e6a450" }