opam-version: "2.0" synopsis: "4.06 rc1 with -safe-string enabled." maintainer: "David Allsopp " depends: [ "ocaml" {= "4.06.0" & 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" "-force-safe-string"] {os != "openbsd" & os != "freebsd" & os != "macos"} [ "./configure" "-prefix" prefix "-with-debug-runtime" "-force-safe-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.0+rc1.tar.gz" checksum: [ "sha256=846bd2046988c3cfb0c2430c9fabbef9c21c77edd001e314fe63bd1eecd018cd" "md5=4789f3147cbe82656459fea0f1b0b1a9" ] } available: !(os = "macos" & arch = "arm64" | os = "win32") x-maintained: false