rust-ripgrep 13.0.0-5 source package in Ubuntu
Changelog
rust-ripgrep (13.0.0-5) unstable; urgency=medium * Team upload. * Package ripgrep 13.0.0 from crates.io using debcargo 2.6.0 * Remove simd-accel feature from debcargo-conf, it's not used in the Debian package build and not having it makes manual testing easier. * Apply upstream fix for bstr 1.1. -- Peter Michael Green <email address hidden> Mon, 12 Jun 2023 21:24:04 +0000
Upload details
- Uploaded by:
- Rust Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Rust Maintainers
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
rust-ripgrep_13.0.0-5.dsc | 2.6 KiB | 27f2606cac514c68998da9bff482474a9b999bbe63bd932a2bfd4936d412698a |
rust-ripgrep_13.0.0.orig.tar.gz | 265.7 KiB | f37c9d2c2bc7e00bd2653e13771397b94e452583da9b9494eabef627618d64bf |
rust-ripgrep_13.0.0-5.debian.tar.xz | 6.3 KiB | 2288c2ea87d69bc2669976db67e84b27cfed798d06abf7d95afa0d6a1f72272f |
Available diffs
- diff from 13.0.0-4 to 13.0.0-5 (1.9 KiB)
No changes file available.
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