aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/stdexec/vcpkg.json
blob: 39e6e1e1bc3aec9b70eb7ae4c29da3785a55aeb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
    }
  ]
}