derelict-lua 1.2.3

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.

Please see the pages Building and Linking Derelict and Using Derelict, 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.
    ...
}
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

  • 0 downloads this week

  • 1 downloads this month

  • 1032 downloads total

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