Packages

Erlang codec for 3GPP Telecommunication specifications

Current section

Files

Jump to
otc src otc.app.src
Raw

src/otc.app.src

{application,otc,
[{description,"Erlang codec for 3GPP Telecommunication specifications"},
{vsn,"1.0.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{licenses,["Apache-2.0"]},
{links,[{"GitHub","https://github.com/sebastiw/otc"}]},
{files,["asn1","dia","src","include","rebar.config",
"rebar.lock","LICENSE","README.org"]},
{exclude_patterns,["src/[A-Z].*.erl","include/[A-Z].*.erl",
"src/dia_.*.erl","include/dia_.*.hrl"]}]}.