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-3.0.1.tbz
sha256=9091d2c578cfbd15ff87f3d0dc9a64f9e02e714a22d37da14823083ec46a51b1
sha512=22231c3852a8345b6a6947c367e7cc311b57ccf2869a5d7c681384e7c0c18f0a17217ebc04ae9523833941ac71f136185cdc75090fe0849fa42a4f8a01d5e203
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.
from_list l creates a cache from a list.
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