package yocaml_jingoo

  1. Overview
  2. Docs
Yocaml plugin for using Jingoo as a template language

Install

dune-project
 Dependency

Authors

Maintainers

Sources

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

doc/README.html

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.

On This Page
  1. Dev setup