2021-08-31 00:51:19 +08:00
|
|
|
{
|
|
|
|
"name": "libunifex",
|
2023-01-26 04:22:44 +08:00
|
|
|
"version-date": "2023-01-25",
|
2021-08-31 00:51:19 +08:00
|
|
|
"description": "Unified Executors",
|
|
|
|
"homepage": "https://github.com/facebookexperimental/libunifex",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "liburing",
|
|
|
|
"platform": "linux"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"features": {
|
2023-01-26 04:22:44 +08:00
|
|
|
"coroutines": {
|
|
|
|
"description": "Support coroutine"
|
|
|
|
},
|
2021-08-31 00:51:19 +08:00
|
|
|
"test": {
|
|
|
|
"description": "Build test/example programs",
|
|
|
|
"dependencies": [
|
|
|
|
"gtest"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|