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.4 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FORGED_MUA_MOZILLA,FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,9c6e774bffb6a09e,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.190.99 with SMTP id gp3mr6095943pbc.1.1326663694537; Sun, 15 Jan 2012 13:41:34 -0800 (PST) Path: lh20ni186250pbb.0!nntp.google.com!news2.google.com!news3.google.com!proxad.net!feeder1-2.proxad.net!193.252.117.184.MISMATCH!feeder.news.orange.fr!not-for-mail Date: Sun, 15 Jan 2012 22:41:33 +0100 From: Stephane Carrez User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.23) Gecko/20110921 Thunderbird/3.1.15 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: [Ann]: Ada Utility Library 1.4.0 is available Message-ID: <4f13480d$0$5689$ba4acef3@reader.news.orange.fr> Organization: les newsgroups par Orange NNTP-Posting-Date: 15 Jan 2012 22:41:33 CET NNTP-Posting-Host: 90.46.179.192 X-Trace: 1326663693 reader.news.orange.fr 5689 90.46.179.192:10866 X-Complaints-To: abuse@orange.fr Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Date: 2012-01-15T22:41:33+01:00 List-Id: Hi all, Ada Utility Library is a collection of utility packages for Ada 2005. It includes: o A logging framework close to Java log4j framework, o Support for properties o A serialization/deserialization framework for XML, JSON, CSV o Ada beans framework o Encoding/decoding framework (Base16, Base64, SHA, HMAC-SHA) o A composing stream framework (raw, files, buffers, pipes) o Several concurrency tools (reference counters, counters, pools) A new version is available which provides: - Support for localized date format, - Support for process creation and pipe streams (on Unix and Windows), - Support for CSV in the serialization framework, - Integratation of Ahven 2.1 for the unit tests (activate with --enable-ahven), - A tool to generate perfect hash function It has been compiled and ported on Linux, Windows and Netbsd (gcc 4.4, GNAT 2011, gcc 4.6.2). You can download this new version at http://code.google.com/p/ada-util/. Stephane