rust-ripgrep 14.1.0-1 source package in Ubuntu

Changelog

rust-ripgrep (14.1.0-1) unstable; urgency=medium

  * Package ripgrep 14.1.0 from crates.io using debcargo 2.6.1

 -- Sylvestre Ledru <email address hidden>  Fri, 12 Jan 2024 10:50:08 +0100

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 Pocket Published Component Section
Noble release universe misc

Downloads

File Size SHA-256 Checksum
rust-ripgrep_14.1.0-1.dsc 2.5 KiB d6c022b5c0099265d7eefdb1ca6618311120abcedb3e2d63e9af54c9823afef1
rust-ripgrep_14.1.0.orig.tar.gz 211.7 KiB d7bcbc3ac47a84bd5d0cefb27a53bbf3defb6867b97e526531fba2e564597fd8
rust-ripgrep_14.1.0-1.debian.tar.xz 6.3 KiB ef547ec4a43542246c651727fb0b9745e00e50a30bbb8116fcf3098f245dc73c

Available diffs

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