pandoc-lua-marshal

GitHub CI Hackage Stackage Lts Stackage Nightly MIT license

Use pandoc types in Lua.

Description

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.

Changes

Changelog

pandoc-lua-marshal uses PVP Versioning. The changelog is available on GitHub.

0.1.0.1

Released 2021-11-28.

  • Added test-simpletable.lua to the list of extra-source-files.

0.1.0

Released 2021-11-28.

  • Released into the wild. May it live long and prosper.