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, "0.1.0"},
{applications, [gleam_stdlib]},
{description, "Simple algraeic dice notation parser for Gleam"},
{modules, [diced]},
{registered, []}
]}.