/usr/share/roslz4/package.xml is in libroslz4-dev 1.13.5+ds1-3.
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 | <?xml version="1.0"?>
<package>
<name>roslz4</name>
<version>1.13.5</version>
<description>
A Python and C++ implementation of the LZ4 streaming format. Large data
streams are split into blocks which are compressed using the very fast LZ4
compression algorithm.
</description>
<maintainer email="bcharrow@seas.upenn.edu">Ben Charrow</maintainer>
<license>BSD</license>
<author email="bcharrow@seas.upenn.edu">Ben Charrow</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>lz4</build_depend>
<run_depend>lz4</run_depend>
<test_depend>rosunit</test_depend>
</package>
|