pineapple/externals/vcpkg/ports/fplus/vcpkg.json

14 lines
312 B
JSON
Raw Normal View History

2022-07-23 03:01:36 +02:00
{
"name": "fplus",
"version": "0.2.18-p0",
"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
}
]
}