package liquidsoap-lang

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Liquidsoap_lang.HooksSource

Sourceval regexp : (?flags:Regexp.flag list -> string -> Regexp.regexp) ref
Sourcetype log = < f : 'a. int -> ('a, unit, string, unit) format4 -> 'a ; critical : 'a. ('a, unit, string, unit) format4 -> 'a ; severe : 'a. ('a, unit, string, unit) format4 -> 'a ; important : 'a. ('a, unit, string, unit) format4 -> 'a ; info : 'a. ('a, unit, string, unit) format4 -> 'a ; debug : 'a. ('a, unit, string, unit) format4 -> 'a >
Sourceval make_log : (string list -> log) ref
Sourceval log : string list -> log
Sourceval liq_libs_dir : (unit -> string) ref
Sourceval log_path : string option ref
Sourceval eval_check : (env:(string * Value.t lazy_t) list -> tm:Term.term -> Value.t -> unit) ref
Sourcetype encoder_params = (string * [ `Value of Value.t | `Encoder of encoder ]) list
Sourceand encoder = string * encoder_params
Sourceval make_encoder : (pos:Pos.Option.t -> Term.t -> encoder -> Value.t) ref
Sourceval type_of_encoder : (pos:Pos.Option.t -> Term.encoder -> Type.t) ref
Sourceval has_encoder : (Value.t -> bool) ref
Sourceval collect_after : ((unit -> Value.t) -> Value.t) ref
Sourceval mk_source_ty : (pos:Pos.t -> extensible:bool -> string -> (string * (string * (string * string) list)) list -> Type.t) ref
Sourceval source_methods_t : (unit -> Type.t) ref
Sourceval getpwnam : (string -> Unix.passwd_entry) ref