mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 18:39:01 +08:00
12 lines
438 B
JSON
12 lines
438 B
JSON
|
{
|
||
|
"name": "libcds",
|
||
|
"version-string": "2.3.3",
|
||
|
"port-version": 1,
|
||
|
"description": "a collection of concurrent containers that don't require external (manual) synchronization for shared access, and safe memory reclamation (SMR) algorithms like Hazard Pointer and user-space RCU that is used as an epoch-based SMR.",
|
||
|
"homepage": "https://github.com/khizmax/libcds",
|
||
|
"dependencies": [
|
||
|
"boost-system",
|
||
|
"boost-thread"
|
||
|
]
|
||
|
}
|