aarzilli / golua

Go bindings for Lua C API - in progress
MIT License
645 stars 161 forks source link

lua current? #82

Closed rbucker closed 4 years ago

rbucker commented 4 years ago

the readme says that this project supports lua:current. Lua is currently version 5.4 and it will not install on 5.3/

aarzilli commented 4 years ago

Where does it say it supports lua:current? To install with 5.3 you have to use the lua5.3 branch (I should probably convert this to use build tags to be more module friendly).