Source: golang-github-fwessels-sve-as Section: golang Maintainer: Debian Go Packaging Team Uploaders: Simon Josefsson , Build-Depends: debhelper-compat (= 14), dh-sequence-golang, dpkg-build-api (= 1), golang-any, Testsuite: autopkgtest-pkg-go Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-fwessels-sve-as Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-fwessels-sve-as.git Homepage: https://github.com/fwessels/sve-as XS-Go-Import-Path: github.com/fwessels/sve-as Package: golang-github-fwessels-sve-as-dev Architecture: all Multi-Arch: foreign Description: assembler for ARM Scalable Vector Extensions (SVE) (GO library) Simple assembler for ARM SVE . sve-as provides a Go-based assembler for ARM’s SVE (Scalable Vector Extensions) instruction set, parsing textual mnemonics and operands into opcodes. It understands scalar, vector, predicated, and prefixed forms (including aliases such as mov/lsl/lsr), making it useful for tooling that needs to generate machine code for SVE without relying on external assemblers. . This package contains the library.