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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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
Dependencies aeson, base (>=4.12 && <5), bytestring (>=0.9 && <0.13), 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.3 && <2.4), hslua-module-doclayout (>=1.1 && <1.2), hslua-module-path (>=1.1 && <1.2), hslua-module-system (>=1.1 && <1.2), hslua-module-text (>=1.1 && <1.2), hslua-module-version (>=1.1 && <1.2), hslua-module-zip (>=1.1 && <1.2), hslua-repl (>=0.1.1 && <0.2), lpeg (>=1.0.4 && <1.1), mtl (>=2.2 && <2.4), pandoc (>=3.1.4 && <3.2), pandoc-lua-marshal (>=0.2.2 && <0.3), pandoc-types (>=1.22 && <1.24), parsec (>=3.1 && <3.2), SHA (>=1.6 && <1.7), text (>=1.1.1 && <2.2) [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>
Revised Revision 1 made by JohnMacFarlane at 2023-09-01T19:14:27Z
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-08-31T16:32:48Z
Distributions Arch:0.2.1.2, Fedora:0.2.0.1, LTSHaskell:0.2.1.2, NixOS:0.2.1.2, Stackage:0.2.1.4, openSUSE:0.2.1.2
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2170 total (243 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-08-31 [all 1 reports]

Readme for pandoc-lua-engine-0.2.1.2

[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.