mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 12:31:36 +08:00
c320e71bcd
* [reactiveplusplus] Add new port * Update version database * [reactiveplusplus] Fix installation * [reactiveplusplus] Update version
18 lines
383 B
JSON
18 lines
383 B
JSON
{
|
|
"name": "reactiveplusplus",
|
|
"version": "0.2.2",
|
|
"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
|
|
}
|
|
]
|
|
}
|