This file is indexed.

/usr/share/gpr/gnatvsn.gpr is in libgnatvsn7-dev 7.3.0-16ubuntu3.

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
library project Gnatvsn is
   for Library_Name use "gnatvsn";
   for Library_Kind use "dynamic";
   for Library_Dir use "/usr/lib/x86_64-linux-gnu";
   for Source_Dirs use ("/usr/share/ada/adainclude/gnatvsn");
   for Library_ALI_Dir use "/usr/lib/x86_64-linux-gnu/ada/adalib/gnatvsn";
   for Externally_Built use "true";
end Gnatvsn;