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: a07f3367d7,6b26adc021beff24 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!r3g2000vbp.googlegroups.com!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: Ada binding to GMP and MPFR Date: Wed, 20 May 2009 07:30:24 -0700 (PDT) Organization: http://groups.google.com Message-ID: <4deb49a5-6d19-49dd-a7a8-ceed7adcb661@r3g2000vbp.googlegroups.com> References: <72dd0e4d-1378-4cca-a72f-637f83f21686@e20g2000vbc.googlegroups.com> NNTP-Posting-Host: 153.98.68.197 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1242829825 18986 127.0.0.1 (20 May 2009 14:30:25 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 20 May 2009 14:30:25 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: r3g2000vbp.googlegroups.com; posting-host=153.98.68.197; posting-account=pcLQNgkAAAD9TrXkhkIgiY6-MDtJjIlC User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:5958 Date: 2009-05-20T07:30:24-07:00 List-Id: Vincent Diemunsch wrote on comp.lang.ada: > Hello everybody, > > As the libraries GMP (http://gmplib.org/) and MPFR (http://www.mpfr.org/ > ) becomes part of the GNAT > free compiler (since they are part of the new GCC) and since these > libraries have excellent performances, > I thought it could be interesting to create an Ada binding for them. [...] > Now I wonder if someone could be interested in hosting the sources on > an Internet page, so that anybody could > download them and test them and eventually make improvements... > > The Binding is as follows : [...] > Therfore, I require your help : > - Where may i found a place to put the files (or a SVN repository ;-) > - Would you be interested in giving comments on implementation > especially for MPFR_Types ? [...] > -- Copyright (c) 2009 Vincent DIEMUNSCH. > -- GNU General Public License. [...] I can offer hosting on the Ada-France monotone server[1,2] but I think it would be more productive if you would assign your copyright to the FSF[3] and submit your binding for inclusion in GCC. That way, your bindings would become part of GCC along with the libraries themselves and would be packaged along with GCC into most distributions. This requires that you use the same license, i.e. GPL version 3 or later with an additional clause permitting use in proprietary programs. [1] http://www.ada-france.org/article130.html (French version) [2] http://www.ada-france.org/article131.html (English version) [3] http://gcc.gnu.org/contribute.html -- Ludovic Brenta.