Current section

Files

Jump to
matrix_bot_light src matrix_bot_light.app.src
Raw

src/matrix_bot_light.app.src

{application,matrix_bot_light,
[{description,"A simple library for creating Matrix bot"},
{vsn,"0.1.2"},
{registered,[]},
{mod,{matrix_bot_light_app,[]}},
{applications,[kernel,stdlib,gun,certifi,keylara]},
{env,[]},
{modules,[]},
{licenses,["Apache-2.0"]},
{links,[{"GitHub","https://github.com/roquess/matrix_bot_light"},
{"Hex.pm",
"https://hex.pm/packages/matrix_bot_light"}]}]}.