{application, argv, [
    {vsn, "1.0.2"},
    {applications, [gleam_stdlib]},
    {description, "A cross platform library for getting the command line arguments"},
    {modules, [argv]},
    {registered, []}
]}.
