derelict-lua 1.2.1

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:

DerelictLua

A dynamic binding to version 5.2 of the Lua scripting language for the D Programming Language.

For information on how to build DerelictLua and link it with your programs, please see the post Using Derelict at The One With D.

For information on how to load the Lua librarys via DerelictLua, see the page DerelictUtil for Users at the DerelictUtil Wiki. 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.
    ...
}
Authors:
  • Richard Cattermole
  • Mike Parker
  • Jonathan Giroux
  • Kyle Hunter
Dependencies:
derelict-util
Versions:
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
Show all 15 versions
Download Stats:
  • 0 downloads today

  • 1 downloads this week

  • 1 downloads this month

  • 1033 downloads total

Score:
2.0
Short URL:
derelict-lua.dub.pm