mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 13:09:18 +08:00
13 lines
313 B
JSON
13 lines
313 B
JSON
|
{
|
||
|
"name": "spectra",
|
||
|
"version": "0.9.0",
|
||
|
"port-version": 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"
|
||
|
]
|
||
|
}
|