this repo has no description
1opam-version: "2.0"
2maintainer: "opam-devel@lists.ocaml.org"
3authors: "OCaml contributors"
4homepage: "http://ocaml.org/"
5build: [ "touch" "META" ]
6install: ["cp" "-r" "." "%{lib}%/ocaml-src"]
7synopsis: "Compiler sources"
8depends: [
9 "ocaml" {= "4.09.1"}
10]
11patches:[ "fix-configure-4.09.1.patch" ]
12url {
13 src: "https://github.com/ocaml/ocaml/archive/4.09.1.tar.gz"
14 checksum: [
15 "sha256=3e3146e0c876d14bdd574cb543e782feb2b07a7cabd054a8f322ef40de61943a"
16 "md5=88b0d02acce5abdf8f2e98ea266cacc4"
17 ]
18}
19extra-source "fix-configure-4.09.1.patch" {
20 src:
21 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-src/fix-configure-4.09.1.patch"
22 checksum: [
23 "sha256=1e9a4b581da8c6e234c082698493e9322f798763224cdc04d5161b124cb1bb7b"
24 "md5=ceb805b7447999a05b7bd6a5ff98e6cc"
25 ]
26}