vcpkg/ports/rxcpp/vcpkg.json
2022-10-03 13:54:36 -07:00

19 lines
355 B
JSON

{
"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
}
]
}