this repo has no description
1opam-version: "2.0" 2synopsis: "Official 4.00.1 release" 3maintainer: "David Allsopp <david@tarides.com>" 4license: "QPL-1.0 AND LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 5authors: ["Xavier Leroy" "Damien Doligez" "Alain Frisch" "Jacques Garrigue" "Didier Rémy" "Jérôme Vouillon"] 6homepage: "https://ocaml.org" 7bug-reports: "https://github.com/ocaml/opam-repository/issues" 8dev-repo: "git+https://github.com/ocaml/ocaml.git#4.00" 9depends: [ 10 "ocaml" {= "4.00.1" & post} 11 "base-unix" {post} 12 "base-bigarray" {post} 13 "base-threads" {post} 14 "base-ocamlbuild" {post} 15] 16conflict-class: "ocaml-core-compiler" 17flags: compiler 18setenv: CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs" 19build: [ 20 [ 21 "sed" 22 "-ib" 23 "-e" 24 "s/opts=\"\"/opts=\"-Wno-implicit-function-declaration\"/" 25 "config/auto-aux/hasgot" 26 ] {os = "macos"} 27 ["./configure" "-prefix" prefix] 28 [make "world" "opt" "opt.opt"] 29] 30install: [make "install"] 31patches: [ 32 "bd7fa181cb64742c3b6cbb8ee13436554eb18cd7...fix-clang-build.diff" 33 "fix-gcc10.patch" 34 "alt-signal-stack.patch" 35] 36url { 37 src: "http://caml.inria.fr/pub/distrib/ocaml-4.00/ocaml-4.00.1.tar.gz" 38 checksum: [ 39 "sha256=b48d5c7d3bf4a0cd6125f8fdfc1f654dd65586087399dc9f14716d7b9535e87a" 40 "md5=91124a8eb12a57f1e56c02fe3db0f9e7" 41 ] 42} 43extra-source "bd7fa181cb64742c3b6cbb8ee13436554eb18cd7...fix-clang-build.diff" { 44 src: 45 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/fix-clang-build-ocaml-401.patch" 46 checksum: [ 47 "sha256=54c4a0e537dbe4e5a85d9c91671d2e82749042a7211305de3632e6a0529eef2d" 48 "md5=faccda3b3ab092fa9ac7d5d4d8beb004" 49 ] 50} 51available: arch != "arm64" & arch != "ppc64" 52extra-source "alt-signal-stack.patch" { 53 src: "https://github.com/ocaml/ocaml/commit/60b0cdaf2519d881947af4175ac4c6ff68901be3.patch?full_index=1" 54 checksum: "sha256=bb0e0e736ecc55c9f8cd8f74ca00a920bfe46e4200b82c5a45da952053b374da" 55} 56extra-source "fix-gcc10.patch" { 57 src: 58 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-base-compiler/fix-gcc10.patch.4.00.1" 59 checksum: [ 60 "sha256=370060ddde27410c3957851d2213f0734f9250f1d5735077b57e9e4676656980" 61 "md5=eb8555e57846757138861e14d2665ed1" 62 ] 63}