golang-github-mmcloughlin-avo 0.5.0-1 source package in Ubuntu

Changelog

golang-github-mmcloughlin-avo (0.5.0-1) unstable; urgency=medium

  * Team upload
  * New upstream version 0.5.0
  * Track upstream tags in uscan watch file
  * Update section to golang
  * Update Standards-Version to 4.6.2 (no changes)
  * Add Multi-Arch
  * Add golang-golang-x-sys-dev to Build-Depends
  * Simplify d/rules
  * Exclude all internal commands
  * Fix autopktest not running
  * Add patch to skip undeclared name test in TestParseSignatureErrors

 -- Shengjing Zhu <email address hidden>  Wed, 08 Feb 2023 16:56:29 +0800

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-mmcloughlin-avo_0.5.0-1.dsc 1.7 KiB d662be4aadb08a5dc392faa291371af3822bd595bfe715f0c20249acf4e9cff5
golang-github-mmcloughlin-avo_0.5.0.orig.tar.gz 812.9 KiB 613623e0deac4795d775cb646a9f592101582960f2c05b6d7554d0a2d80745ff
golang-github-mmcloughlin-avo_0.5.0-1.debian.tar.xz 4.7 KiB a229d19d952ecd0ae8dec29e74cf845dafbf6b4c546903c9de49bb619a7b80e1

No changes file available.

Binary packages built by this source

golang-github-mmcloughlin-avo-dev: Generate x86 Assembly with Go (library)

 This is the library package of avo.
 .
 avo makes high-performance Go assembly easier to write, review and
 maintain. The avo package presents a familiar assembly-like interface
 that simplifies development without sacrificing performance:
 + Use Go control structures for assembly generation; avo programs
   are Go programs
 + Register allocation: write functions with virtual registers and avo
   assigns physical registers for you
 + Automatically load arguments and store return values: ensure memory
   offsets are correct for complex structures
 + Generation of stub files to interface with your Go package