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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,dba59192f3dc208f,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.209.68 with SMTP id mk4mr21960553pbc.6.1323083850528; Mon, 05 Dec 2011 03:17:30 -0800 (PST) MIME-Version: 1.0 Path: lh20ni71761pbb.0!nntp.google.com!news2.google.com!news1.google.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!nntp.club.cc.cmu.edu!feeder.erje.net!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Reto Buerki Newsgroups: comp.lang.ada Subject: Announce: D_Bus/Ada, talk with your desktop in Ada Date: Mon, 5 Dec 2011 11:17:30 +0000 (UTC) Organization: A noiseless patient Spider Message-ID: Injection-Date: Mon, 5 Dec 2011 11:17:30 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="vXKYoogiAP0U7WWFaUN+xQ"; logging-data="17804"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18MgD3AgYKh+wDiAKj79VzX" User-Agent: slrn/pre1.0.0-18 (Linux) Cancel-Lock: sha1:CWEN6pTR89+LOfVbqOirIq1bzfQ= Xref: news2.google.com comp.lang.ada:14825 Date: 2011-12-05T11:17:30+00:00 List-Id: I'm proud to announce the first release of D_Bus/Ada. The D_Bus/Ada library provides an Ada binding to the D-Bus message bus used for inter-process communication on most modern Linux desktop systems. D_Bus/Ada supports all but two basic D-Bus types (file descriptor and signature types are not yet implemented) and all container types [1]. The current release focuses on the client side of the D-Bus API but it is also possible to provide D-Bus services written in Ada using the service object interface of D_Bus/Ada. For further information visit the D_Bus/Ada project page at [2]. Kind regards, - reto [1] - http://dbus.freedesktop.org/doc/dbus-specification.html#type-system [2] - http://www.codelabs.ch/dbus-ada