opam-version: "2.0" synopsis: "The OCaml compiler (system version, from outside of opam)" maintainer: [ "David Allsopp " "Florian Angeletti " ] authors: "Xavier Leroy and many contributors" homepage: "https://ocaml.org" bug-reports: "https://github.com/ocaml/opam-repository/issues" dev-repo: "git+https://github.com/ocaml/ocaml" depends: [ "ocaml" {post} "base-unix" {post} "base-threads" {post} "base-bigarray" {post} ] conflict-class: "ocaml-core-compiler" available: sys-ocaml-version = "4.11.0" flags: compiler build: ["ocaml" "gen_ocaml_config.ml"] substs: "gen_ocaml_config.ml" extra-source "gen_ocaml_config.ml.in" { src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-system/gen_ocaml_config.ml.in" checksum: [ "sha256=71bcd3d35e28cbf71eda81991c8741268f4b87ced71573b2e75f64f136cebfc1" "md5=093e7bec1ec95f9e4c6a313d73c5d840" ] }