Current section

Files

Jump to
rfc3339 src rfc3339.app.src
Raw

src/rfc3339.app.src

{application, rfc3339,
[
{description, "an rfc3339 parser and formatter"},
{vsn, "0.2.1"},
{modules, [rfc3339]},
{registered, []},
{applications, [
kernel,
stdlib
]},
{env, []}
]}.