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