Config.in 265 B

12345678910
  1. config 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. https://github.com/storaged-project/libbytesize/