A dynamic binding to the Lua scripting language library.
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
A dynamic binding to version 5.3 of theLua scripting language for the D Programming Language.
Please see the sections onCompiling and Linking andThe Derelict Loader, in the Derelict documentation, for information on how to build DerelictLua and load Lua at run time. In the meantime, here's some sample code.
import derelict.lua.lua;void main(){ // Load the Lua library. DerelictLua.load(); // Now Lua functions can be called. ...}| 2.0.0-beta.2 | 2017-Aug-11 |
| 2.0.0-beta.1 | 2017-Jun-04 |
| 2.0.0-alpha.2 | 2017-Apr-24 |
| 2.0.0-alpha.1 | 2017-Feb-28 |
| 1.3.1 | 2017-Apr-22 |
0 downloads today
0 downloads this week
2 downloads this month
2067 downloads total