Packages

Simple algebraic dice notation parser for Gleam

Current section

Files

Jump to
diced src diced.app.src
Raw

src/diced.app.src

{application, diced, [
{vsn, "1.0.0"},
{applications, [gleam_stdlib,
splitter]},
{description, "Simple algebraic dice notation parser for Gleam"},
{modules, [diced,
diced@@main]},
{registered, []}
]}.