package yocaml

  1. Overview
  2. Docs
Core engine of the YOCaml Static Site Generator

Install

dune-project
 Dependency

Authors

Maintainers

Sources

yocaml-2.5.0.tbz
sha256=0237452eeba7ad902bc742b0bb038b8b8c8e8ce470f05bc42357c5b408e2b451
sha512=0a7df3e9ddd8643388282e5c7cb423b5ec9767cca29d696d2c242d6a35ba776cc4a1e8b4cd448af0f8c4b372eb9b1cb279f0d7b381594defb7fa5e8f57e94973

Description

YOCaml is a build system dedicated to generate static document

Published: 19 Sep 2025

README

YOCaml

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.

Dependencies (4)

  1. ppx_expect
  2. logs >= "0.7.0"
  3. ocaml >= "5.1.1"
  4. dune >= "3.14"

Dev Dependencies (11)

  1. utop with-dev-setup
  2. merlin with-dev-setup
  3. ocp-indent with-dev-setup
  4. ocamlformat with-dev-setup
  5. mdx with-test & = "2.5.0"
  6. qcheck-alcotest with-test
  7. qcheck with-test
  8. alcotest with-test & >= "1.3.0"
  9. fmt with-test
  10. sherlodoc with-doc
  11. odoc with-doc

Used by (12)

  1. yocaml_cmarkit = "2.5.0"
  2. yocaml_eio = "2.5.0"
  3. yocaml_git = "2.5.0"
  4. yocaml_jingoo = "2.5.0"
  5. yocaml_markdown = "2.5.0"
  6. yocaml_mustache = "2.5.0"
  7. yocaml_omd = "2.5.0"
  8. yocaml_otoml = "2.5.0"
  9. yocaml_runtime = "2.5.0"
  10. yocaml_syndication = "2.5.0"
  11. yocaml_unix = "2.5.0"
  12. yocaml_yaml = "2.5.0"

Conflicts

None