mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 22:49:07 +08:00
15 lines
324 B
JSON
15 lines
324 B
JSON
|
{
|
||
|
"name": "sleef",
|
||
|
"version": "3.5.1",
|
||
|
"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
|
||
|
}
|
||
|
]
|
||
|
}
|