vcpkg/ports/rocksdb/CONTROL

21 lines
439 B
Plaintext
Raw Normal View History

2017-06-21 03:35:21 +08:00
Source: rocksdb
2019-04-04 13:15:26 +08:00
Version: 5.18.3
2017-06-21 03:35:21 +08:00
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