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

Changelog

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

  * New upstream build.
  * Maintenance updates:
    - Standards-Version bump.
    - Clean up d/watch.
    - Add Testsuite to d/control.

 -- Michael Lustfield <email address hidden>  Sun, 15 Oct 2017 20:17:30 -0500

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-yuin-gopher-lua_0.0~git20170915.0.eb1c729-1.dsc 2.4 KiB dbde2fc6efd5fb4e3b04c11256a484ea61019e30ddd0fbb943527f7389b1821c
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-1.debian.tar.xz 2.2 KiB 2df827eaabb1531170fa1677c1e3bbcdba2168aa5ee3f626760dad42f2b711fb

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.*