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
- Registered by theoldmoon0602
- ~master released 6 years ago
- theoldmoon0602/dlua
- MIT
- Authors:
- Dependencies:
- none
- Versions:
-
0.0.1 2018-Sep-12 ~master 2018-Sep-12 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
1 downloads this month
-
26 downloads total
-
- Score:
- 0.4
- Short URL:
- dlua.dub.pm