package cpuid

  1. Overview
  2. Docs

Description

CPUID

Published: 03 Apr 2019

README

cpuid — Detect CPU features

v0.1.2

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.

Dependencies (2)

  1. dune >= "1.7"
  2. ocaml >= "4.03.0"

Dev Dependencies

None

Used by (2)

  1. mirage-crypto < "0.7.0"
  2. nocrypto >= "0.5.4"

Conflicts

None