dlua ~master

Lua C API binding 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:

DLua

Lua(v5.3) C API binding.

example

import std.stdio;
import std.string;
import dlua;

void main()
{
  auto L = luaL_newstate();
  L.luaL_dostring(`print("Hello World from Lua!")`.toStringz);
}

usage

write below to your "dependencies" of dub.json/dub.sdl.

"dependencies": {
  "dlua": "~>0.0.1"
}

LICENSE

MIT

Authors:
  • theoldmoon0602
Dependencies:
none
Versions:
0.0.1 2018-Sep-12
~master 2018-Sep-12
Show all 2 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 25 downloads total

Score:
0.3
Short URL:
dlua.dub.pm