mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
18 lines
389 B
JSON
18 lines
389 B
JSON
{
|
|
"name": "eigen3",
|
|
"version": "5.0.1",
|
|
"description": "C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.",
|
|
"homepage": "http://eigen.tuxfamily.org",
|
|
"license": "MPL-2.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|