opam-version: "2.0" synopsis: "second release candidate for 4.06.1, without safe strings by default" maintainer: "David Allsopp " depends: [ "ocaml" {= "4.06.1" & 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: [ [ "sed" "-ib" "-e" "s/opts=\"\"/opts=\"-Wno-implicit-function-declaration\"/" "config/auto-aux/hasgot" ] {os = "macos"} [ "./configure" "-prefix" prefix "-with-debug-runtime" "-default-unsafe-string" ] {os != "openbsd" & os != "freebsd" & os != "macos"} [ "./configure" "-prefix" prefix "-with-debug-runtime" "-default-unsafe-string" "-cc" "cc" "-aspp" "cc -c" ] {os = "openbsd" | os = "freebsd" | os = "macos"} [make "world"] [make "world.opt"] ] install: [make "install"] url { src: "https://github.com/ocaml/ocaml/archive/4.06.1+rc2.tar.gz" checksum: [ "sha256=6749fd9bc4ce39210cce5c7f654609d73c41a0001fae887292b9a31c2f78cc41" "md5=8befb315cd6d4dbfad130061b5a34a66" ] } available: !(os = "macos" & arch = "arm64" | os = "win32") x-maintained: false