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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!v2g2000vbb.googlegroups.com!not-for-mail From: "vincent.diemunsch@gmail.com" Newsgroups: comp.lang.ada Subject: Re: Ada binding to GMP and MPFR Date: Fri, 29 May 2009 05:01:52 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <72dd0e4d-1378-4cca-a72f-637f83f21686@e20g2000vbc.googlegroups.com> <4deb49a5-6d19-49dd-a7a8-ceed7adcb661@r3g2000vbp.googlegroups.com> NNTP-Posting-Host: 192.54.193.51 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1243598512 10484 127.0.0.1 (29 May 2009 12:01:52 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 29 May 2009 12:01:52 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: v2g2000vbb.googlegroups.com; posting-host=192.54.193.51; posting-account=hya6vwoAAADTA0O27Aq3u6Su3lQKpSMz User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.0; fr; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:6099 Date: 2009-05-29T05:01:52-07:00 List-Id: On 20 mai, 16:30, Ludovic Brenta wrote: > 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. Hi Ludovic, I have put the license FSF version 3 on all the files and created a projet in : http://code.google.com/p/adabindinggmpmpfr/ Now I would like to test it a bit more before submitting it to GCC. And by the way, what do I have to do to submit it ? Regards, Vincent