package yocaml_syndication
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Yocaml plugin for dealing with RSS and Atom feed
Install
dune-project
Dependency
Authors
Maintainers
Sources
yocaml-3.0.0.tbz
sha256=c5237c5f345f76c829fd9f4ec5fcd05051e6f4372b24ecf798a48c2649ce9a0e
sha512=babeab686e031160882b739f07773bf1a2ae94a10de8992a4d812b35a487a353c2d3d915ac17fe74b7961570984c62d022c9108aa72562b5d81f93829ef62576
doc/README.html
YOCaml
You will find a comprehensive tutorial on how to use YOCaml on the official website.
Dev setup
We suggest creating a local switch to create a sandboxed development environment.
opam update
opam switch create . --deps-only --with-doc --with-test --with-dev-setup -y
eval $(opam env)When the environment is prepared, dune build should build the project.
Useful commands
dune fmtFormat the entire code base according to the profile described in the.ocamlformatfile.dune testRun the tests (for expectation tests, following the command withdune promotewill regenerate the tests that produce outputs)
Website using YOCaml
Here is a list of websites that use YOCaml, along with their repositories. In addition, you will find some basic examples in the example directory.
Website | Source |
|---|---|
Please feel free to add your website to this list!
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page