Liquidsoap_lang_dataSelf-contained services the rest of the language builds on.
module Runtime_error : sig ... endErrors raised while a script runs.
module Flags : sig ... endHow a value was written in the source, e.g. hexadecimal or octal.
module Methods : sig ... endImmutable maps of methods, hashed for the cache.
module Json : sig ... endJSON parsing and rendering.
module Doc : sig ... endDocumentation of builtins, operators and plug-in registries.
module Utils : sig ... endPath resolution and a couple of formatting helpers.
module Startup : sig ... endMessages emitted before the logger is up.
module Profiler : sig ... endTiming of script evaluation.
module Build_config : sig ... endVersion and build-time configuration.
module Sites : sig ... endInstalled paths, from dune-site.