mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
A visual editor for binary files. Bvi allows the user to edit binary files with a VI-like interface. Signed-off-by: Dimitrios Siganos <dimitris@siganos.org> [Julien: - sort DEVELOPERS entries - reword commit log title ] Signed-off-by: Julien Olivain <ju.o@free.fr>
9 lines
217 B
Plaintext
9 lines
217 B
Plaintext
config BR2_PACKAGE_BVI
|
|
bool "bvi"
|
|
select BR2_PACKAGE_NCURSES
|
|
help
|
|
A visual editor for binary files. Bvi allows the user to
|
|
edit binary files with a VI-like interface.
|
|
|
|
https://sourceforge.net/projects/bvi
|