this repo has no description
1opam-version: "2.0" 2maintainer: "David Kaloper Meršinjak <david@numm.org>" 3authors: ["David Kaloper Meršinjak <david@numm.org>"] 4homepage: "https://github.com/pqwy/cpuid" 5doc: "https://pqwy.github.io/cpuid/doc" 6license: "ISC" 7dev-repo: "git+https://github.com/pqwy/cpuid.git" 8bug-reports: "https://github.com/pqwy/cpuid/issues" 9depends: [ 10 "ocaml" {>= "4.01.0"} 11 "ocamlfind" {build} 12 "ocamlbuild" {build & >= "0.9.3"} 13 "topkg" {build} 14 "result" 15] 16build: [ "ocaml" "pkg/pkg.ml" "build" "--pinned" pinned ] 17synopsis: "Detect CPU features" 18description: """ 19`cpuid` allows detection of CPU features from OCaml. 20 21cpuid is distributed under the ISC license.""" 22url { 23 src: 24 "https://github.com/pqwy/cpuid/releases/download/v0.0.1/cpuid-0.0.1.tbz" 25 checksum: [ 26 "sha256=9cec0761c0f1afbd89d03a5adb9a8e265485f9a6df5e8404fc05ae910353f954" 27 "md5=163387039f01a369796eb21866ce21a7" 28 ] 29}