Current section
Files
Jump to
Current section
Files
src/overworld.app.src
{application,overworld,
[{description,"Multiplayer game server framework"},
{vsn,"2.0.0"},
{registered,[]},
{mod,{ow_app,[]}},
{applications,[kernel,stdlib,gproc,cowboy,enet]},
{env,[{overworld,#{prefix => 100,router => ow_msg}}]},
{modules,[]},
{licenses,["MPL-2.0"]},
{links,[{"GitHub",
"https://github.com/saltysystems/overworld"}]}]}.