This file is indexed.

/usr/lib/x86_64-linux-gnu/pkgconfig/rdkafka.pc is in librdkafka-dev 0.11.3-1build1.

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
prefix=/usr
libdir=/usr/lib/x86_64-linux-gnu
includedir=/usr/include

Name: librdkafka
Description: The Apache Kafka C/C++ library
Version: 0.11.3
Cflags: -I${includedir}
Libs: -L${libdir} -lrdkafka
Libs.private: -lpthread -lz -lcrypto -llz4 -lssl -lsasl2 -lrt -ldl