vcpkg/ports/wg21-linear-algebra/vcpkg.json
2023-10-02 19:55:58 -07:00

18 lines
321 B
JSON

{
"name": "wg21-linear-algebra",
"version": "0.7.3",
"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
}
]
}