jnwhiteh/golua
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Go Bindings for the lua C API
Simplest way to install:
#goinstall -u github.com/afitz/golua
#cd $GOROOT/src/pkg/github.com/afitz/golua
#make install
Configuration Variables
-----------------------
In this version of the cgo bindings, I have removed the configuration variables
and instead force the build against a copy of the Lua-5.1.4 source that is
included in this distribution. This ensures that regardless of what changes you
make to your system Lua libraries, these bindings will continue to function.
Licensing
-------------------------
GoLua is released under the MIT license.
Please see the LICENSE file for more information.
Lua is Copyright (c) Lua.org, PUC-Rio. All rights reserved.
The Lua license can be found in the source and is available online:
http://www.lua.org/license.html