This file is indexed.

/usr/share/gps/templates/aws_web_server_blocks/src/@_project_name_@.ads is in gnat-gps-common 5.0-13.

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
package @_Project_Name_@ is
   pragma Pure;

   Host : constant String := "@_HOST_@";
   Port : constant        := @_PORT_@;

end @_Project_Name_@;