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.08.1"} ] url { src: "https://github.com/ocaml/ocaml/archive/4.08.1.tar.gz" checksum: [ "sha256=b53ed3d487b83fd49bc181bded066ae8e6fb592cf40514261d27d36050d5db85" "md5=723b6bfe8cf5abcbccc6911143f71055" ] }