Packages
howdy_uuid
0.1.0
A library for Gleam to parse UUIDs. This is a slightly modify version of gleam_uuid, to work with the latest version of gleam
Current section
Files
Jump to
Current section
Files
src/howdy_uuid.app.src
{application, howdy_uuid, [
{vsn, "0.1.0"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "A library for Gleam to parse UUIDs. This is a slightly modify version of gleam_uuid, to work with the latest version of gleam"},
{modules, [howdy@uuid]},
{registered, []}
]}.