Packages

Process ip's in js and erlang via gleam

Current section

Files

Jump to
gip src gip.app.src
Raw

src/gip.app.src

{application, gip, [
{vsn, "1.0.0"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "Process ip's in js and erlang via gleam"},
{modules, [gip]},
{registered, []}
]}.