Current section
Files
Jump to
Current section
Files
src/gleam_stats.app.src
{application, gleam_stats, [
{vsn, "0.1.1"},
{applications, [gleam_bitwise,
gleam_stdlib,
gleeunit]},
{description, "A Gleam library for generating and working with random numbers, distributions and statistics."},
{modules, [gleam_stats,
gleam_stats@generators,
gleam_stats@math,
gleam_stats@rand,
gleam_stats@stats]},
{registered, []}
]}.