this repo has no description
1opam-version: "2.0"
2synopsis: "Official 4.01.0 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.01"
9depends: [
10 "ocaml" {= "4.01.0" & 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 "-with-debug-runtime"]
28 {os != "openbsd" & os != "freebsd" & os != "macos"}
29 [
30 "./configure"
31 "-prefix"
32 prefix
33 "-with-debug-runtime"
34 "-cc"
35 "cc"
36 "-aspp"
37 "cc -c"
38 ] {os = "openbsd" | os = "freebsd" | os = "macos"}
39 [make "world"]
40 [make "world.opt"]
41]
42install: [make "install"]
43patches: [
44 "bd7fa181cb64742c3b6cbb8ee13436554eb18cd7...fix-clang-build.diff"
45 "fix-gcc10.patch"
46 "alt-signal-stack.patch"
47]
48url {
49 src: "http://caml.inria.fr/pub/distrib/ocaml-4.01/ocaml-4.01.0.tar.gz"
50 checksum: [
51 "sha256=ea1751deff454f5c738d10d8a0ad135afee0852d391cf95766b726c0faf7cfdb"
52 "md5=04dfdd7da189462a4f10ec6530359cef"
53 ]
54}
55extra-source "bd7fa181cb64742c3b6cbb8ee13436554eb18cd7...fix-clang-build.diff" {
56 src:
57 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/fix-clang-build-ocaml-401.patch"
58 checksum: [
59 "sha256=54c4a0e537dbe4e5a85d9c91671d2e82749042a7211305de3632e6a0529eef2d"
60 "md5=faccda3b3ab092fa9ac7d5d4d8beb004"
61 ]
62}
63available: arch != "arm64" & arch != "ppc64"
64extra-source "alt-signal-stack.patch" {
65 src: "https://github.com/ocaml/ocaml/commit/d111407bf4ff71171598d30825c8e59ed5f75fd6.patch?full_index=1"
66 checksum: "sha256=cadeb58478a5ca998fdfa54dc99fbb31235a0ce7689a740338a8fdb391e9b436"
67}
68extra-source "fix-gcc10.patch" {
69 src:
70 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-base-compiler/fix-gcc10.patch.4.01.0"
71 checksum: [
72 "sha256=3c85e1e94a848576aa3bb86e300f4534324c21067248c4daf739004017a81cac"
73 "md5=a5ee5f90499987223ca8c13896fa2c4c"
74 ]
75}