package vlt
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
A variant of Bolt logging tool
Install
dune-project
Dependency
Authors
Maintainers
Sources
v0.2.5.tar.gz
sha256=756a6cba94204cda45ee767ca5f7e52ec321873dd53de48025c32dba1e03de24
md5=c0f22efcafa1119a9c82ffd9d7422da2
doc/vlt/Vlt/ConfigurationOld/index.html
Module Vlt.ConfigurationOldSource
This module provides the function loading a configuration from a file in "old" format.
The file format is as follows:
- the format is line-oriented;
- comments start with the '#' character and end at the end of the line;
- sections start with a line of the form "
a.b.c", "a.b.c" being the name of the section; - a section ends when a new section starts;
- at the beginning of the file, the section named "" is currently opened;
- section properties are defined by lines of the form "key=value";
- others lines should be empty (only populated with whitespaces and comments).
Loads the configuration from the passed file.
Raises Sys_error if an i/o error occurs, and Configuration.Exception if file cannot be parsed.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>