opam-version: "2.0"
maintainer: "opam-devel@lists.ocaml.org"
authors: "OCaml contributors"
homepage: "http://ocaml.org/"
install: ["cp" "-r" "." "%{lib}%/ocaml-src"]
synopsis: "Compiler sources"
depends: [
  "ocaml" {= "4.09.1"}
]
patches:[ "fix-configure-4.09.1.patch" ]
extra-files: [
  ["META" "md5=7320b3861539893763c69e23b12abc25"]
  ["fix-configure-4.09.1.patch" "md5=ceb805b7447999a05b7bd6a5ff98e6cc"]
]
url {
  src: "https://github.com/ocaml/ocaml/archive/4.09.1.tar.gz"
  checksum: "md5=88b0d02acce5abdf8f2e98ea266cacc4"
}
