Current section
Files
Jump to
Current section
Files
src/binbo.app.src
{application,binbo,
[{description,"Chess representation using Bitboards"},
{vsn,"1.1.1"},
{modules,[]},
{registered,[binbo_sup]},
{applications,[kernel,stdlib,compiler,syntax_tools,uef]},
{mod,{binbo_app,[]}},
{env,[]},
{licenses,["Apache-2.0"]},
{links,[{"Github","https://github.com/DOBRO/binbo"}]}]}.