mirror of
https://github.com/aantron/dream.git
synced 2025-12-08 00:04:51 -05:00
The documentation site is generated by Soupault, odoc, and omd. Some custom Lambda Soup-based postprocessors rewrite the odoc output to make it nicer. The generated site uses highlight.js, Lato from Google Fonts (courtesy of google-webfonts-helper), and some of the colors are based on Blueprint.js docs and the Predawn editor color theme. The site is static and portable.
Everything can be installed with make deps. If that fails (it uses a locked
compiler version), make refresh-deps will do an installation without the
lockfile.
Useful links:
- OCaml Syntax of documentation comments
- Lambda Soup Module Soup
- Soupault Tips and tricks