package toml
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Library for TOML with a parser, a serializer and a printer
Install
dune-project
Dependency
Authors
Maintainers
Sources
7.1.0.tar.gz
sha256=1d4e9c16ed9e24d46dd757ce94adc7fc8b2068eb5ff7cd2a70fce08135a752ef
sha512=9cb98e4a9c4a01acf5ceeac836fe0dc4d341662f9b3ce6803e9d14499bcb450441111247159bdbc5c25d4618b8c1f088d206da702bef12ea1ca8781607d26774
doc/toml/Toml/Printer/index.html
Module Toml.PrinterSource
Given a Toml value and a formatter, inserts a valid Toml representation of this value in the formatter.
Given a Toml table and a formatter, inserts a valid Toml representation of this value in the formatter.
Given a Toml array and a formatter, inserts a valid Toml representation of this value in the formatter.
Turns a Toml value into a string.
Turns a Toml table into a string.
Turns a Toml array into a string.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>