diff options
Diffstat (limited to 'vcpkg/ports/libfork/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libfork/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/libfork/vcpkg.json b/vcpkg/ports/libfork/vcpkg.json new file mode 100644 index 0000000..9860564 --- /dev/null +++ b/vcpkg/ports/libfork/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "libfork", + "version": "3.8.0", + "description": "A bleeding-edge, lock-free, wait-free, continuation-stealing fork-join library built on C++20's coroutines.", + "homepage": "https://github.com/conorwilliams/libfork", + "license": "MPL-2.0", + "dependencies": [ + "hwloc", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |