diff --git a/packages.json b/packages.json index aff0208..8e8ca8f 100644 --- a/packages.json +++ b/packages.json @@ -17523,5 +17523,28 @@ "description": "A Discord Bot & REST Library.", "license": "MIT", "web": "https://github.com/krisppurg/dimscord" + }, + { + "name": "cpuwhat", + "url": "https://github.com/awr1/cpuwhat", + "method": "git", + "tags": [ + "cpu", + "cpuid", + "hardware", + "intrinsics", + "simd", + "sse", + "avx", + "avx2", + "x86", + "arm", + "architecture", + "arch", + "nim" + ], + "description": "Nim utilities for advanced CPU operations: CPU identification, bindings to assorted intrinsics", + "license": "ISC", + "web": "https://github.com/awr1/cpuwhat" } ]