Packages

An Erlang implementation of the CBOR data encoding format.

Current section

Files

Jump to
erl_cbor src erl_cbor.app.src
Raw

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,[]}]}.