arch-test 0.21-1 source package in Ubuntu

Changelog

arch-test (0.21-1) unstable; urgency=medium

  * New upstream release.
  * No riscv32 because no binutils in Debian.

 -- Adam Borowski <email address hidden>  Fri, 07 Jul 2023 07:34:05 +0200

Upload details

Uploaded by:
Adam Borowski
Uploaded to:
Sid
Original maintainer:
Adam Borowski
Architectures:
all
Section:
misc
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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
arch-test_0.21-1.dsc 2.5 KiB 6a3bf210ee05db0f3e49126464e10f0b9f8e5c6a21976ee14699886cc124815f
arch-test_0.21.orig.tar.gz 11.6 KiB d95a3855c618c64b49145e6ccbb896a3925bcd20caa711afca6bb1b4078f3a6d
arch-test_0.21-1.debian.tar.xz 4.4 KiB 0c10373b19a7e5fcedf62c193484cb2c35360141ddce1f2af6d9bf0280458897

Available diffs

No changes file available.

Binary packages built by this source

arch-test: detect architectures supported by your machine/kernel

 This package lets you enumerate architectures that your kernel can run.
 The check is for the ability to run machine code and supporting appropriate
 syscall ABI -- you may need to install userland libraries in a chroot,
 container or via multiarch to actually execute non-static binaries of such
 architectures.
 .
 Also provided is "elf-arch", a tool to determine the architecture of an ELF
 binary (program or library).
 .
 Architectures detected by this version of arch-test are:
  * amd64, i386, x32
  * mips, mipsel, mips64, mips64el
  * arm, armel, armhf, arm64, arm64ilp32
  * powerpc, ppc64, ppc64el, powerpcspe
  * m68k
  * sh4
  * s390x
  * sparc, sparc64
  * illumos-amd64
  * win32, win64
  * kfreebsd-amd64, kfreebsd-i386
  * alpha
  * hppa
  * ia64
  * riscv64
  * arc