mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 13:59:01 +08:00
745679c9cc
* [fplus] update to 0.2.22 * [fplus] update to 0.2.22
14 lines
309 B
JSON
14 lines
309 B
JSON
{
|
|
"name": "fplus",
|
|
"version": "0.2.22",
|
|
"description": "Functional Programming Library for C++. Write concise and readable C++ code",
|
|
"homepage": "https://github.com/Dobiasd/FunctionalPlus",
|
|
"license": "BSL-1.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|