package liquidsoap-lang

  1. Overview
  2. Docs
Liquidsoap language library

Install

Dune Dependency

Authors

Maintainers

Sources

liquidsoap-2.2.5.tar.gz
md5=8e4d35b2595e31ef5e7a96b605382787
sha512=3c8c9738cce1adad3707986527b52aac5e5a70f11f58e4aa3647972752275d72d1649657e46cec6afc4c543a4546cc312d1c9b1a4338f9bd6e41c0a702ec5118

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.