mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:39:07 +08:00
34 lines
945 B
JSON
34 lines
945 B
JSON
{
|
|
"name": "stlab",
|
|
"version": "1.7.1",
|
|
"port-version": 1,
|
|
"description": [
|
|
"stlab is the ongoing work of what was Adobe Software Technology Lab.",
|
|
"The Concurrency library provides futures and channels, high level constructs for implementing algorithms that eases the use of multiple CPU cores while minimizing contention. This library solves several problems of the C++11 and C++17 TS futures."
|
|
],
|
|
"homepage": "https://github.com/stlab/libraries",
|
|
"license": "BSL-1.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"cpp17shims"
|
|
],
|
|
"features": {
|
|
"cpp17shims": {
|
|
"description": "Support C++11/14 by polyfilling stlab's use of `optional` and `variant` with boost. On by default.",
|
|
"dependencies": [
|
|
"boost-optional",
|
|
"boost-variant"
|
|
]
|
|
}
|
|
}
|
|
}
|