libcpuid 0.4.1-1.1 source package in Ubuntu

Changelog

libcpuid (0.4.1-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * No-change source-only upload to allow testing migration.

 -- Boyuan Yang <email address hidden>  Wed, 13 Nov 2019 18:41:27 -0500

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

Builds

Focal: [FULLYBUILT] amd64 [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libcpuid_0.4.1-1.1.dsc 2.0 KiB 0800ca6e6b10b0c03185a0752a102cfa72375d04a430898a7cb9572545d75655
libcpuid_0.4.1.orig.tar.xz 85.0 KiB 0817979d61735b4615ccd84ab66da192662082de8089d9f85099f6c6aee1e915
libcpuid_0.4.1-1.1.debian.tar.xz 4.3 KiB de84dbf3ac2f49375dd75e4c1e013dea7c8a055877b767e449f9c24e61bc1db3

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.

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

libcpuid14-dbgsym: debug symbols for libcpuid14