This file is indexed.

/usr/lib/CableSwig/SWIGLib/stl.i is in cableswig 0.1.0+cvs20111009-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
//
// SWIG typemaps for STL types
// Luigi Ballabio
// Jan 16, 2003
//
// the %include directives below will fetch the files from the 
// appropriate language directory

%include std_common.i
%include std_string.i
%include std_vector.i
%include std_map.i
%include std_pair.i