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/Liquidsoap_lang/Json_base/index.html

Module Liquidsoap_lang.Json_baseSource

Sourcetype parse_error = {
  1. pos : Pos.t;
  2. message : string;
}
Sourceexception Parse_error of parse_error
Sourcetype t = [
  1. | `Assoc of (string * t) list
  2. | `Tuple of t list
  3. | `String of string
  4. | `Bool of bool
  5. | `Float of float
  6. | `Int of int
  7. | `Null
]
OCaml

Innovation. Community. Security.