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.10.0"} ] url { src: "https://github.com/ocaml/ocaml/archive/4.10.0.tar.gz" checksum: [ "sha256=58bae0f0a79daf86ec755a173e593fef4ef588f15c6185993af88ceb9722bc39" "md5=f70b59d5eaed1ec1c3d4255b65cf1039" ] }