package otoml
TOML parsing, manipulation, and pretty-printing library (1.0.0-compliant)
Install
Dune Dependency
Authors
Maintainers
Sources
0.9.2.tar.gz
md5=9fe793f78b49843f641118ce5c8aec59
sha512=3ab1c1128155aa12acf29d455a7fe6d32bba5982ef57dcf6095e6890f913d9663880f308d92e51111c65986f56126daaf575e820b31b15b009b1d824dca81d52
doc/otoml/Otoml/index.html
Module Otoml
Source
Default TOML implementation.
Raised when a TOML table does not have specified key.
Raised when an operation is performed with an incompatible TOML type.
Raised when a TOML document cannot be parsed due to syntax or semantic errors.
Source
type t =
| TomlString of string
| TomlInteger of int
| TomlFloat of float
| TomlBoolean of bool
| TomlOffsetDateTime of string
| TomlLocalDateTime of string
| TomlLocalDate of string
| TomlLocalTime of string
| TomlArray of t list
| TomlTable of (string * t) list
| TomlInlineTable of (string * t) list
| TomlTableArray of t list
Constructors
Accessors
In non-strict mode, forces a value x
to a single-item array [x]
High-level interface
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>