otoml
TOML parsing, manipulation, and pretty-printing library (1.0.0-compliant)

Install

Authors

Maintainers

Sources

1.0.4.tar.gz
md5=1c502a7db858e7aea5847836eacf6f66
sha512=7e837fae680b3453422fca23ecd2f72f4993c49b6864fce75df737b41127e569381f3c30e800dc7258ab972050551523b7b3f299d7e6b15cc505d69fcd79e137

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: 16 Dec 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"

Conflicts

None