DEVELOPERS: add Yegor Yefremov for the ser2net package
[buildroot-gz.git] / package / snappy / Config.in
blob06d537f1c90bfb8fb3204f50aaa0f5eac2caf563
1 config BR2_PACKAGE_SNAPPY
2         bool "snappy"
3         depends on BR2_INSTALL_LIBSTDCPP
4         help
5           Snappy is a compression/decompression library. It does not aim for
6           maximum compression, or compatibility with any other compression
7           library; instead, it aims for very high speeds and reasonable
8           compression.
10           http://code.google.com/p/snappy/
12 comment "snappy needs a toolchain w/ C++"
13         depends on !BR2_INSTALL_LIBSTDCPP