Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

19 lines
422 B
JSON

{
"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
}
]
}