gemmula: A tiny Gemtext parser

[ agpl, gemini, library, text ] [ Propose Tags ]

gemmula is a tiny and functional text/gemini (also known as Gemtext) parser that aims to parse a Gemtext document from and to Text, according to the Section 5 of the Gemini Protocol specification at https://geminiprotocol.net/docs/specification.gmi.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 1.0.0, 1.0.1, 1.1.0
Change log ChangeLog.md
Dependencies base (>=4.16 && <5), text (>=2.0 && <2.2) [details]
License AGPL-3.0-only
Author Sena <jn-sena@proton.me>
Maintainer Sena <jn-sena@proton.me>
Revised Revision 1 made by jan_sena at 2023-11-29T20:22:58Z
Category Text, Gemini
Home page https://codeberg.org/sena/gemmula
Bug tracker https://codeberg.org/sena/gemmula/issues
Source repo head: git clone https://codeberg.org/sena/gemmula
Uploaded by jan_sena at 2023-11-29T15:49:05Z
Distributions NixOS:1.1.0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 93 total (11 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user [build log]
All reported builds failed as of 2023-11-29 [all 2 reports]

Readme for gemmula-0.1.0.0

[back to package description]

gemmula

A tiny and functional Gemtext (text/gemini) parser from and to Text.

Check the Section 5 of the Gemini Protocol specification for more about the text/gemini filetype.

The documentation is available at Hackage.

You can find more information and related modules at the Codeberg repository.