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.2.0"},
{applications, [gleam_stdlib]},
{description, "A pure gleam library for mathematical calculations."},
{modules, [gcalc]},
{registered, []}
]}.