golang-github-fwessels-sve-as 0.0~git20240817.83d5dbf-1
Package Information
| 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. |
|---|---|
| Maintainer | Debian Go Packaging Team <team+pkg-go@tracker.debian.org> |
| Changed By | Simon Josefsson <simon@josefsson.org> |
| Sponsor | simon@josefsson.org |
| Distribution | unstable |
| Architecture | all |
| VCS | git: https://salsa.debian.org/go-team/packages/golang-github-fwessels-sve-as.git (browse) |
| Closes | #1144210 |
| Tracker | https://tracker.debian.org/pkg/golang-github-fwessels-sve-as |
| Uploaded | 3 hours ago |
New Package Report
.changes
| Distribution | unstable |
|---|---|
| Date | Wed, 12 Aug 2026 13:19:53 +0200 |
| Source | golang-github-fwessels-sve-as |
| Version | 0.0~git20240817.83d5dbf-1 |
| Changed-By | Simon Josefsson |
| Architecture | source all |
Changelog
golang-github-fwessels-sve-as (0.0~git20240817.83d5dbf-1) unstable; urgency=medium . * Initial release (Closes: #1144210)
.dsc
| Section | golang |
|---|---|
| Priority | optional |
| Component | main |
| Package-List | golang-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".