pandoc-lua-engine: Lua engine to power custom pandoc conversions

[ gpl, library, text ] [ Propose Tags ] [ Report a vulnerability ]

This package provides a pandoc scripting engine based on Lua.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Flags

Automatic Flags
NameDescriptionDefault
repl

Include pandoc Lua repl.

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.1, 0.2, 0.2.0.1, 0.2.1, 0.2.1.1, 0.2.1.2, 0.2.1.3, 0.2.1.4, 0.2.1.5, 0.3, 0.3.1, 0.3.2, 0.3.3, 0.4, 0.4.1, 0.4.1.1, 0.4.2, 0.4.3, 0.5, 0.5.0.1, 0.5.0.2, 0.5.1
Dependencies aeson, base (>=4.12 && <5), bytestring (>=0.9 && <0.13), citeproc (>=0.8 && <0.14), containers (>=0.6.0.1 && <0.9), crypton (>=0.30 && <1.1), data-default (>=0.4 && <0.9), doclayout (>=0.5 && <0.6), doctemplates (>=0.11 && <0.12), exceptions (>=0.8 && <0.11), hslua (>=2.5 && <2.6), hslua-module-doclayout (>=1.2 && <1.3), hslua-module-path (>=1.2 && <1.3), hslua-module-system (>=1.3 && <1.4), hslua-module-text (>=1.2 && <1.3), hslua-module-version (>=1.2 && <1.3), hslua-module-zip (>=1.1.5 && <1.3), hslua-repl (>=0.1.1 && <0.2), lpeg (>=1.1 && <1.2), mtl (>=2.2 && <2.4), pandoc (>=3.9 && <3.10), pandoc-lua-marshal (>=0.3 && <0.4), pandoc-types (>=1.22 && <1.24), parsec (>=3.1 && <3.2), text (>=1.1.1 && <2.2) [details]
License GPL-2.0-or-later
Copyright © 2006-2024 John MacFarlane, 2017-2024 Albert Krewinkel
Author John MacFarlane, Albert Krewinkel
Maintainer Albert Krewinkel <albert@hslua.org>
Uploaded by JohnMacFarlane at 2026-02-03T22:48:03Z
Category Text
Home page https://pandoc.org
Bug tracker https://github.com/jgm/pandoc/issues
Source repo head: git clone https://github.com/jgm/pandoc.git(pandoc-lua-engine)
Distributions Arch:0.3.3, Fedora:0.4.1.1, LTSHaskell:0.4.3, NixOS:0.4.3, Stackage:0.5.0.2, openSUSE:0.5.0.2
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 4810 total (69 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2026-02-03 [all 1 reports]

Readme for pandoc-lua-engine-0.5.1

[back to package description]

pandoc-lua-engine

This package provides a Lua pandoc scripting engine based. It allows to write filters, custom readers, and custom writers in Lua.