opam-version: "2.0" synopsis: "MetaOCaml 3.09 alpha 030" maintainer: "David Allsopp " depends: [ "ocaml" {= "3.09.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] {os != "openbsd" & os != "freebsd" & os != "macos"} ["./configure" "-prefix" prefix "-cc" "cc" "-aspp" "cc -c"] {os = "openbsd" | os = "freebsd" | os = "macos"} [make "world"] ] install: [ [make "install"] ["mkdir" "-p" "%{prefix}%/lib/ocaml/compiler-libs"] ["cp" "-r" "typing" "parsing" "utils" "%{prefix}%/lib/ocaml/compiler-libs/"] ] url { src: "https://github.com/metaocaml/metaocaml-archive/blob/master/MetaOCaml_309_alpha_030.tar.gz?raw=true" checksum: [ "sha256=cd95a199d0edfe7e624f6690cd706e63eb142276f8f846c4f26739fe815d2f56" "md5=28fca7ec424a1fd9fcdcf89fa2929f2a" ] } available: !(os = "macos" & arch = "arm64") license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" authors: [ "Xavier Leroy" "Damien Doligez" "Alain Frisch" "Jacques Garrigue" "Didier Rémy" "Jérôme Vouillon" ] bug-reports: "https://github.com/ocaml/opam-repository/issues" homepage: "https://ocaml.org" dev-repo: "git+https://github.com/ocaml/ocaml.git#3.09" patches: ["alt-signal-stack.patch"] extra-source "alt-signal-stack.patch" { src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-base-compiler/alt-signal-stack.patch.3.09.1" checksum: [ "sha256=8ea62f959faf2775ea7f11881a50c53c9f043c755a94e5659ea97e975334b7fb" "md5=f0fe444ea7afc5ef5d9e55412d6c1d3d" ] }