mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:59:05 +08:00
19 lines
367 B
JSON
19 lines
367 B
JSON
{
|
|
"name": "ltla-powerit",
|
|
"version-date": "2023-03-19",
|
|
"description": "Lightweight C++ library for power iterations",
|
|
"homepage": "https://github.com/LTLA/powerit",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
"ltla-aarand",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|