otoml
TOML parsing, manipulation, and pretty-printing library (1.0.0-compliant)
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.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 07 Nov 2022
- Authors
- Maintainers
Sources
1.0.3.tar.gz
md5=3dcb9a0165e3535afe8c9842bf7cc1bf
sha512=98fd4c3374c47c79e1b84c584f74a023cbcbcdcf86d6320ef36436476785dfe36e94f94f64a588b5838bb489efd053146e7f042072da1e19543ce4701c93b054
Dependencies
odoc
with-doc
ounit2
with-test
uutf
>= "1.0.0"
dune
>= "2.0.0"
menhirLib
>= "20200525"
ocaml
>= "4.08.0"
Reverse Dependencies