opam-version: "2.0" synopsis: "first release candidate for 4.08.0, without safe strings by default" maintainer: [ "David Allsopp " "Florian Angeletti " ] depends: [ "ocaml" {= "4.08.0" & post} "base-unix" {post} "base-bigarray" {post} "base-threads" {post} "ocaml-beta" ] conflict-class: "ocaml-core-compiler" flags: compiler setenv: CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs" build: [ [ "./configure" "--prefix=%{prefix}%" "--disable-force-safe-string" "DEFAULT_STRING=unsafe" ] {os != "openbsd" & os != "freebsd" & os != "macos"} [ "./configure" "--prefix=%{prefix}%" "--disable-force-safe-string" "DEFAULT_STRING=unsafe" "CC=cc" "ASPP=cc -c" ] {os = "openbsd" | os = "freebsd" | os = "macos"} [make "-j%{jobs}%" {os != "cygwin"} "world"] [make "-j%{jobs}%" {os != "cygwin"} "world.opt"] ] install: [make "install"] url { src: "https://github.com/ocaml/ocaml/archive/4.08.0+rc1.tar.gz" checksum: [ "sha256=bfedce81a31c6acb9fbc4dd6384889c4b316c59fdfbf33f3acd0582512a6694c" "md5=737902be9699c38fcb44f1f25f6a5997" ] } 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 & os != "cygwin"} "You can try installing again including --jobs=1 to force a sequential build instead." {failure & jobs > 1 & os != "cygwin" & opam-version >= "2.0.5"} ] available: !(os = "macos" & arch = "arm64" | os = "win32") x-maintained: false