Detect CPU features


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`](opam) file for build
instructions.

## Documentation

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

[doc]: https://pqwy.github.io/cpuid/doc

[![Build Status](https://travis-ci.org/pqwy/cpuid.svg?branch=master)](https://travis-ci.org/pqwy/cpuid)