diff options
Diffstat (limited to 'vcpkg/ports/functionalplus/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/functionalplus/vcpkg.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/functionalplus/vcpkg.json b/vcpkg/ports/functionalplus/vcpkg.json new file mode 100644 index 0000000..52d1de8 --- /dev/null +++ b/vcpkg/ports/functionalplus/vcpkg.json @@ -0,0 +1,13 @@ +{ + "name": "functionalplus", + "version": "0.2.26", + "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 + } + ] +} |