gemmula: A tiny Gemtext parser

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

gemmula is a tiny and functional Gemtext (unofficially text/gemini) parser that aims to parse a Gemtext document from and back 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

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>
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 2024-01-13T18:54:29Z
Distributions NixOS:1.1.0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 93 total (13 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2024-01-13 [all 1 reports]

Readme for gemmula-1.1.0

[back to package description]

gemmula

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

Check the Section 5 of the Gemini Protocol specification for more about the text/gemini filetype. You can also check the Gemini Protocol capsule for more about the Gemini itself.

The documentation is available at Hackage.

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