mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 07:41:47 +08:00
20 lines
442 B
JSON
20 lines
442 B
JSON
|
{
|
||
|
"name": "libfork",
|
||
|
"version": "3.7.1",
|
||
|
"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": [
|
||
|
"boost-atomic",
|
||
|
"hwloc",
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|