opam-version: "2.0" synopsis: "Second release candidate for 4.08.1, without safe strings by default" 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.08.1" & 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}%" "DEFAULT_STRING=unsafe"] {os != "openbsd" & os != "freebsd" & os != "macos"} [ "./configure" "--prefix=%{prefix}%" "CC=cc" "ASPP=cc -c" "DEFAULT_STRING=unsafe" ] {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.1+rc2.tar.gz" checksum: [ "sha256=e3c04163e548d89a6aa053a6f6be88426a9a492a256fab60b672e26fb8e6f235" "md5=363fb0731eaf6874ff5532da272db16d" ] } 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