Source: golang-github-yuin-gopher-lua Maintainer: Debian Go Packaging Team Uploaders: Utkarsh Gupta Section: devel Testsuite: autopkgtest-pkg-go Priority: optional Build-Depends: debhelper-compat (= 12), dh-golang, golang-any, golang-golang-x-net-dev Standards-Version: 4.4.1 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-yuin-gopher-lua Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-yuin-gopher-lua.git Homepage: https://github.com/yuin/gopher-lua XS-Go-Import-Path: github.com/yuin/gopher-lua Rules-Requires-Root: no Package: golang-github-yuin-gopher-lua-dev Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, golang-golang-x-net-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.*