package yocaml
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Core engine of the YOCaml Static Site Generator
Install
dune-project
Dependency
Authors
Maintainers
Sources
yocaml-2.7.0.tbz
sha256=89a74bd5cb37e580e45e4ed3d43b07b2cca5af9ab7f98966c48fe9730dc4af2e
sha512=ae77555570320c28c47d748e75056ccc44bb43cddf6fef70e8b556254fd809d67b915b313bd1833c28581db1fdeefbe34e81d5548744d6ecabe466ee1ef6284c
doc/yocaml/Yocaml/Cache/index.html
Module Yocaml.CacheSource
The cache is an artifact of the previous build that tracks information about build targets, including dynamic dependencies, and maintains a hashed version of the targets.
Types
An entry of the cache.
Building
entry ?last_build_date hashed_content deps creates an entry.
Cache interaction
update cache path ?deps ~now content updates the cache for the path entry. If an entry already existed at the given key, it will be deleted.
get cache path returns the associated hash content, deps set and the last build date for a given path.
Serialization/Deserialization
Supports serialization and deserialization of cache.
from_sexp sexp try to converts a Sexp into a cache.
Utils
Pretty printer for caches.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page