This file is indexed.

/usr/share/class_loader/package.xml is in libclass-loader-dev 0.3.8-1build2.

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
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
  <name>class_loader</name>
  <version>0.3.8</version>
  <description>
    The class_loader package is a ROS-independent package for loading plugins during runtime and the foundation of the higher level ROS "pluginlib" library. class_loader utilizes the host operating system's runtime loader to open runtime libraries (e.g. .so/.dll files), introspect the library for exported plugin classes, and allows users to instantiate objects of said exported classes without the explicit declaration (i.e. header file) for those classes.
  </description>
  <maintainer email="mikael@osrfoundation.org">Mikael Arguedas</maintainer>
  <author>Mirza Shah</author>
  <license>BSD</license>

  <url type="website">http://ros.org/wiki/class_loader</url>
  <url type="bugtracker">https://github.com/ros/class_loader/issues</url>
  <url type="repository">https://github.com/ros/class_loader</url>

  <buildtool_depend version_gte="0.5.68">catkin</buildtool_depend>

  <build_depend version_gte="0.3.3">cmake_modules</build_depend>

  <depend>boost</depend>
  <depend>libconsole-bridge-dev</depend>
  <depend>libpoco-dev</depend>
</package>