src/fixdate.app.src
{application, fixdate, [
{vsn, "1.0.0"},
{applications, [gleam_stdlib,
gleam_time]},
{description, "Format and parse HTTP-date timestamps for HTTP headers like Date, Last-Modified, and Expires (RFC 9110)"},
{modules, [fixdate,
fixdate@@main]},
{registered, []}
]}.