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-Thread: a07f3367d7,6b26adc021beff24 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!z5g2000yqn.googlegroups.com!not-for-mail From: "vincent.diemunsch@gmail.com" Newsgroups: comp.lang.ada Subject: Re: Ada binding to GMP and MPFR Date: Wed, 27 May 2009 08:35:44 -0700 (PDT) Organization: http://groups.google.com Message-ID: <0d5120bf-7581-4d4b-bdb4-e9d758e3a963@z5g2000yqn.googlegroups.com> References: <72dd0e4d-1378-4cca-a72f-637f83f21686@e20g2000vbc.googlegroups.com> <4deb49a5-6d19-49dd-a7a8-ceed7adcb661@r3g2000vbp.googlegroups.com> <9fb53bdb-eb6a-4f59-8e8f-988071c07b5e@u9g2000pre.googlegroups.com> NNTP-Posting-Host: 192.54.193.51 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1243438544 10459 127.0.0.1 (27 May 2009 15:35:44 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 27 May 2009 15:35:44 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: z5g2000yqn.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:6042 Date: 2009-05-27T08:35:44-07:00 List-Id: On 20 mai, 17:24, qunying wrote: > > [...] > > > 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(Frenchversion) > > [2]http://www.ada-france.org/article131.html(Englishversion) > > [3]http://gcc.gnu.org/contribute.html > > > -- > > Ludovic Brenta. > > What Ludovic suggested is the best way. In case you don't want that > route, as you are > using an gmail account, I think the most easy route for you is to host > it inhttp://code.google.com/projecthosting/as long as it uses the selecte= d > few open sources > licenses, =A0no pre-approval is required. The drawback is that it only > support svn so far, > and the Mercurial support is still not open to all. > > Others required approval from the hosting site:http://sourceforge.net/htt= p://savannah.gnu.org/http://github.com/ > .etc. Thanks for your response. I have tried to host in GOOGLE Source : http://code.google.com/p/adabindinggmpmpfr/ I will now continue to test it. I would be very interested to recieve comments on it : - on the specification, if it is easy to use and clear, - on the implementation, etc. Vincent