vcpkg/ports/mdspan/vcpkg.json

18 lines
350 B
JSON
Raw Normal View History

{
"name": "mdspan",
"version": "0.6.0",
"description": "A non-owning multi-dimensional array reference type.",
"homepage": "https://github.com/kokkos/mdspan",
"license": "BSD-3-Clause",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}