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