This file is indexed.

/usr/lib/pkgconfig/cvc3.pc is in libcvc3-dev 2.4.1-5ubuntu1.

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
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
datarootdir=/usr/share
datadir=${datarootdir}

Name: CVC3
Description: Automatic theorem prover for Satisfiability Modulo Theories (SMT) problems
Version: 2.4.1
Libs: -L${libdir} -lcvc3
Cflags: -I${includedir}