package toml

  1. Overview
  2. Docs

From OCaml primitive to Toml type.

OCaml strings should be valid UTF-8, and OCaml dates should be in UTC.

val bool : bool -> value
val int : int -> value
val float : float -> value
val string : string -> value
val date : Unix.tm -> value
val array : array -> value
val table : table -> value
module Array : sig ... end