opam-version: "2.0" synopsis: "Mirage compiler for unix" maintainer: "David Allsopp " depends: [ "ocaml" {= "4.00.1" & post} "base-unix" {post} "base-threads" {post} "base-ocamlbuild" {post} "base-bigarray" {post} "lwt" {post} "ocamlfind" {post} ] conflict-class: "ocaml-core-compiler" flags: compiler setenv: [ [MIRAGE_OS = "unix"] [MIRAGE_NET = "direct"] ] 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"] [make "world.opt"] ] install: [make "install"] url { src: "http://caml.inria.fr/pub/distrib/ocaml-4.00/ocaml-4.00.1.tar.gz" checksum: [ "sha256=b48d5c7d3bf4a0cd6125f8fdfc1f654dd65586087399dc9f14716d7b9535e87a" "md5=91124a8eb12a57f1e56c02fe3db0f9e7" ] } 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#4.00" patches: ["alt-signal-stack.patch"] extra-source "alt-signal-stack.patch" { src: "https://github.com/ocaml/ocaml/commit/60b0cdaf2519d881947af4175ac4c6ff68901be3.patch?full_index=1" checksum: "sha256=bb0e0e736ecc55c9f8cd8f74ca00a920bfe46e4200b82c5a45da952053b374da" }