xref: /OK3568_Linux_fs/buildroot/package/most/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_MOST
2	bool "most"
3	depends on BR2_USE_MMU # slang
4	select BR2_PACKAGE_SLANG
5	help
6	  most is a powerful pager, including features like multi
7	  document support, hex view and unpack on-the-fly.
8
9	  Note: this program depends on the slang library which is
10	  rather large to be used just for this pager.
11
12	  https://www.jedsoft.org/most/
13