forked from xenith-studios/golua
-
Notifications
You must be signed in to change notification settings - Fork 0
Go bindings for Lua C API - in progress
License
deweerdt/golua
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Go Bindings for the Lua C API (Now works on Go1!)
Simplest way to install:
$ go get -u github.com/xenith-studios/golua
To use golua:
import "github.com/xenith-studios/golua"
After installing golua, if you wish to run the examples:
$ cd $GOPATH/src/github.com/xenith-studios/golua/examples/
$ for test in *.go; do { go run $test; } done
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
About
Go bindings for Lua C API - in progress
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 89.5%
- C++ 5.4%
- Go 4.8%
- Lua 0.3%