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.4.1.tbz
sha256=cfc7c139116d6881b1d0bc7af706b8f8ceb6cd1f5be67d621944388731ab9d6c
sha512=9d1a075a6a9d3c8bae9ae4e389ada0a5b7818b3993ef9dd45af65070434b86bb56c349db5d0149134d449495415c28e2bfca993a20d5e4b7d16263f7231334c3
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