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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.129.72.199 with SMTP id v190mr4124064ywa.44.1454539795446; Wed, 03 Feb 2016 14:49:55 -0800 (PST) X-Received: by 10.182.125.195 with SMTP id ms3mr114704obb.17.1454539795412; Wed, 03 Feb 2016 14:49:55 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!94no319053qgt.1!news-out.google.com!kr2ni5837igb.0!nntp.google.com!o2no1947179iga.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 3 Feb 2016 14:49:55 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a02:a317:c941:a480:21e:33ff:fe0b:fa70; posting-account=nuF4hQoAAADjc2KKS1rOkzxWWEmaDrvx NNTP-Posting-Host: 2a02:a317:c941:a480:21e:33ff:fe0b:fa70 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: ANN: Libraries and bindings. From: darkestkhan Injection-Date: Wed, 03 Feb 2016 22:49:55 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:29335 Date: 2016-02-03T14:49:55-08:00 List-Id: Since Randy brought it up that we should post here about our projects if we= want more people to know about them I will do just that. This is not parti= cularly long list but nonetheless some of you may find something from this = quite useful. IIRC everything (or almost everything) is licensed under BSD/= ISC license. All projects build with gprbuild just fine (didn't test buildi= ng them=20 https://github.com/darkestkhan/vt100 "This is wrapper library for vt100 calls in Ada." [why code yet another? only print calls are not bound] https://github.com/darkestkhan/imago "Ada binding to DevIL library. This library tries to be as close to original API as possible, while using = Ada types whenever possible" DevIL library supports loading/saving image files (and changing data format= s) - most formats are supported [including some more obscure ones] (BMP, jp= eg, ...). https://github.com/darkestkhan/oto Binding to OpenAL. Follows original API. https://github.com/darkestkhan/xdg "A small library that should make it at least slightly easier to follow XDG= guidelines." [ http://standards.freedesktop.org/basedir-spec/basedir-spec-= 0.7.html ] https://github.com/darkestkhan/cbap "A small library providing simple callback-based parser for program argumen= ts. This library is meant to be simple to use, and as such doesn't posses a= ny particularly advanced features (like argument combining) that may result= in complicating its use (or implementation)." https://github.com/darkestkhan/lumen2 A fork of lumen - basically my changes and additions went quite far so I co= uldn't keep it any more at a branch. e.g. Windows support is cut-out due to= licensing issues (it was under AGPL instead of ISC), more calls are bound = to, etc. [Windows support (in fact binding to entire winapi) is on my todo = list - but it is impossible atm for me due to lack of Windows machine] darkestkhan