package soupault

  1. Overview
  2. No Docs
Static website generator based on HTML element tree rewriting

Install

dune-project
 Dependency

Authors

Maintainers

Sources

5.2.0.tar.gz
sha512=ad490894f052c0bedd1f2687afc0f042af377ed751002599b8d03a2335bd4ffe23db339c98cc78bb1406071f5c38b292afea8624f9390a96d5582d877c482fbb

Description

A website generator that works with page element trees rather than text and allows you to manipulate pages and retrieve metadata from existing HTML using arbitrary CSS selectors.

With soupault you can:

  • Generate ToC and footnotes.
  • Insert file content or an HTML snippet in any element.
  • Preprocess element content with external programs (e.g. run <pre> tags through a highlighter)
  • Extract page metadata (think microformats) and render it using a Jingoo template, a Lua plugin, or an external script.

Soupault is extensible with Lua (2.5) plugins and provides an API for element tree manipulation, similar to web browsers.

The website generator mode is optional, you can use it as post-processor for existing sites.

Published: 25 Nov 2025

Dependencies (22)

  1. cmarkit >= "0.3.0"
  2. lua-ml >= "0.9.3"
  3. tsort >= "2.2.0"
  4. digestif >= "0.7.3"
  5. camomile >= "2.0.0"
  6. jingoo >= "1.4.2"
  7. base64 >= "3.0.0"
  8. spelll >= "0.4"
  9. odate >= "0.6"
  10. re >= "1.9.0"
  11. csv >= "2.4"
  12. yaml >= "2.0.0"
  13. ezjsonm >= "1.2.0"
  14. otoml >= "1.0.5"
  15. markup >= "1.0.0-1"
  16. lambdasoup >= "1.1.1"
  17. fmt >= "0.8.9"
  18. logs >= "0.7.0"
  19. fileutils >= "0.6.3"
  20. containers >= "3.9"
  21. dune >= "2.0.0"
  22. ocaml >= "5.3.0"

Dev Dependencies

None

Used by

None

Conflicts (1)

  1. result < "1.5"