cpu: Cpu information and properties helpers.

[ bsd3, data, library ] [ Propose Tags ]

Lowlevel cpu routines to get basic properties of the cpu platform, like endianness and architecture.


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
executable

Build the executable

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.1.1, 0.1.2
Dependencies base (>=3 && <5), bytestring, cpu [details]
License BSD-3-Clause
Copyright Vincent Hanquez <vincent@snarc.org>
Author Vincent Hanquez <vincent@snarc.org>
Maintainer Vincent Hanquez <vincent@snarc.org>
Category Data
Home page http://github.com/vincenthz/hs-cpu
Source repo head: git clone git://github.com/vincenthz/hs-cpu
Uploaded by VincentHanquez at 2013-11-12T05:32:53Z
Distributions Debian:0.1.2, FreeBSD:0.1.2, LTSHaskell:0.1.2, NixOS:0.1.2, Stackage:0.1.2
Reverse Dependencies 26 direct, 3553 indirect [details]
Executables cpuid
Downloads 15043 total (47 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]

Readme for cpu-0.1.2

[back to package description]

Cpu haskell library

The library provides access to property and information helpers related to the cpu:

  • Endianness
  • Architecture
  • Cpuid (for x86 and x86_64)