package liquidsoap-lang

  1. Overview
  2. Docs
Liquidsoap language library

Install

Dune Dependency

Authors

Maintainers

Sources

liquidsoap-2.3.3.tar.gz
md5=8a1f3a830ca97e0e674ba4dfe06ca500
sha512=30e4eb6f6247749b71256b451e92f2f5147c695218469c2a7fa9ef73170dca674e606f0ce45f135dc228cbc1d7163d7d7cf82623290b6e97423434893c8dd09d

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.