aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/reactiveplusplus/vcpkg.json
blob: 4c88949d0350afcaf642232cb47a29dda6e3e2e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "reactiveplusplus",
  "version": "2.1.1",
  "description": "ReactivePlusPlus is reactive programming library for C++ language",
  "homepage": "https://github.com/victimsnino/ReactivePlusPlus",
  "license": "BSL-1.0",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}