opam-version: "2.0" maintainer: "David Kaloper Meršinjak " authors: ["David Kaloper Meršinjak "] homepage: "https://github.com/pqwy/cpuid" doc: "https://pqwy.github.io/cpuid/doc" license: "ISC" dev-repo: "git+https://github.com/pqwy/cpuid.git" bug-reports: "https://github.com/pqwy/cpuid/issues" build: [ "ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" "--tests" "false" ] depends: [ "ocaml" {>= "4.01.0"} "ocamlfind" {build} "ocamlbuild" {build} "topkg" {build} "ocb-stubblr" {build} "result" ] conflicts: [ "ocb-stubblr" {<"0.1.0"} ] synopsis: "Detect CPU features" description: """ 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)""" url { src: "https://github.com/pqwy/cpuid/releases/download/v0.1.1/cpuid-0.1.1.tbz" checksum: [ "sha256=7d7af44596edbc821b41d420f1b434517a8880ed5e23aa7128c538fa4802862e" "md5=717a6bf371bd083ea588ccd96f328dc2" ] }