mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-11 22:43:59 +08:00
75b18d6e72
* [reactiveplusplus] update to 2.0.0 * [reactiveplusplus] update to 2.0.0
18 lines
383 B
JSON
18 lines
383 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|