Packages

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

Current section

Files

Jump to
fabulous src fabulous.app.src
Raw

src/fabulous.app.src

{application, fabulous, [
{vsn, "1.0.0"},
{applications, [gleam_stdlib]},
{description, "A simple gleam library for creating tables based on columns and rows."},
{modules, [fabulous]},
{registered, []}
]}.