libcpuid 0.6.4+repack1-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * debian/copyright:
    + Update copyright attribution for debian/.

 -- Mike Gabriel <email address hidden>  Fri, 09 Feb 2024 09:34:39 +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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcpuid_0.6.4+repack1-1.dsc 2.1 KiB 71f8bbb30f5b6438cab3e98cacc198f3ade7f1062f62941432a7c14e7f6bfd48
libcpuid_0.6.4+repack1.orig.tar.xz 168.0 KiB bca651ca633ee164a014c00b103c0b7d2efd43589aad44b4429c05690864635c
libcpuid_0.6.4+repack1-1.debian.tar.xz 6.1 KiB a31234eb22812f56f876d521df8d4b5f1f15b669133abb9f1c542b1959d11c0f

Available diffs

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.

libcpuid16: 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.

libcpuid16-dbgsym: debug symbols for libcpuid16