vcpkg/ports/reactiveplusplus/vcpkg.json

18 lines
383 B
JSON
Raw Normal View History

{
"name": "reactiveplusplus",
"version": "2.0.0",
"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
}
]
}