pandoc-lua-marshal: Use pandoc types in Lua
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
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]
Properties
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.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.SimpleTable
- Text.Pandoc.Lua.Marshal.TableParts
- Marshal
- Lua
- Pandoc
Downloads
- pandoc-lua-marshal-0.1.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees