aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/rxcpp/vcpkg.json
blob: 27a475cd0ae03334a1252fa42dc4efdf344809e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "rxcpp",
  "version": "4.1.1",
  "port-version": 1,
  "description": "Reactive Extensions for C++",
  "homepage": "https://github.com/Reactive-Extensions/RxCpp",
  "license": "Apache-2.0",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}