mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-12 15:09:01 +08:00
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
|
||
|
}
|
||
|
]
|
||
|
}
|