libcpuid 0.6.3+repack1-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * debian/patches:
    + Drop 1001_spelling-fixes.patch. Applied upstream.

 -- Mike Gabriel <email address hidden>  Tue, 20 Jun 2023 13:19:46 +0200

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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcpuid_0.6.3+repack1-1.dsc 2.1 KiB 40c8abf3f1c960fa483a8384c92a79d2b3d5be7cc9fe44d3b7766a16cbb3d0f0
libcpuid_0.6.3+repack1.orig.tar.xz 148.8 KiB c36a2252181def3616ee43d78d4c3e5458047979e62a16f10305c47d7c391c1c
libcpuid_0.6.3+repack1-1.debian.tar.xz 6.1 KiB e470390be6bdf1e072944bbbc76c70ce6ab57735a7d3c21e11430062712f1290

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