mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 02:59:01 +08:00
477ba33fbf
* Add tbb feature support to rocksdb to enable CLOCK algorithm * Use RocksDB master branch. * Undid RocksDB head requirement. * fix: remove unnecessary FindTbb.cmake
21 lines
439 B
Plaintext
21 lines
439 B
Plaintext
Source: rocksdb
|
|
Version: 5.17.2
|
|
Description: A library that provides an embeddable, persistent key-value store for fast storage
|
|
Default-Features: zlib
|
|
|
|
Feature: lz4
|
|
Build-Depends: lz4
|
|
Description: lz4 support in rocksdb
|
|
|
|
Feature: snappy
|
|
Build-Depends: snappy
|
|
Description: snappy support in rocksdb
|
|
|
|
Feature: zlib
|
|
Build-Depends: zlib
|
|
Description: zlib support in rocksdb
|
|
|
|
Feature: tbb
|
|
Build-Depends: tbb
|
|
Description: tbb support in rocksdb
|