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=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,21aaebbd9205357c X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.224.17.140 with SMTP id s12mr16603698qaa.3.1362358972842; Sun, 03 Mar 2013 17:02:52 -0800 (PST) X-Received: by 10.50.100.167 with SMTP id ez7mr141220igb.16.1362358972800; Sun, 03 Mar 2013 17:02:52 -0800 (PST) Path: q17ni7qal.0!nntp.google.com!dd2no6848940qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 3 Mar 2013 17:02:52 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=69.20.190.126; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 69.20.190.126 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Please list all the Ada libraries you know From: Shark8 Injection-Date: Mon, 04 Mar 2013 01:02:52 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2013-03-03T17:02:52-08:00 List-Id: On Sunday, March 3, 2013 9:42:44 AM UTC-7, ferra...@gmail.com wrote: > This thread is a spin-off of another thread (see https://groups.google.co= m/forum/#!topic/comp.lang.ada/aMPop0FJKfM). >=20 > Please list here all the Ada libraries you know, with links and a brief d= escription. >=20 > The final outcome should be a more or less comprehensive list of the avai= lable Ada libraries. I'm working (on and off) on a OpenGL binding to the latest [OpenGL 4.3] for= Ada2012; taking advantage of pre- and post-conditions as well as Ada's st= rong typing -- https://github.com/OneWingedShark/TAO-GL The next revision I push to git will entail some extensive changes, especia= lly because I'll alter the architecture so that the "types" package contain= ing the object-enumerations are dynamically-filled upon instantiation -- me= aning the functions package will have to become generic as well.