lua_d_api ~master
Lua API for D language
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:
Lua API for D language
D language modules for access to Lua API functions
Usage
- Clone this project by git clone https://github.com/maisvendoo/luadapi.git
- Copy all *.d files in your project foldel
- Import required libraris in your code
- Link programm with key '-llua'
For example:
module main;
import lua;
import lualib;
import lauxlib;
void main()
{
lua_State *L = lauL_newstate();
/* Write here your code for work with Lua */
lua_close(L);
}
You can use Lua API functions in your D program (same as in Lua C API)
- Registered by Dmitry Pritykin
- ~master released 9 years ago
- maisvendoo/lua_d_api
- github.com/maisvendoo/lua_d_api
- GPL-2.0
- Authors:
- Dependencies:
- lua
- Versions:
-
0.0.1 2015-Jan-16 ~master 2015-Feb-05 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
0 downloads this month
-
383 downloads total
-
- Score:
- 1.2
- Short URL:
- lua_d_api.dub.pm