package liquidsoap-lang

  1. Overview
  2. Docs
Liquidsoap language library

Install

Dune Dependency

Authors

Maintainers

Sources

liquidsoap-2.2.3.tar.gz
md5=988ffcff06b32998c0810cc667247121
sha512=5e256f5413e933eecffa6a53ef17a0f586df1dcbb18de70c627b344f21d6f2c92ea770e4d9a416ac0a1aa4d21ce8872849cbe81c1ba6d9acfb973913a8dbb36c

doc/liquidsoap-lang.console/Console/index.html

Module ConsoleSource

Sourcetype text_style = [
  1. | `bold
  2. | `underline
  3. | `crossed
  4. | `black
  5. | `red
  6. | `green
  7. | `yellow
  8. | `blue
  9. | `magenta
  10. | `cyan
  11. | `white
]
Sourceval colorize : text_style list -> string -> string
Sourceval start_color : text_style list -> string
Sourceval stop_color : unit -> string
Sourcetype color_conf = [
  1. | `Always
  2. | `Never
  3. | `Auto
]
Sourceval color_conf : color_conf ref
OCaml

Innovation. Community. Security.