Packages

ASCII-table library. A structured view of an ASCII-table as a list of tuples.

Current section

Files

Jump to
ascii_table src ascii_table.app.src
Raw

src/ascii_table.app.src

{application,ascii_table,
[{description,"An OTP library"},
{vsn,"0.1.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["Apache 2.0"]},
{links,[{"Github","https://github.com/rustkas/ascii_table"}]},
{files,["src","rebar.config","README.md","LICENSE"]}]}.