Current section

Files

Jump to
erl_csv src erl_csv.app.src
Raw

src/erl_csv.app.src

{application,erl_csv,
[{description,"A simple library for dealing with CSV files"},
{vsn,"0.5.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["Apache-2.0"]},
{links,[{"GitHub","https://github.com/NelsonVides/erl_csv"}]}]}.