package yocaml

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

Install

Dune Dependency

Authors

Maintainers

Sources

yocaml-2.0.0.tbz
sha256=fddf61500e828ac88d86ba982084cc817299302082a6e797b36787ff18235ec2
sha512=8b71a8cecd3e101df55eef0bba7a24d4dde9d66b5ecedd9f6d55834fcdc8d33fd875092ca73a398e1715664caee06cdc1bdb1b4da85bff0a687faac5c0445023

Description

YOCaml is a build system dedicated to generate static document

Published: 04 Oct 2024

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 (3)

  1. ppx_expect
  2. dune >= "3.14" & >= "3.0.0"
  3. ocaml >= "5.1.1" & < "5.3"

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.4.1"
  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

Conflicts

None

OCaml

Innovation. Community. Security.