Packages

A simple gleam library for creating tables based on columns and rows.

Current section

Files

Jump to
fabulous gleam.toml
Raw

gleam.toml

name = "fabulous"
version = "1.0.0"
description = "A simple gleam library for creating tables based on columns and rows."
licences = ["MIT"]
repository = { type = "github", user = "DeveloperSpoot", repo = "fabulous" }
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"