opam-version: "2.0" synopsis: "Official release 4.08.2, without safe strings by default" maintainer: [ "David Allsopp " "Florian Angeletti " ] authors: ["Xavier Leroy" "Damien Doligez" "Alain Frisch" "Jacques Garrigue" "Didier Rémy" "Jérôme Vouillon"] homepage: "https://ocaml.org" bug-reports: "https://github.com/ocaml/opam-repository/issues" dev-repo: "git+https://github.com/ocaml/ocaml.git#4.08" depends: [ "ocaml" {= "4.08.2" & post} "base-unix" {post} "base-bigarray" {post} "base-threads" {post} "ocaml-beta" {opam-version < "2.1.0"} ] conflict-class: "ocaml-core-compiler" flags: [ compiler avoid-version ] setenv: CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs" build: [ ["sed" "-ib" "-e" "s/ -Werror//" "configure"] ["./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.tar.gz" } 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"} ] patches: ["fix-gcc10.patch"] available: !(os = "macos" & arch = "arm64") extra-source "fix-gcc10.patch" { src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-variants/fix-gcc10.patch.4.08.2" checksum: [ "sha256=e5a116608a20558fcd6c70c05978dc0c0b792f8dc10cfff119ddd6cce4b7dda1" "md5=17ecd696a8f5647a4c543280599f6974" ] }