opam-version: "2.0" synopsis: "4.10.2 release with specific features for ReScript development" maintainer: [ "David Allsopp " "Hongbo Zhang " ] 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.10.2" & 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"] {os != "openbsd" & os != "freebsd" & os != "macos"} [ "./configure" "--prefix=%{prefix}%" "CC=cc" "ASPP=cc -c" "--enable-flambda" ] {os = "openbsd" | os = "freebsd" | os = "macos"} [make "-j%{jobs}%" "world"] [make "-j%{jobs}%" "world.opt"] ] install: [make "install"] url { src: "https://github.com/ocaml/ocaml/archive/4.10.2.tar.gz" checksum: "sha256=7aa26e0d70f36f0338df92cf5aaeb2704f3443bfe910a3d02a5dca9162f1d866" } patches: ["add-conditional-compilation.patch" "alt-signal-stack.patch"] 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"} ] license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" extra-source "alt-signal-stack.patch" { src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch?full_index=1" checksum: "sha256=355fa7bd55ce5646db1365b116082aee31f9b466f0ffc27723f5971d03c14a53" } extra-source "add-conditional-compilation.patch" { src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-variants/add-conditional-compilation.patch.4.10.2+rescript" checksum: [ "sha256=665cae3af74c455aa4c9fb11900ef38b928b5184d28e18797396874fd2a1f739" "md5=7f32529556c09e554bc766e9c17cd44f" ] }