package otoml

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

1.0.5.tar.gz
md5=14440749c58af89eeb8e10b69fea896b
sha512=a287bf40ec7bc1458fa74bf88cd30c2f93e0092f962858fa70acdb0e01978cd187cb1135aef66a5b5775cce31353901516ecdb6822a4c29a0a99f077f30a2149

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: 17 Apr 2024

Dependencies (5)

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

Dev Dependencies (2)

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

Used by (8)

  1. camyll >= "0.4.0"
  2. catala >= "1.0.0~alpha"
  3. dirsift >= "0.0.4"
  4. fromager >= "0.5.0"
  5. lab
  6. soupault >= "3.2.1"
  7. stone >= "0.6"
  8. yocaml_otoml

Conflicts

None