package yocaml
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Core engine of the YOCaml Static Site Generator
Install
dune-project
Dependency
Authors
Maintainers
Sources
yocaml-2.0.0.tbz
sha256=fddf61500e828ac88d86ba982084cc817299302082a6e797b36787ff18235ec2
sha512=8b71a8cecd3e101df55eef0bba7a24d4dde9d66b5ecedd9f6d55834fcdc8d33fd875092ca73a398e1715664caee06cdc1bdb1b4da85bff0a687faac5c0445023
doc/yocaml/Yocaml/Sexp/index.html
Module Yocaml.SexpSource
include module type of Sexp
Definition
An S-Expression is a data structure with an extremely simple recursive syntax tree. It is made up of atoms (character strings) and nodes (also S-Expressions).
Errors that can occur when parsing S-expressions.
Used to describe an invalid S-expression (correctly parsed but does not respect a schema).
Serialization
Tools for serializing a Sexp.
Deserialization
from_string str Try deserializing a string in Sexp.
from_string str Try deserializing a string in Sexp.
S-Canonical expression used to describe compressed data sources.
Utils
Pretty-printer for t (mostly used for debugging issue).
Pretty-printer for t with indentation.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>