abneptis/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/abneptis/golua
$ cd $GOROOT/src/pkg/github.com/abneptis/golua
$ make install
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