From 44827c1161b21895498b397a1b498e0da0eb3b6f Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Mon, 10 Oct 2022 16:51:10 +0200 Subject: doc/libraries.md: add hslua-cli and the hslua-module-* packages --- doc/libraries.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3