diff options
| author | Albert Krewinkel <albert@zeitkraut.de> | 2022-10-10 16:51:10 +0200 |
|---|---|---|
| committer | Albert Krewinkel <albert@zeitkraut.de> | 2022-10-10 16:59:20 +0200 |
| commit | 44827c1161b21895498b397a1b498e0da0eb3b6f (patch) | |
| tree | f1493d3c2452558c5054c578f0bc42447e138f4d /doc/libraries.md | |
| parent | 31aa660e656dc826e5c66927f645e3854194742d (diff) | |
doc/libraries.md: add hslua-cli and the hslua-module-* packages
Diffstat (limited to 'doc/libraries.md')
| -rw-r--r-- | doc/libraries.md | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/libraries.md b/doc/libraries.md index 4e799d18b..2fbcf94b7 100644 --- a/doc/libraries.md +++ b/doc/libraries.md @@ -53,9 +53,16 @@ pandoc: : Bindings, wrappers, and helper functions to access Haskell data types from Lua via an object-oriented interface. +[hslua-module-path], [-system], [-text], and [-version] +: Lua modules that expose functionality of basic Haskell + libraries to Lua. + [hslua-aeson] : Converter from aeson data types to Lua objects. +[hslua-cli] +: Command-line interface mimicking the default `lua` executable. + [skylighting]: https://hackage.haskell.org/package/skylighting [skylighting-core]: https://hackage.haskell.org/package/skylighting-core [citeproc]: https://hackage.haskell.org/package/citeproc @@ -75,4 +82,8 @@ pandoc: [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 - +[hslua-cli]: https://hackage.haskell.org/package/hslua-cli +[hslua-module-path]: https://hackage.haskell.org/package/hslua-module-path +[-system]: https://hackage.haskell.org/package/hslua-module-system +[-text]: https://hackage.haskell.org/package/hslua-module-text +[-version]: https://hackage.haskell.org/package/hslua-module-version |
