package liquidsoap-lang

  1. Overview
  2. Docs
Liquidsoap language library

Install

Dune Dependency

Authors

Maintainers

Sources

v2.2.0.tar.gz
md5=7c66a8995b267504a953023dc83a71b9
sha512=f1ba43fcd0bba005bfc3ae4df9897860d11108a7cef3bdb216c2be955dc48a5c0e536fa130eeb6bdcc4d08abc706285c3a8e60d64fb495de9afb481615768167

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.