vcpkg/ports/stdexec/vcpkg.json

19 lines
500 B
JSON
Raw Normal View History

2023-03-13 12:29:16 +08:00
{
"name": "stdexec",
"version-date": "2023-03-05",
"port-version": 2,
2023-03-13 12:29:16 +08:00
"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
}
]
}