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,83146ab172572dc1 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.bt.com!news.bt.com.POSTED!not-for-mail NNTP-Posting-Date: Tue, 28 Mar 2006 12:07:54 -0600 Newsgroups: comp.lang.ada Subject: Re: Linux kernel bindings - at least sockets? References: <1143496814.083145.207360@i40g2000cwc.googlegroups.com> From: Mark Lorenzen Date: 28 Mar 2006 19:07:53 +0100 Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii NNTP-Posting-Host: 86.135.215.17 X-AuthenticatedUsername: NoAuthUser X-Trace: sv3-ca6El2OCnoUzZDj7oiDE6ehFkhNjDsVh20kMEs1m8zqqR9RIDok8294fzBpWweLIN2yqNncdkb24qTW!NPrzq4pytzgbeu1sI7mbsz8frH9NJoPqZxflExINnv/MNJx+UvTN3FV9DNwPD9LKROL2c8w= X-Complaints-To: abuse@btinternet.com X-DMCA-Complaints-To: abuse@btinternet.com X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Xref: g2news1.google.com comp.lang.ada:3671 Date: 2006-03-28T19:07:53+01:00 List-Id: "Le" writes: > I'm looking for and Ada(95) binding for the Linux kernel. In the short > term I need at least the BSD sockets interfaces - I don't desire Posix > I/F. ISO standard ISO/IEC 14519 defines an Ada API to POSIX. It is a solid piece of work and a good inspiration to all who wants to write an Ada API in a world that is traditionally dominated by C. There exists at least one implementation of ISO/IEC 14519 called 'florist', which is compatible with the GNAT compiler. I have used it with success on Linux. - Mark