1config BR2_PACKAGE_LIBBYTESIZE
2	bool "libbytesize"
3	select BR2_PACKAGE_GMP
4	select BR2_PACKAGE_MPFR
5	select BR2_PACKAGE_PCRE2
6	help
7	  A tiny library that facilitates the common operations with
8	  sizes in bytes
9
10	  https://github.com/storaged-project/libbytesize/
11