https://github.com/progrium/go-plugins-lua
Lua runtime for go-plugins
https://github.com/progrium/go-plugins-lua
Last synced: about 1 year ago
JSON representation
Lua runtime for go-plugins
- Host: GitHub
- URL: https://github.com/progrium/go-plugins-lua
- Owner: progrium
- Created: 2013-11-15T03:52:37.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-15T04:30:16.000Z (over 12 years ago)
- Last Synced: 2024-05-08T22:02:52.061Z (about 2 years ago)
- Language: Go
- Size: 74.2 KB
- Stars: 11
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lua for go-plugins
A runtime for [go-plugins](https://github.com/progrium/go-plugins) powered by [golua](https://github.com/aarzilli/golua) and [luar](https://github.com/stevedonovan/luar).
## Usage
Just register the runtime:
plugins.RegisterRuntime(luaplugins.GetRuntime())
## License
BSD