This file is indexed.

/usr/lib/erlang/lib/edoc-0.7.12.1/ebin/edoc.app is in erlang-edoc 1:16.b.3-dfsg-1ubuntu2.2.

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
19
20
21
22
23
24
25
% This is an -*- erlang -*- file.

{application, edoc,
 [{description, "EDoc"},
  {vsn, "0.7.12.1"},
  {modules, [edoc,
	     edoc_data,
	     edoc_doclet,
	     edoc_extract,
	     edoc_layout,
	     edoc_lib,
	     edoc_macros,
	     edoc_parser,
	     edoc_refs,
	     edoc_report,
	     edoc_run,
	     edoc_scanner,
             edoc_specs,
	     edoc_tags,
	     edoc_types,
	     edoc_wiki,
	     otpsgml_layout]},
  {registered,[]},
  {applications, [compiler,kernel,stdlib,syntax_tools]},
  {env, []}]}.