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

[ gpl, library, text ] [ Propose Tags ]

This package provides a pandoc scripting engine based on Lua.


[Skip to Readme]

Modules

[Index] [Quick Jump]

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
Dependencies base (>=4.12 && <5), bytestring (>=0.9 && <0.12), citeproc (>=0.8 && <0.9), containers (>=0.6.0.1 && <0.7), data-default (>=0.4 && <0.8), doclayout (>=0.4 && <0.5), doctemplates (>=0.11 && <0.12), exceptions (>=0.8 && <0.11), hslua (>=2.2.1 && <2.3), hslua-aeson (>=2.2.1 && <2.3), hslua-core (>=2.2.1 && <2.3), hslua-module-doclayout (>=1.0.4 && <1.1), hslua-module-path (>=1.0.3 && <1.1), hslua-module-system (>=1.0 && <1.1), hslua-module-text (>=1.0.3 && <1.1), hslua-module-version (>=1.0.3 && <1.1), hslua-module-zip (>=1.0.0 && <1.1), lpeg (>=1.0.1 && <1.1), mtl (>=2.2 && <2.4), pandoc (>=3.1 && <3.2), pandoc-lua-marshal (>=0.2 && <0.3), pandoc-types (>=1.22 && <1.24), parsec (>=3.1 && <3.2), SHA (>=1.6 && <1.7), text (>=1.1.1 && <2.1) [details]
License GPL-2.0-or-later
Copyright © 2006-2022 John MacFarlane, 2017-2022 Albert Krewinkel
Author John MacFarlane, Albert Krewinkel
Maintainer Albert Krewinkel <albert@hslua.org>
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)
Uploaded by JohnMacFarlane at 2023-02-10T06:25:20Z
Distributions Arch:0.2.1, Fedora:0.2.0.1, LTSHaskell:0.2.1.2, NixOS:0.2.1.2, Stackage:0.2.1.3, openSUSE:0.2.1.2
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1939 total (204 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-02-10 [all 2 reports]

Readme for pandoc-lua-engine-0.1.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.