Module Kxclib.Runtime_info

type runtime_type = [
  1. | `classic_ocaml of [ `native | `bytecode ]
  2. | `js_of_ocaml
  3. | `buckle_script
    (*

    ReScript or Melange

    *)
  4. | `unknown of string
]
val pp_runtime_type : Stdlib.Format.formatter -> runtime_type -> unit
val current_runtime_type : runtime_type