GNATGPR is an Ada 2005 GPL software, it allows the user to do simple
information request on GNAT GPR project files, like for example :
- Give all included projects.
- Give all included sources.
... [More]
- Give all main files.
- Give all included object paths.
There are 2 ways of accessing those services :
- In the Shell, using the gnatgpr binary.
- In Ada, using the GNAT_GPR package specification interface. [Less]