Re: DUB 0.9.20

2013-12-08 Thread Jacob Carlborg

On 2013-12-06 22:55, Mathias Lang wrote:


Did you ever consider letting users add their own recipe (in Makefile
terminology).
ie, let them extend dub the same way you can extend git: one would put a
bash / D / FancyScriptLanguage script under [~/].dub/whatever/deploy,
and calling dub deploy would call that script, passing it the
package.json data.


I think that would be nice to have.

--
/Jacob Carlborg


Re: derelict_extras-lua

2013-12-08 Thread Kelet

On Monday, 2 December 2013 at 03:32:52 UTC, Kelet wrote:

Hello all,

I am new to the D community, although I've been a lurker for
years, and have only recently started embracing the language.

As I understand, Derelict3[1] is migrating to separate bindings
in DerelictOrg[2]. This will help facilitate their use by the 
DUB

package and build management system which I use and enjoy.
However, some bindings were not carried over from Derelict3 to
DerelictOrg, DerelictLua included.

I'm sure aldacron (Derelict author) already has a lot on his
plate, so I've created a new DUB package in the spirit of 
p0nce's
existing Derelict extras, derelict_extras-lua[3][4]. Right 
now,
it is the same code from Derelict3 with an added DUB 
package.json

file and README.md. However, I will do my best to keep the
binding up to date and fix any issues which may arise.

I am aware of Jakob Ovrum's most excellent Lua binding and
wrapper[5] and recommend that anyone considering using D with 
Lua

checks it out.

Let me know if I've misunderstood something or have done
something outside of the nature of the community.

Regards,
Kelet

[1]: https://github.com/aldacron/Derelict3
[2]: https://github.com/DerelictOrg
[3]: http://code.dlang.org/packages/derelict_extras-lua
[4]: https://github.com/Kelet/DerelictLua
[5]: https://github.com/JakobOvrum/LuaD


Hi all,

DerelictLua is now part of DerelictOrg, but I am still a
maintainer. The old links to the source repository and DUB
package are now invalid, however. Please see:

https://github.com/DerelictOrg/DerelictLua
http://code.dlang.org/packages/derelict-lua

Cheers,
Kelet


Re: derelict_extras-lua

2013-12-08 Thread qznc

On Sunday, 8 December 2013 at 17:12:06 UTC, Kelet wrote:

On Monday, 2 December 2013 at 03:32:52 UTC, Kelet wrote:

I am aware of Jakob Ovrum's most excellent Lua binding and
wrapper[5] and recommend that anyone considering using D with 
Lua

checks it out.


What is the reason you picked Derelict-Lua instead of LuaD for 
dub-packaging?