Re: nanomsg for Deimos collection

2016-02-28 Thread Jacob Carlborg via Digitalmars-d-announce

On 2016-02-28 20:22, Ilya Yaroshenko wrote:


0mq already in Deimos collection --Ilya


Unless you have write access it will be quite difficult to keep it up to 
date.


--
/Jacob Carlborg


Re: nanomsg for Deimos collection

2016-02-28 Thread Laeeth Isharc via Digitalmars-d-announce
On Saturday, 27 February 2016 at 15:48:53 UTC, Ilya Yaroshenko 
wrote:

Hi all,

D interface to nanomsg library http://nanomsg.org/ was 
released. This bindings follows Deimos style. 90% of tests was 
ported to D.


github: https://github.com/9il/nanomsg
dub: http://code.dlang.org/packages/nanomsg

BTW, what should I do to include it to Deimos collection?
https://github.com/D-Programming-Deimos

See also https://github.com/Laeeth/d-nanomsg

Best regards,
Ilya


Nice work, Ilya.

I mentioned on the nanomsg gitter channel, but you might want to 
mention on the mailing list too (nanomsg.org then community), so 
it gets added to the list of bindings on the main page.


Re: nanomsg for Deimos collection

2016-02-28 Thread Ilya Yaroshenko via Digitalmars-d-announce

On Sunday, 28 February 2016 at 19:21:04 UTC, Jacob Carlborg wrote:

On 2016-02-27 16:48, Ilya Yaroshenko wrote:


BTW, what should I do to include it to Deimos collection?
https://github.com/D-Programming-Deimos


I don't see a point in doing that. Just make sure it's put in 
the correct category at code.dlang.org.


0mq already in Deimos collection --Ilya


Re: nanomsg for Deimos collection

2016-02-28 Thread Jacob Carlborg via Digitalmars-d-announce

On 2016-02-27 16:48, Ilya Yaroshenko wrote:


BTW, what should I do to include it to Deimos collection?
https://github.com/D-Programming-Deimos


I don't see a point in doing that. Just make sure it's put in the 
correct category at code.dlang.org.


--
/Jacob Carlborg


Re: nanomsg for Deimos collection

2016-02-28 Thread Martin Nowak via Digitalmars-d-announce
On 02/27/2016 04:48 PM, Ilya Yaroshenko wrote:
> Hi all,
> 
> D interface to nanomsg library http://nanomsg.org/ was released. This
> bindings follows Deimos style. 90% of tests was ported to D.
> 
> github: https://github.com/9il/nanomsg
> dub: http://code.dlang.org/packages/nanomsg
> 
> BTW, what should I do to include it to Deimos collection?
> https://github.com/D-Programming-Deimos

Send a mail to Walter and ask him to create a repo.
You could also transfer your existing repo. This would leave you w/ full
commit access, reducing friction when fixing sth. or tagging a new release.


nanomsg for Deimos collection

2016-02-27 Thread Ilya Yaroshenko via Digitalmars-d-announce

Hi all,

D interface to nanomsg library http://nanomsg.org/ was released. 
This bindings follows Deimos style. 90% of tests was ported to D.


github: https://github.com/9il/nanomsg
dub: http://code.dlang.org/packages/nanomsg

BTW, what should I do to include it to Deimos collection?
https://github.com/D-Programming-Deimos

See also https://github.com/Laeeth/d-nanomsg

Best regards,
Ilya