Packages

A small library for parsing Gemini's gemtext. Runs on both Erlang and JS

Current section

Files

Jump to
glemtext gleam.toml
Raw

gleam.toml

name = "glemtext"
version = "0.1.0"
description = "A small library for parsing Gemini's gemtext. Runs on both Erlang and JS"
licences = ["MPL-2.0"]
repository = { type = "github", user = "myrkvi", repo = "glemtext" }
# For a full reference of all the available options, you can have a look at
# https://gleam.run/writing-gleam/gleam-toml/.
[dependencies]
gleam_stdlib = "~> 0.35 or ~> 1.0"
[dev-dependencies]
gleeunit = "~> 1.0"