vcpkg/ports/ltla-powerit/vcpkg.json

19 lines
367 B
JSON
Raw Normal View History

2023-05-14 03:45:36 +08:00
{
"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
}
]
}