lua_d_api 0.0.1

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

  1. Clone this project by git clone https://github.com/maisvendoo/luadapi.git
  2. Copy all *.d files in your project foldel
  3. Import required libraris in your code
  4. Link programm with key '-llua'

For example:

module	main;

import	lua;
import	lualib;
import	lauxlib;

void main()
{
	lua_State *L = lauL_newstate();

	 

	lua_close(L);
}


You can use Lua API functions in your D program (same as in Lua C API)

Authors:
  • Dmitry Pritykin
Dependencies:
lua
Versions:
0.0.1 2015-Jan-16
~master 2015-Feb-05
Show all 2 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 382 downloads total

Score:
1.2
Short URL:
lua_d_api.dub.pm