opam-version: "2.0" maintainer: "opam-devel@lists.ocaml.org" authors: "OCaml contributors" homepage: "http://ocaml.org/" build: [ "touch" "META" ] install: ["cp" "-r" "." "%{lib}%/ocaml-src"] synopsis: "Compiler sources" depends: [ "ocaml" {= "4.11.0"} ] url { src: "https://github.com/ocaml/ocaml/archive/4.11.0.tar.gz" checksum: [ "sha256=060a26420ad868e192076138a103dbe28fa39d7a0a80f7db349a1d5143dea506" "md5=9354da8b0f1fc80d440baf9a9e9bccba" ] }