Current section

Files

Jump to
base16 src base16.app.src
Raw

src/base16.app.src

{application, base16,
[
{description, "Base16 encoding and decoding"},
{vsn, "1.0.0"},
{registered, []},
{applications, [kernel,
stdlib]},
{env, []},
{maintainers, ["Krzysiek Goj"]},
{licenses, ["BSD (for code)", "GPL (for tests)"]},
{links, [{"Github", "https://github.com/goj/base16"}]}
]}.