Packages

A fast and lightweight CSV parser and writer for Erlang

Current section

Files

Jump to
loki_csv src loki_csv.app.src
Raw

src/loki_csv.app.src

{application,loki_csv,
[{description,"A fast and lightweight CSV parser and writer for Erlang"},
{vsn,"0.1.0"},
{registered,[]},
{mod,{loki_csv_app,[]}},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["Apache-2.0"]},
{links,[{"GitHub","https://github.com/roquess/loki_csv"}]}]}.