Packages

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
howdy_uuid src howdy_uuid.app.src
Raw

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, []}
]}.