vcpkg/ports/libcds/CONTROL
Max Khizhinsky 61c6ef26f7 * [libcds] Update to v2.3.3 (#5274) (#5278)
* * [libcds] Update to v2.3.3 (#5274)

 * Minimum CMake version is 3.0.2
 * Changed software license from BSD to Boost
 * Removed '#pragma lib' for Windows build
 * Bugfix and minor improvements

* [libcds] Use PATCHES parameter instead of `vcpkg_apply_patches()`

* [libcds] Fix static builds
2019-03-14 15:41:16 -07:00

5 lines
315 B
Plaintext

Source: libcds
Version: 2.3.3
Build-Depends: boost-system, boost-thread
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.