Thread overview
nanomsg for Deimos collection
Feb 27, 2016
Ilya Yaroshenko
Feb 28, 2016
Martin Nowak
Feb 28, 2016
Jacob Carlborg
Feb 28, 2016
Ilya Yaroshenko
Feb 29, 2016
Jacob Carlborg
Feb 28, 2016
Laeeth Isharc
February 27, 2016
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

February 28, 2016
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.
February 28, 2016
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
February 28, 2016
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
February 28, 2016
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.
February 29, 2016
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