package toml

  1. Overview
  2. Docs
Library for TOML with a parser, a serializer and a printer

Install

Dune Dependency

Authors

Maintainers

Sources

7.1.0.tar.gz
sha256=1d4e9c16ed9e24d46dd757ce94adc7fc8b2068eb5ff7cd2a70fce08135a752ef
sha512=9cb98e4a9c4a01acf5ceeac836fe0dc4d341662f9b3ce6803e9d14499bcb450441111247159bdbc5c25d4618b8c1f088d206da702bef12ea1ca8781607d26774

doc/toml/Toml/Min/index.html

Module Toml.MinSource

Sourceval key : string -> Types.Table.Key.t

Turns a string into a table key.

  • raises Types.Table.Key.Bad_key

    if the key contains invalid characters.

  • since 2.0.0
Sourceval of_key_values : (Types.Table.Key.t * Types.value) list -> Types.table

Builds a Toml table out of a list of (key, value) tuples.

  • since 4.0.0
OCaml

Innovation. Community. Security.