opam-version: "2.0" synopsis: "Second beta for 4.09.0, 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.09.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.09.0+beta2.tar.gz" checksum: "sha256=ecde06fae84a2338e4ce493d851076a3162a9a04e0598dd65111174e8d7367ef" } 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