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.1"} ] url { src: "https://github.com/ocaml/ocaml/archive/5.1.1.tar.gz" checksum: "sha256=57f7b382b3d71198413ede405d95ef3506f1cdc480cda1dca1e26b37cb090e17" }