vcpkg/ports/wg21-linear-algebra/vcpkg.json
2024-07-15 23:18:52 -07:00

19 lines
342 B
JSON

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