Skip to content

matthewtidd/golua

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Bindings for the lua C API

Installation
------------

    goinstall -u github.com/matthewtidd/golua/lua51

It's also possible to install just using make:

    make install

Usage
-----

To import, use the following:

    import "github.com/matthewtidd/golua/lua51"

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.



About

Go bindings for Lua C API - in progress

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 77.8%
  • C 22.2%