pkgsrc/devel/hs-pandoc-lua-marshal/DESCR
pho 6df4a62e8b devel/hs-pandoc-lua-marshal: import hs-pandoc-lua-marshal-0.1.4
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.
2022-02-12 08:14:11 +00:00

9 lines
375 B
Text

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.