2013-05-14 13:45:59 +02:00
|
|
|
config BR2_PACKAGE_SNAPPY
|
|
|
|
bool "snappy"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
|
help
|
2017-12-18 09:21:05 +01:00
|
|
|
Snappy is a compression/decompression library. It does not
|
|
|
|
aim for maximum compression, or compatibility with any other
|
|
|
|
compression library; instead, it aims for very high speeds
|
|
|
|
and reasonable compression.
|
2013-05-14 13:45:59 +02:00
|
|
|
|
2017-03-03 06:40:39 +01:00
|
|
|
http://google.github.io/snappy/
|
2013-05-14 13:45:59 +02:00
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "snappy needs a toolchain w/ C++"
|
2013-05-14 13:45:59 +02:00
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|