package liquidsoap-lang

  1. Overview
  2. Docs
Liquidsoap language library

Install

Dune Dependency

Authors

Maintainers

Sources

liquidsoap-2.2.2.tar.gz
md5=7f48c4888cb9f575d1658c7cf096c860
sha512=8cb337a9980a580ec548ecb59a7a070313cc3f96f1cc4d16eed2eb26403fdfa99f803022e828dc5d7b8c63baf02f32145d96e133036279a7576595ca3f4afccf

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.