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.09.1"} ] patches:[ "fix-configure-4.09.1.patch" ] url { src: "https://github.com/ocaml/ocaml/archive/4.09.1.tar.gz" checksum: [ "sha256=3e3146e0c876d14bdd574cb543e782feb2b07a7cabd054a8f322ef40de61943a" "md5=88b0d02acce5abdf8f2e98ea266cacc4" ] } extra-source "fix-configure-4.09.1.patch" { src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-src/fix-configure-4.09.1.patch" checksum: [ "sha256=1e9a4b581da8c6e234c082698493e9322f798763224cdc04d5161b124cb1bb7b" "md5=ceb805b7447999a05b7bd6a5ff98e6cc" ] }