xref: /OK3568_Linux_fs/buildroot/package/libbytesize/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBBYTESIZE
2*4882a593Smuzhiyun	bool "libbytesize"
3*4882a593Smuzhiyun	select BR2_PACKAGE_GMP
4*4882a593Smuzhiyun	select BR2_PACKAGE_MPFR
5*4882a593Smuzhiyun	select BR2_PACKAGE_PCRE2
6*4882a593Smuzhiyun	help
7*4882a593Smuzhiyun	  A tiny library that facilitates the common operations with
8*4882a593Smuzhiyun	  sizes in bytes
9*4882a593Smuzhiyun
10*4882a593Smuzhiyun	  https://github.com/storaged-project/libbytesize/
11