mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 13:41:37 +08:00
18 lines
321 B
JSON
18 lines
321 B
JSON
|
{
|
||
|
"name": "wg21-linear-algebra",
|
||
|
"version": "0.7.2",
|
||
|
"description": "A linear algebra proposal for the C++ standard library",
|
||
|
"license": "NCSA",
|
||
|
"dependencies": [
|
||
|
"mdspan",
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|