Install golang-github-yuin-gopher-lua-dev by entering the following commands in the terminal:
sudo apt update sudo apt install golang-github-yuin-gopher-lua-dev
Description:
virtual machine and compiler for Lua in Go
GopherLua is a Lua5.1 VM and compiler written in Go. GopherLua has the same goal as Lua: *Be a scripting language with extensible semantics*. It provides Go APIs that allow you to easily embed a scripting language to your Go host programs. . GopherLua APIs perform in much the same way as Lua, *but the stack is used only for passing arguments and receiving returned values.*
Homepage: https://github.com/yuin/gopher-lua
Version: 0.0~git20170915.0.eb1c729-3
Section: universe/devel