This file is indexed.

/usr/share/pyshared/giws-2.0.2.egg-info is in giws 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
Metadata-Version: 1.0
Name: giws
Version: 2.0.2
Summary: Generate C++ class wrappers to call Java methods/objects
Home-page: http://www.scilab.org/giws/
Author: Sylvestre Ledru
Author-email: sylvestre@ledru.info
License: CeCILL
Description: Giws is basically doing the same stuff as SWIG but the opposite.
         Calling Java from C/C++ can be tricky: JNI calls are complicated
         especially when dealing with non primivite types or arrays,
         performance issues must be kept in mind all the time,
         the code can be redundant (checking exceptions, checking returns
         of operations...).
         Giws hides this complexity through a C++ class which wraps the
         Java class.
Platform: UNKNOWN