1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: golang-golang-x-arch
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
Emanuel Krivoy <ekrivoy@gmail.com>,
Roger Shimizu <rosh@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-golang,
golang-any
Standards-Version: 4.7.0
Homepage: https://github.com/golang/arch
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-golang-x-arch
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-golang-x-arch.git
Rules-Requires-Root: no
XS-Go-Import-Path: golang.org/x/arch
Testsuite: autopkgtest-pkg-go
Package: golang-golang-x-arch-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Library with machine architecture information
This library holds machine architecture information used by the Go
toolchain. It supports the arm, arm64, ppc64 and x86 architectures. It mostly
includes functions for decoding assembly instructions.
|