This file is indexed.

/usr/share/gpr/adasockets.gpr is in libadasockets7-dev 1.10.1-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
library project Adasockets is
        for Library_Dir use "/usr/lib/x86_64-linux-gnu";
        for Library_Name use "adasockets";
        for Library_Kind use "relocatable";
        for Library_Version use "libadasockets.so.";
        for Source_Dirs use ("/usr/share/ada/adainclude/adasockets");
        for Library_ALI_Dir use "/usr/lib/x86_64-linux-gnu/ada/adalib/adasockets";
        for Externally_Built use "true";
end Adasockets;