Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

20 lines
421 B
JSON

{
"name": "spectra",
"version": "1.0.1",
"description": "A header-only C++ library for large scale eigenvalue problems",
"homepage": "https://spectralib.org",
"documentation": "https://spectralib.org/quick-start.html",
"license": "MPL-2.0",
"dependencies": [
"eigen3",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}