libcpuid 0.5.1+repack1-1 source package in Ubuntu

Changelog

libcpuid (0.5.1+repack1-1) unstable; urgency=medium

  [ Martin Wimpress ]
  * New upstream release.

  [ Mike Gabriel ]
  * debian/control:
    + Bump Standards-Version: to 4.6.0. No changes needed.

 -- Mike Gabriel <email address hidden>  Thu, 09 Dec 2021 21:56:58 +0100

Upload details

Uploaded by:
Martin Wimpress
Uploaded to:
Sid
Original maintainer:
Martin Wimpress
Architectures:
amd64 i386
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Kinetic release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcpuid_0.5.1+repack1-1.dsc 2.1 KiB 93684e9e524dcb502a0f1976c89ef4957d8ad1637acf3b25d50db3161252c37d
libcpuid_0.5.1+repack1.orig.tar.xz 109.9 KiB f26ec7cb2179fe0840f2211ab68fd235cabb8deaa200ef1bad22e75a686b98e0
libcpuid_0.5.1+repack1-1.debian.tar.xz 4.3 KiB 7a73327cab09c32b0b3b67663c41acda9fdcf1e22018d71b5b31c2672dd21b18

No changes file available.

Binary packages built by this source

cpuidtool: C library for x86/x86_64 CPU detection and feature extraction (tool)

 libcpuid is a small C library for x86 CPU detection and feature
 extraction. Using it, you can:
 .
    - get the processor vendor, model, brand string, code name,
    - get information about CPU features such as: number of cores or logical
      CPUs, cache sizes, CPU clock,
    - check if the processor implements a specific instruction set such as
      the SSE2, 3DNow!,
    - execute the CPUID and RDTSC instructions (portably!)
 .
 This package ships the cpuidtool.

cpuidtool-dbgsym: debug symbols for cpuidtool
libcpuid-dev: C library for x86/x86_64 CPU detection and feature extraction (headers)

 libcpuid is a small C library for x86 CPU detection and feature
 extraction. Using it, you can:
 .
    - get the processor vendor, model, brand string, code name,
    - get information about CPU features such as: number of cores or logical
      CPUs, cache sizes, CPU clock,
    - check if the processor implements a specific instruction set such as
      the SSE2, 3DNow!,
    - execute the CPUID and RDTSC instructions (portably!)
 .
 This package ships the libcpuid development headers.

libcpuid15: C library for x86/x86_64 CPU detection and feature extraction (shared lib)

 libcpuid is a small C library for x86 CPU detection and feature
 extraction. Using it, you can:
 .
    - get the processor vendor, model, brand string, code name,
    - get information about CPU features such as: number of cores or logical
      CPUs, cache sizes, CPU clock,
    - check if the processor implements a specific instruction set such as
      the SSE2, 3DNow!,
    - execute the CPUID and RDTSC instructions (portably!)
 .
 This package ships the libcpuid shared library.

libcpuid15-dbgsym: debug symbols for libcpuid15