File: gnatcoll_python.gpr

package info (click to toggle)
libgnatcoll-bindings 25.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,412 kB
  • sloc: ada: 18,696; python: 1,597; ansic: 1,422; cpp: 581; makefile: 147; sh: 114
file content (7 lines) | stat: -rw-r--r-- 275 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
--  Upstream names this project gnatcoll_python.gpr, allthough the
--  library name is gnatcoll_python3.  This convenience wrapper makes
--  the project available under the original name.

with "gnatcoll_python3.gpr";
abstract project Gnatcoll_Python is
end Gnatcoll_Python;