Current section
Files
Jump to
Current section
Files
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"}]}
]}.