golang-github-yuin-gopher-lua 0.0~git20170915.0.eb1c729-3 source package in Ubuntu

Changelog

golang-github-yuin-gopher-lua (0.0~git20170915.0.eb1c729-3) unstable; urgency=medium

  * Remove Michael Lustfield from Uploaders list.

 -- Michael Lustfield <email address hidden>  Sat, 03 Feb 2018 12:13:34 -0600

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-yuin-gopher-lua_0.0~git20170915.0.eb1c729-3.dsc 2.3 KiB 959796be0f9452796c6297bca1baca4921203f9a944746c31e6c44ecc8a207be
golang-github-yuin-gopher-lua_0.0~git20170915.0.eb1c729.orig.tar.xz 111.6 KiB 4930565f2f9596a0a47bc84b8c4c535655e8c3206b0d8dd8d2728803dab996e7
golang-github-yuin-gopher-lua_0.0~git20170915.0.eb1c729-3.debian.tar.xz 2.3 KiB 8beda5ad0751396362008086f38c6054922c10820db6587bc6933a13419a1030

No changes file available.

Binary packages built by this source

golang-github-yuin-gopher-lua-dev: 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.*