blob: 2464e61ce2f5009237e5bc1d2023669bd262f468 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"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"
]
}
|