Liquidsoap_lang_valuesRuntime values and the global environment they are registered in.
module Value : sig ... endRuntime values: what a script evaluates to.
module Environment : sig ... endThe global environment builtins are registered in.
module Hooks : sig ... endCapabilities the language needs but cannot implement, filled in by the streaming core. See the comment at the top of hooks.ml.
module Error : sig ... endErrors raised by builtins.