www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - nanomsg for Deimos collection

reply Ilya Yaroshenko <ilyayaroshenko gmail.com> writes:
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
Feb 27 2016
next sibling parent Martin Nowak <code+news.digitalmars dawg.eu> writes:
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.
Feb 28 2016
prev sibling next sibling parent reply Jacob Carlborg <doob me.com> writes:
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
Feb 28 2016
parent reply Ilya Yaroshenko <ilyayaroshenko gmail.com> writes:
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
Feb 28 2016
parent Jacob Carlborg <doob me.com> writes:
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
Feb 28 2016
prev sibling parent Laeeth Isharc <nospamlaeeth nospamlaeeth.com> writes:
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.
Feb 28 2016