diff options
Diffstat (limited to 'vcpkg/ports/poolstl/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/poolstl/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/poolstl/vcpkg.json b/vcpkg/ports/poolstl/vcpkg.json new file mode 100644 index 0000000..1af8ad9 --- /dev/null +++ b/vcpkg/ports/poolstl/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "poolstl", + "version": "0.3.5", + "description": "Light and self-contained implementation of C++17 parallel algorithms.", + "homepage": "https://github.com/alugowski/poolSTL", + "license": "BSD-2-Clause OR BSL-1.0 OR MIT", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |