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.07.1"} ] url { src: "https://github.com/ocaml/ocaml/archive/4.07.1.tar.gz" checksum: [ "sha256=83683ddad54bd23773591a9f757e702fa5cfa2ea1b124d8fe75a73729e592bfe" "md5=352fe8d46cb238a26aa10c38bad6ecb6" ] }