Current section

Files

Jump to
string_width src string_width.app.src
Raw

src/string_width.app.src

{application, string_width, [
{vsn, "2.0.1"},
{applications, [gleam_stdlib,
gleeunit,
simplifile]},
{description, "Estimate the dimensions of a string when printed in the terminal."},
{modules, [string_width]},
{registered, []}
]}.