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.
- 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.
GNATGPR is based on :
- GNAT GPL 2007 (GPL), re-use of the Ada front-end. One of the main
changes is that it got his own Namet and so on.
- AdaControl (GMGPL), re-use of the Options_Analyzer.
- AUnit (GPL), for unit testing.
Thanks to all the people behind those projects.
https://gna.org/projects/gnatgpr/