mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:49:00 +08:00
19 lines
459 B
JSON
19 lines
459 B
JSON
{
|
|
"name": "vectorclass",
|
|
"version-string": "2.02.00",
|
|
"description": "C++ class library for using the Single Instruction Multiple Data (SIMD) instructions in modern Microprocessors",
|
|
"homepage": "https://github.com/vectorclass/version2",
|
|
"license": "Apache-2.0",
|
|
"supports": "!(arm | arm64)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|