package otoml

  1. Overview
  2. Docs
TOML parsing, manipulation, and pretty-printing library (1.0.0-compliant)

Install

Authors

Maintainers

Sources

1.0.3.tar.gz
md5=3dcb9a0165e3535afe8c9842bf7cc1bf
sha512=98fd4c3374c47c79e1b84c584f74a023cbcbcdcf86d6320ef36436476785dfe36e94f94f64a588b5838bb489efd053146e7f042072da1e19543ce4701c93b054

Description

OTOML is a library for parsing, manipulating, and pretty-printing TOML files.

  • Fully 1.0.0-compliant.
  • No extra dependencies: default implementation uses native numbers and represents dates as strings.
  • Provides a functor for building alternative implementations: plug your own bignum and calendar libraries if required.
  • Informative parse error reporting.
  • Pretty-printer offers flexible indentation options.

Published: 07 Nov 2022

Dependencies (5)

  1. uutf >= "1.0.0"
  2. dune >= "2.0.0"
  3. menhirLib >= "20200525"
  4. menhir
  5. ocaml >= "4.08.0"

Dev Dependencies (2)

  1. odoc with-doc
  2. ounit2 with-test

Used by (5)

  1. camyll >= "0.4.0"
  2. dirsift >= "0.0.4"
  3. fromager >= "0.5.0"
  4. lab
  5. soupault >= "3.2.1" & < "4.4.0"

Conflicts

None