vcpkg/ports/functionalplus/vcpkg.json
2024-08-10 02:17:03 -07:00

14 lines
383 B
JSON

{
"name": "functionalplus",
"version": "0.2.25",
"description": "This port is the new fplus port, the old fplus has been removed. 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
}
]
}