vcpkg/ports/vectorclass/vcpkg.json
2022-08-23 10:12:03 -07:00

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
}
]
}