vcpkg/ports/fplus/vcpkg.json
Jia Yue Hua 745679c9cc
[fplus] update to 0.2.22 (#36348)
* [fplus] update to 0.2.22

* [fplus] update to 0.2.22
2024-01-24 11:16:01 -08:00

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
}
]
}