Packages

Rebar3 IDL Compiler

Current section

Files

Jump to
idl src idl.app.src
Raw

src/idl.app.src

{application,idl,
[{description,"Rebar3 IDL Compiler"},
{licenses,["MIT"]},
{vsn,"1.0.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{maintainers,["Sebastian Weddmark Olsson"]},
{links,[{"Github",
"https://github.com/sebastiw/rebar3_idl_compiler"}]}]}.