pandoc-lua-marshal: Use pandoc types in Lua
This package provides functions to marshal and unmarshal pandoc document types to and from Lua.
The values of most types are pushed to pandoc as "userdata" objects that wrap a stable pointer to the Haskell value; these objects come with methods to access and modify their properties.
Sequences are pushed as normal Lua tables, but are augmented with convenience functions.
[Skip to Readme]
Modules
[Index] [Quick Jump]
- Text
- Pandoc
- Lua
- Marshal
- Text.Pandoc.Lua.Marshal.AST
- Text.Pandoc.Lua.Marshal.Alignment
- Text.Pandoc.Lua.Marshal.Attr
- Text.Pandoc.Lua.Marshal.Block
- Text.Pandoc.Lua.Marshal.Cell
- Text.Pandoc.Lua.Marshal.Citation
- Text.Pandoc.Lua.Marshal.CitationMode
- Text.Pandoc.Lua.Marshal.Content
- Text.Pandoc.Lua.Marshal.Filter
- Text.Pandoc.Lua.Marshal.Format
- Text.Pandoc.Lua.Marshal.Inline
- Text.Pandoc.Lua.Marshal.List
- Text.Pandoc.Lua.Marshal.ListAttributes
- Text.Pandoc.Lua.Marshal.MathType
- Text.Pandoc.Lua.Marshal.MetaValue
- Text.Pandoc.Lua.Marshal.Pandoc
- Text.Pandoc.Lua.Marshal.QuoteType
- Text.Pandoc.Lua.Marshal.Row
- Text.Pandoc.Lua.Marshal.SimpleTable
- Text.Pandoc.Lua.Marshal.TableFoot
- Text.Pandoc.Lua.Marshal.TableHead
- Text.Pandoc.Lua.Marshal.TableParts
- Marshal
- Lua
- Pandoc
Downloads
- pandoc-lua-marshal-0.1.7.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1.0, 0.1.0.1, 0.1.1, 0.1.2, 0.1.3, 0.1.3.1, 0.1.4, 0.1.5, 0.1.5.1, 0.1.6, 0.1.6.1, 0.1.7, 0.2.0, 0.2.1, 0.2.1.1, 0.2.2, 0.2.3, 0.2.4, 0.2.5, 0.2.6, 0.2.7, 0.2.7.1, 0.2.8, 0.2.9 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.12 && <5), bytestring (>=0.10 && <0.12), containers (>=0.6 && <0.7), exceptions (>=0.8 && <0.11), hslua (>=2.1 && <2.3), hslua-marshalling (>=2.1 && <2.3), lua (>=2.1 && <2.3), pandoc-types (>=1.22.1 && <1.23), safe (>=0.3 && <0.4), text (>=1.1.1.0 && <1.3 || >=2.0 && <2.1) [details] |
License | MIT |
Copyright | © 2017-2022 Albert Krewinkel, John MacFarlane |
Author | Albert Krewinkel, John MacFarlane |
Maintainer | Albert Krewinkel <albert@zeitkraut.de> |
Category | Foreign |
Home page | https://github.com/pandoc/pandoc-lua-marshal |
Bug tracker | https://github.com/pandoc/pandoc-lua-marshal/issues |
Source repo | head: git clone https://github.com/pandoc/pandoc-lua-marshal.git |
Uploaded | by tarleb at 2022-07-16T13:29:37Z |
Distributions | Arch:0.2.7, Fedora:0.2.2, LTSHaskell:0.2.9, NixOS:0.2.7.1, Stackage:0.2.9, openSUSE:0.2.9 |
Reverse Dependencies | 2 direct, 167 indirect [details] |
Downloads | 10613 total (423 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2022-07-16 [all 1 reports] |