Packages

A tiny GPX builder for Gleam

Current section

Files

Jump to
gpxb src gpxb.app.src
Raw

src/gpxb.app.src

{application, gpxb, [
{vsn, "1.0.0"},
{applications, [birdie,
gleam_stdlib,
gleeunit,
xmb]},
{description, "A tiny GPX builder for Gleam"},
{modules, [gpxb]},
{registered, []}
]}.