diff options
Diffstat (limited to 'vcpkg/ports/stdexec/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/stdexec/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/stdexec/vcpkg.json b/vcpkg/ports/stdexec/vcpkg.json new file mode 100644 index 0000000..39e6e1e --- /dev/null +++ b/vcpkg/ports/stdexec/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "stdexec", + "version-date": "2024-06-16", + "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 + } + ] +} |