DFSG NEW Queue

DFSG, Licensing & New Packages Team

golang-github-fwessels-sve-as 0.0~git20240817.83d5dbf-1

Package Information

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

MaintainerDebian Go Packaging Team <team+pkg-go@tracker.debian.org>
Changed BySimon Josefsson <simon@josefsson.org>
Sponsorsimon@josefsson.org
Distributionunstable
Architectureall
VCSgit: https://salsa.debian.org/go-team/packages/golang-github-fwessels-sve-as.git (browse)
Closes#1144210
Trackerhttps://tracker.debian.org/pkg/golang-github-fwessels-sve-as
Uploaded3 hours ago

New Package Report

.changes
Distributionunstable
DateWed, 12 Aug 2026 13:19:53 +0200
Sourcegolang-github-fwessels-sve-as
Version0.0~git20240817.83d5dbf-1
Changed-BySimon Josefsson
Architecturesource all
Changelog
golang-github-fwessels-sve-as (0.0~git20240817.83d5dbf-1) unstable; urgency=medium
 .
   * Initial release (Closes: #1144210)
.dsc
Sectiongolang
Priorityoptional
Componentmain
Package-Listgolang-github-fwessels-sve-as-dev deb golang optional arch=all
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://github.com/fwessels/sve-as
Upstream-Name: sve-as

Files: *
Copyright: 2024 Frank Wessels
License: Apache-2.0

Files: debian/*
Copyright: 2026 Simon Josefsson <simon@josefsson.org>
License: Apache-2.0
Comment: Debian packaging is licensed under the same terms as upstream

License: Apache-2.0
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 .
 https://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
Comment:
 On Debian systems, the complete text of the Apache version 2.0 license
 can be found in "/usr/share/common-licenses/Apache-2.0".

Back to Dashboard | View all reviews for this package