this repo has no description
1opam-version: "2.0" 2license: "QPL-1.0 AND LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 3synopsis: "The OCaml compiler (virtual package)" 4description: """ 5This package requires a matching implementation of OCaml, 6and polls it to initialise specific variables like `ocaml:native-dynlink`""" 7maintainer: "David Allsopp <david@tarides.com>" 8depends: [ 9 "ocaml-config" 10 "ocaml-base-compiler" {= "3.08.4"} | 11 "ocaml-variants" {>= "3.08.4" & < "3.08.5~"} | 12 "ocaml-system" {>= "3.08.4" & < "3.08.5~"} 13] 14setenv: [ 15 [CAML_LD_LIBRARY_PATH = "%{_:stubsdir}%"] 16 [CAML_LD_LIBRARY_PATH += "%{lib}%/stublibs"] 17 [OCAML_TOPLEVEL_PATH = "%{toplevel}%"] 18] 19build: ["ocaml" "%{ocaml-config:share}%/gen_ocaml_config.ml" _:version _:name] 20build-env: CAML_LD_LIBRARY_PATH = "" 21homepage: "https://ocaml.org" 22bug-reports: "https://caml.inria.fr/mantis/" 23authors: [ 24 "Xavier Leroy" 25 "Damien Doligez" 26 "Alain Frisch" 27 "Jacques Garrigue" 28 "Didier Rémy" 29 "Jérôme Vouillon" 30] 31flags: conf 32post-messages: 33 "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."