This file is indexed.

/usr/share/doc/libahven6-dev/examples/examples.gpr is in libahven6-dev 2.6-1.2.

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
-- Note:
-- Install Ahven first before compiling it with this project file.
--
with "ahven";

project Examples is
  for Languages use ("Ada");
  for Source_Dirs use (".");
  for Object_Dir use ".";
  for Main use ("runner.adb");
end Examples;