mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:38:59 +08:00
f688b48b9d
* [mdspan] Add new port for kokkos/mdspan * [mdspan] Update versions files * [mdspan] Use recent stable branch instead of tag for REF * [mdspan] Update versions files * Apply suggestions from code review [mdspan] accept all reviewer's suggested changes Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/mdspan/vcpkg.json [mdspan] Better description * [mdspan] noideadog, re-running: ./vcpkg x-add-version --all --overwrite-version Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
17 lines
331 B
JSON
17 lines
331 B
JSON
{
|
|
"name": "mdspan",
|
|
"version-date": "2021-11-03",
|
|
"description": "A non-owning multi-dimensional array reference type.",
|
|
"homepage": "https://github.com/kokkos/mdspan",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|