pineapple/externals/vcpkg/ports/sleef/vcpkg.json
2022-07-23 03:01:36 +02:00

15 lines
345 B
JSON
Executable file

{
"name": "sleef",
"version": "3.5.1",
"port-version": 2,
"description": "SIMD Library for Evaluating Elementary Functions, vectorized libm and DFT",
"homepage": "https://sleef.org/",
"license": "BSL-1.0",
"supports": "!uwp & !(arm & windows)",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}