Current section

Files

Jump to
bucs src bucs.app.src
Raw

src/bucs.app.src

{application,bucs,
[{description,"Bots Unit Commons"},
{vsn,"1.0.11"},
{modules,[]},
{registered,[]},
{applications,[kernel,stdlib,inets]},
{mod,{bucs_app,[]}},
{maintainers,["Gregoire Lejeune","Mathias Franck"]},
{licenses,["BSD-3"]},
{links,[{"Github","https://github.com/G-Corp/bucs"}]},
{files,["src/*","include/*","Makefile","bu.mk","README.md",
"rebar.config","rebar.lock","mix.exs"]},
{build_tools,["rebar3","mix","make"]}]}.