opam-version: "2.0" license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" synopsis: "The OCaml compiler (virtual package)" description: """ This package requires a matching implementation of OCaml, and polls it to initialise specific variables like `ocaml:native-dynlink`""" maintainer: "David Allsopp " depends: [ "ocaml-config" "ocaml-base-compiler" {= "4.04.1"} | "ocaml-variants" {>= "4.04.1" & < "4.04.2~"} | "ocaml-system" {>= "4.04.1" & < "4.04.2~"} ] setenv: [ [CAML_LD_LIBRARY_PATH = "%{_:stubsdir}%"] [CAML_LD_LIBRARY_PATH += "%{lib}%/stublibs"] [OCAML_TOPLEVEL_PATH = "%{toplevel}%"] ] build: ["ocaml" "%{ocaml-config:share}%/gen_ocaml_config.ml" _:version _:name] build-env: CAML_LD_LIBRARY_PATH = "" homepage: "https://ocaml.org" bug-reports: "https://caml.inria.fr/mantis/" authors: [ "Xavier Leroy" "Damien Doligez" "Alain Frisch" "Jacques Garrigue" "Didier Rémy" "Jérôme Vouillon" ] flags: conf post-messages: "The main opam-repository has archived all packages that are not compatible with OCaml 4.08. If you want to install those packages, you need to add the archive repository: 'opam repository add archive git+https://github.com/ocaml/opam-repository-archive' in this opam switch."