Module Kxclib.Runtime_info

type runtime_type = [
  1. | `buckle_script
  2. | `classic_ocaml of [ `bytecode | `native ]
  3. | `js_of_ocaml
  4. | `unknown of string
]
val pp_runtime_type : Stdlib.Format.formatter -> runtime_type -> unit
val current_runtime_type : runtime_type