1config BR2_PACKAGE_RIPGREP 2 bool "ripgrep" 3 depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS 4 select BR2_PACKAGE_HOST_RUSTC 5 help 6 ripgrep is a line-oriented search tool that 7 recursively searches your current directory 8 for a regex pattern while respecting your gitignore 9 rules. 10 11 ripgrep is similar to other popular search tools like 12 The Silver Searcher, ack and grep. 13 14 https://github.com/BurntSushi/ripgrep 15