opam-version: "2.0" synopsis: "First release candidate for 4.08.1, with safe string forced globally" 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}%" "--enable-force-safe-string"] {os != "openbsd" & os != "freebsd" & os != "macos"} [ "./configure" "--prefix=%{prefix}%" "CC=cc" "ASPP=cc -c" "--enable-force-safe-string" ] {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+rc1.tar.gz" checksum: [ "sha256=b950b631132a2e6927e1cf28bbe8462ca345c23f362e9a246e49a419b57953b2" "md5=ef44a482bdd5d3876f3c2a20cafd74b2" ] } 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