mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 05:38:59 +08:00
16 lines
362 B
JSON
16 lines
362 B
JSON
{
|
|
"name": "sleef",
|
|
"version": "3.5.1",
|
|
"port-version": 3,
|
|
"description": "SIMD Library for Evaluating Elementary Functions, vectorized libm and DFT",
|
|
"homepage": "https://sleef.org/",
|
|
"license": "BSL-1.0",
|
|
"supports": "!uwp & !(arm & windows) & !(arm64 & osx)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|