From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,75471e3766df7cde,start X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!e23g2000prf.googlegroups.com!not-for-mail From: David Sauvage Newsgroups: comp.lang.ada Subject: Announce : Release of gnatgpr, access to GPR project information. Date: Mon, 24 Mar 2008 14:52:06 -0700 (PDT) Organization: http://groups.google.com Message-ID: <64766a6f-24bb-4d98-a1c6-c9c089c43065@e23g2000prf.googlegroups.com> NNTP-Posting-Host: 82.228.131.58 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1206395526 8190 127.0.0.1 (24 Mar 2008 21:52:06 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 24 Mar 2008 21:52:06 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: e23g2000prf.googlegroups.com; posting-host=82.228.131.58; posting-account=VT4k8QoAAAB0zUvVwUYyaKE5TB63pAuh User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.8 (like Gecko),gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:20563 Date: 2008-03-24T14:52:06-07:00 List-Id: 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/