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.0"} ] url { src: "https://github.com/ocaml/ocaml/archive/4.08.0.tar.gz" checksum: [ "sha256=c8ff78d010cb037ac6d6729e40ebdbee109218899007ef23a20b8f459ac186d6" "md5=42ed24e9a7c0e3998cab7d5e7c9f7618" ] }