mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:39:07 +08:00
da58d7dc45
* remove port sais * fix stdexec hash * update stdexec version * replaced main with a tag * update stdexec version --------- Co-authored-by: Monica <v-liumonica@microsoft.com>
19 lines
500 B
JSON
19 lines
500 B
JSON
{
|
|
"name": "stdexec",
|
|
"version-date": "2023-03-05",
|
|
"port-version": 2,
|
|
"description": "stdexec is an experimental reference implementation of the Senders model of asynchronous programming proposed by P2300 - std::execution for adoption into the C++ Standard.",
|
|
"homepage": "https://github.com/NVIDIA/stdexec",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|