From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-2.9 required=3.0 tests=BAYES_00,NICE_REPLY_A autolearn=ham autolearn_force=no version=3.4.6 Path: eternal-september.org!reader02.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!feeder1-2.proxad.net!proxad.net!feeder1-1.proxad.net!cleanfeed2-b.proxad.net!nnrp1-2.free.fr!not-for-mail Newsgroups: comp.lang.ada References: <3b6f0a2d-f3ba-45c8-9710-54d9edcf3fddn@googlegroups.com> From: DrPi <314@drpi.fr> Subject: Re: ANN: Adare_net Ada network lib Date: Fri, 17 Sep 2021 23:04:58 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: <3b6f0a2d-f3ba-45c8-9710-54d9edcf3fddn@googlegroups.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Message-ID: <614502fd$0$1362$426a74cc@news.free.fr> Organization: Guest of ProXad - France NNTP-Posting-Date: 17 Sep 2021 23:05:01 CEST NNTP-Posting-Host: 82.65.30.55 X-Trace: 1631912701 news-2.free.fr 1362 82.65.30.55:64697 X-Complaints-To: abuse@proxad.net Xref: reader02.eternal-september.org comp.lang.ada:62768 List-Id: Hi, Le 05/09/2021 à 05:54, Daniel Norte Moraes a écrit : > Hi All! :-) > > Adare_net is a small, portable and easy to use Ada network lib. > It supports ipv4 ipv6 udp and tcp, and can 'listen' with ipv6, too. > > The powerfull buffer feature can support all Ada types, > and with a more refined treatment, you can use endian proof records and > unconstrained arrays. > > From now, tested and working: > AMD64 : > mswindows 7 sp1 64bits > and ubuntu Hirsute 64bits > > Thanks and Enjoy!! > > https://gitlab.com/daresoft/network/adare_net > I had a quick look at the top level source code. I'm surprised all packages are declared with "pure" aspect. From what I understand of the "pure" aspect, these packages are not pure. Am I wrong ? Regards, Nicolas