vcpkg/ports/fplus/vcpkg.json

14 lines
309 B
JSON
Raw Normal View History

{
"name": "fplus",
"version": "0.2.23",
"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
}
]
}