package cpuid

  1. Overview
  2. Docs
Detect CPU features

Install

Dune Dependency

Authors

Maintainers

Sources

cpuid-0.0.1.tbz
sha256=9cec0761c0f1afbd89d03a5adb9a8e265485f9a6df5e8404fc05ae910353f954
md5=163387039f01a369796eb21866ce21a7

Description

cpuid allows detection of CPU features from OCaml.

cpuid is distributed under the ISC license.

Published: 14 Oct 2016

README

cpuid — Detect CPU features

v0.0.1

cpuid allows detection of CPU features from OCaml.

cpuid is distributed under the ISC license.

Installation

cpuid can be installed with opam:

opam install cpuid

If you don't use opam consult the opam file for build instructions.

Documentation

The documentation and API reference is automatically generated by ocamldoc from the interfaces. It can be consulted online and there is a generated version in the doc directory of the distribution.

Sample programs

If you installed cpuid with opam sample programs are located in the directory opam config var cpuid:doc.

In the distribution sample programs and tests are located in the test directory of the distribution. They can be built and run with:

topkg build --tests true && topkg test 

Dependencies (5)

  1. result
  2. topkg build
  3. ocamlbuild build & >= "0.9.3"
  4. ocamlfind build
  5. ocaml >= "4.01.0"

Dev Dependencies

None

Used by

None

Conflicts

None

OCaml

Innovation. Community. Security.