Packages

An Iso8583 processing library for erlang

Current section

Files

Jump to
iso8583_erl src iso8583_erl.app.src
Raw

src/iso8583_erl.app.src

{application,iso8583_erl,
[{description,"An Iso8583 processing library for erlang"},
{vsn,"0.4.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["MIT"]},
{links,[{"GitHub","https://github.com/nayibor/iso8583_erl"}]}]}.