Packages

A pure gleam library for mathematical calculations.

Current section

Files

Jump to
gcalc src gcalc.app.src
Raw

src/gcalc.app.src

{application, gcalc, [
{vsn, "0.1.1"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "A pure gleam library for mathematical calculations."},
{modules, [gcalc]},
{registered, []}
]}.