opam-version: "2.0" synopsis: "Official release 4.11.1, with flambda activated and --disable-flat-float-array" maintainer: [ "David Allsopp " "Florian Angeletti " ] authors: "Xavier Leroy and many contributors" homepage: "https://ocaml.org" bug-reports: "https://github.com/ocaml/opam-repository/issues" dev-repo: "git+https://github.com/ocaml/ocaml" depends: [ "ocaml" {= "4.11.1" & post} "base-unix" {post} "base-bigarray" {post} "base-threads" {post} ] conflict-class: "ocaml-core-compiler" flags: compiler setenv: CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs" build: [ ["./configure" "--prefix=%{prefix}%" "--enable-flambda" "--disable-flat-float-array"] {os != "openbsd" & os != "macos"} [ "./configure" "--prefix=%{prefix}%" "CC=cc" "ASPP=cc -c" "--enable-flambda" "--disable-flat-float-array" ] {os = "openbsd" | os = "macos"} [make "-j%{jobs}%" "world"] [make "-j%{jobs}%" "world.opt"] ] install: [make "install"] url { src: "https://github.com/ocaml/ocaml/archive/4.11.1.tar.gz" checksum: "sha256=cd3cd55d465028b161c8c33bafc14ee6ae1d91b5efe51098350f8e8a5f454baf" } post-messages: [ "A failure in the middle of the build may be caused by build parallelism (enabled by default). Please file a bug report at https://github.com/ocaml/opam-repository/issues" {failure & jobs > 1} "You can try installing again including --jobs=1 to force a sequential build instead." {failure & jobs > 1 & opam-version >= "2.0.5"} ] available: !(os = "macos" & arch = "arm64") license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" patches: ["alt-signal-stack.patch"] extra-source "alt-signal-stack.patch" { src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch?full_index=1" checksum: "sha256=e94ff6043dbd47594599a7743b8e97080aef85a1541c5731c04494d19bdabaa7" }