opam-version: "2.0"
maintainer: "David Kaloper Meršinjak <david@numm.org>"
authors: ["David Kaloper Meršinjak <david@numm.org>"]
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"
depends: [
  "ocaml" {>= "4.01.0"}
  "ocamlfind" {build}
  "ocamlbuild" {build & >= "0.9.3"}
  "topkg" {build}
  "result"
]
build: [ "ocaml" "pkg/pkg.ml" "build" "--pinned" pinned ]
synopsis: "Detect CPU features"
description: """
`cpuid` allows detection of CPU features from OCaml.

cpuid is distributed under the ISC license."""
url {
  src:
    "https://github.com/pqwy/cpuid/releases/download/v0.0.1/cpuid-0.0.1.tbz"
  checksum: "md5=163387039f01a369796eb21866ce21a7"
}
