{application, string_width, [
    {vsn, "3.4.2"},
    {applications, [gleam_stdlib]},
    {description, "Layout and measure the sizes of a strings printed in the terminal!"},
    {modules, [string_width,
               string_width@@main,
               string_width@internal@ansi,
               string_width@internal@tables,
               string_width_ffi,
               tui_ffi]},
    {registered, []}
]}.
