File: template.gpr

package info (click to toggle)
libxmlada 25.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,212 kB
  • sloc: ada: 78,068; sh: 3,310; makefile: 394; xml: 111; python: 39
file content (11 lines) | stat: -rw-r--r-- 483 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
--  This file is generated during package build.
--  Ada libraries in Debian are described at
--  https://people.debian.org/~lbrenta/debian-ada-policy.html.
@IMPORTS@library project @library@ is
   for Library_Name use "@library@";
   for Library_Kind use "dynamic";
   for Library_Dir use "/@DEB_LIB_DIR@";
   for Source_Dirs use ("/@DEB_ADA_SOURCE_DIR@/@library@");
   for Library_ALI_Dir use "/@DEB_ADA_LIB_INFO_DIR@/@library@";
   for Externally_Built use "True";
end @library@;