vcpkg/ports/rocksdb/CONTROL
2018-07-08 22:29:53 -07:00

17 lines
370 B
Plaintext

Source: rocksdb
Version: 5.14.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