diff options
Diffstat (limited to 'ports/rocksdb/CONTROL')
| -rw-r--r-- | ports/rocksdb/CONTROL | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ports/rocksdb/CONTROL b/ports/rocksdb/CONTROL new file mode 100644 index 000000000..a2747e3f5 --- /dev/null +++ b/ports/rocksdb/CONTROL @@ -0,0 +1,16 @@ +Source: rocksdb +Version: 5.13.1 +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 |
