libcpuid 0.6.2+repack1-1 source package in Ubuntu
Changelog
libcpuid (0.6.2+repack1-1) unstable; urgency=medium [ Mike Gabriel ] * New upstream release. * debian/copyright: + Adjust Files-Exlucded field. Drop debian/ subfolder from it. + Add copyright.in file for tracking later copyright changes. + Update copyright attributions for debian/. * debian/control: + Bump Standards-Version: to 4.6.2. No changes needed. * debian/patches: + Forward patch 1001 upstream and mark it as such. [ Debian Janitor ] * Set upstream metadata fields: Repository. * Remove obsolete field Name from debian/upstream/metadata (already present in machine-readable debian/copyright). -- Mike Gabriel <email address hidden> Sun, 29 Jan 2023 13:03:02 +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 | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libcpuid_0.6.2+repack1-1.dsc | 2.1 KiB | 0e4a7fc05325d185b35a3e2573c8a6784f589795f2d91118918a9a400b1e59e7 |
libcpuid_0.6.2+repack1.orig.tar.xz | 144.5 KiB | 051aa70bd38c0c1ebc2f51b173c57705863e206a47377115d63d89e9c9a64efb |
libcpuid_0.6.2+repack1-1.debian.tar.xz | 6.4 KiB | d629f25eef7bc40ffdb1c161815b6bb97881cc113c4938fdab6d78d12733a1a9 |
Available diffs
- diff from 0.6.1+repack1-1 to 0.6.2+repack1-1 (23.8 KiB)
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