rust-ripgrep 13.0.0-2ubuntu0.1 source package in Ubuntu
Changelog
rust-ripgrep (13.0.0-2ubuntu0.1) jammy-security; urgency=medium * No change rebuild due to update in rust-regex -- David Fernandez Gonzalez <email address hidden> Thu, 18 Aug 2022 10:35:05 +0200
Upload details
- Uploaded by:
- David Fernandez Gonzalez
- Uploaded to:
- Jammy
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- utils
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | updates | universe | misc | |
Jammy | security | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
rust-ripgrep_13.0.0.orig.tar.gz | 265.7 KiB | f37c9d2c2bc7e00bd2653e13771397b94e452583da9b9494eabef627618d64bf |
rust-ripgrep_13.0.0-2ubuntu0.1.debian.tar.xz | 5.9 KiB | ef21654c42be87cb32de088c4657965be80367742208f8497bd218e9b063af86 |
rust-ripgrep_13.0.0-2ubuntu0.1.dsc | 2.5 KiB | 0b6b34e84dafc7c0ddaa425fd1878ddf560ff9b7db030dead48cff7d685a3fa6 |
Available diffs
Binary packages built by this source
- ripgrep: Recursively searches directories for a regex pattern
ripgrep is a line-oriented search tool that recursively searches your current
directory for a regex pattern while respecting your gitignore rules and
automatically skip hidden files/directories (smart filtering) and binary files.
ripgrep is similar to other popular search tools like The Silver Searcher, ack
and grep.
.
ripgrep is generally faster than both The Silver Searcher and GNU grep. It
defaults to recursive directory search and won't search files ignored by your
`.gitignore` files. Use ripgrep if you like speed, filtering by default, fewer
bugs, and Unicode support.
.
On the other hand, if you like multiline search, then ripgrep may not quite
meet your needs (yet), and it will never support fancy regex features such as
backreferences or lookaround
- ripgrep-dbgsym: debug symbols for ripgrep