Current section
Files
Jump to
Current section
Files
src/erl_cbor.app.src
{application,erl_cbor,
[{description,"An Erlang implementation of the CBOR data encoding format."},
{vsn,"2.0.1"},
{registered,[]},
{licenses,["ISC license"]},
{links,[{"GitHub","https://github.com/miniclip/erl_cbor"}]},
{applications,[kernel,stdlib]},
{env,[]}]}.