package liquidsoap-lang

  1. Overview
  2. Docs
Liquidsoap language library

Install

dune-project
 Dependency

Authors

Maintainers

Sources

liquidsoap-2.4.2.tar.gz
md5=d2e94316a2d6866bec827dac8155de48
sha512=19e78bf9794ad2302e2bd31655b911c187d510f810b28bfb7f959cc6c9a64770b81511246ae2abb1f8d3cc5f20a399adc8e5a16dc8ca1d40385cae2dd5ecfa45

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