/usr/share/doc/libahven5-dev/examples/examples.gpr is in libahven5-dev 2.6-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 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;
|