/usr/lib/yapp-0.4.2/ebin/yapp.app is in erlang-yapp 2.0.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | {application, yapp,
[{description,"Yaws applications handler"},
{vsn, "0.4.2"},
{modules,[
yapp_app,
yapp,
yapp_ets_server,
yapp_event_handler,
yapp_handler,
yapp_mnesia_server,
yapp_registry,
yapp_server,
yapp_sup
]},
{registered, [yapp_handler]},
{mod,{yapp_app,[]}},
{env, [{yapp_registry_impl, yapp_mnesia_server}]},
{applications,[kernel, stdlib, yaws]}]}.
|