diff options
| author | Albert Krewinkel <[email protected]> | 2024-10-23 10:59:19 +0200 |
|---|---|---|
| committer | Albert Krewinkel <[email protected]> | 2024-10-23 11:00:02 +0200 |
| commit | aeb0f2a19bedf3f151f8e57b2429435f5cd9eea9 (patch) | |
| tree | 3cb9adb7aa04585962ff23dee47c4939ffcfeb3c /doc | |
| parent | 7b08411d5c327b9654cd815771f53e435d2cf076 (diff) | |
doc/libraries.md: Add newly developed Haskell packages
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/libraries.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/libraries.md b/doc/libraries.md index 2fbcf94b7..580c3fc08 100644 --- a/doc/libraries.md +++ b/doc/libraries.md @@ -29,6 +29,9 @@ pandoc: [commonmark], [commonmark-extensions], and [commonmark-pandoc] : Efficient, standards-compliant parser for commonmark and extensions. +[djot] +: Parser and renderer for djot light markup syntax. + [ipynb] : Representation of Jupyter notebooks and conversion to and from JSON. @@ -57,12 +60,21 @@ pandoc: : Lua modules that expose functionality of basic Haskell libraries to Lua. +[hslua-module-doclayout] +: Lua bindings to the doclayout library mentioned above. + [hslua-aeson] : Converter from aeson data types to Lua objects. [hslua-cli] : Command-line interface mimicking the default `lua` executable. +[typst] +: Parsing and evaluating typst syntax. + +[typst-symbol] +: Symbol and emoji lookup for typst language. + [skylighting]: https://hackage.haskell.org/package/skylighting [skylighting-core]: https://hackage.haskell.org/package/skylighting-core [citeproc]: https://hackage.haskell.org/package/citeproc @@ -72,6 +84,7 @@ pandoc: [commonmark]: https://hackage.haskell.org/package/commonmark [commonmark-extensions]: https://hackage.haskell.org/package/commonmark-extensions [commonmark-pandoc]: https://hackage.haskell.org/package/commonmark-pandoc +[djot]: https://hackage.haskell.org/package/djot [ipynb]: https://hackage.haskell.org/package/ipynb [zip-archive]: https://hackage.haskell.org/package/zip-archive [rfc5051]: https://hackage.haskell.org/package/rfc5051 @@ -83,7 +96,10 @@ pandoc: [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-doclayout]: https://hackage.haskell.org/package/hslua-module-doclayout [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 +[typst]: https://hackage.haskell.org/package/typst +[typst-symbol]: https://hackage.haskell.org/package/typst-symbol |
