package yocaml_jingoo
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Yocaml plugin for using Jingoo as a template language
Install
dune-project
Dependency
Authors
Maintainers
Sources
yocaml-3.0.1.tbz
sha256=9091d2c578cfbd15ff87f3d0dc9a64f9e02e714a22d37da14823083ec46a51b1
sha512=22231c3852a8345b6a6947c367e7cc311b57ccf2869a5d7c681384e7c0c18f0a17217ebc04ae9523833941ac71f136185cdc75090fe0849fa42a4f8a01d5e203
Description
Added to opam-repository:
README
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