diff options
| author | Albert Krewinkel <[email protected]> | 2022-08-02 11:07:30 +0200 |
|---|---|---|
| committer | Albert Krewinkel <[email protected]> | 2022-08-02 11:09:51 +0200 |
| commit | 4633fc3ca05e73d0a2d38e3fa31456f08cf5bb47 (patch) | |
| tree | 5fae17be55cc08a79e01f140917fcfa6c0d2788a /doc | |
| parent | 0e8f424d9ef29175a12e8efb40e91a63aa939da1 (diff) | |
doc/libraries.md: add hslua packages written specifically for pandoc
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/libraries.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/libraries.md b/doc/libraries.md index f97d65175..4e799d18b 100644 --- a/doc/libraries.md +++ b/doc/libraries.md @@ -49,6 +49,13 @@ pandoc: [gridtables] : Support for parsing grid style textual tables. +[hslua-objectorientation], [hslua-packaging] +: Bindings, wrappers, and helper functions to access Haskell data + types from Lua via an object-oriented interface. + +[hslua-aeson] +: Converter from aeson data types to Lua objects. + [skylighting]: https://hackage.haskell.org/package/skylighting [skylighting-core]: https://hackage.haskell.org/package/skylighting-core [citeproc]: https://hackage.haskell.org/package/citeproc @@ -65,3 +72,7 @@ pandoc: [jira-wiki-markup]: https://hackage.haskell.org/package/jira-wiki-markup [unicode-collation]: https://hackage.haskell.org/package/unicode-collation [gridtables]: https://hackage.haskell.org/package/gridtables +[hslua-objectorientation]: https://hackage.haskell.org/package/hslua-objectorientation +[hslua-packaging]: https://hackage.haskell.org/package/hslua-packaging +[hslua-aeson]: https://hackage.haskell.org/package/hslua-aeson + |
