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.1.0"},
{applications, [gleam_stdlib,
xmb]},
{description, "A tiny GPX builder for Gleam"},
{modules, [gpxb]},
{registered, []}
]}.