Config.in 341 B

12345678910111213
  1. config BR2_PACKAGE_LIBAVL
  2. bool "libavl"
  3. depends on !BR2_STATIC_LIBS
  4. help
  5. AVLTree is a small implementation of AVL trees for the C
  6. programming language.
  7. https://packages.debian.org/buster/libavl1
  8. This is not the GNU AVL library by Ben Pfaff.
  9. comment "libavl needs a toolchain w/ dynamic library"
  10. depends on BR2_STATIC_LIBS