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}
  "topkg" {build}
  "ocb-stubblr" {build & >= "0.1.0"}
  "result"
]
build: [ "ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" "--tests" "false" ]
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.1.0/cpuid-0.1.0.tbz"
  checksum: "md5=3455fc5b92033168608ca11d58424e9f"
}
