1config BR2_PACKAGE_LUA_BINARYHEAP
2	bool "lua-binaryheap"
3	help
4	  Binary heap implementation in pure Lua.
5
6	  https://github.com/Tieske/binaryheap.lua
7