rust-ripgrep 13.0.0-2 source package in Ubuntu

Changelog

rust-ripgrep (13.0.0-2) unstable; urgency=medium

  * Package ripgrep 13.0.0 from crates.io using debcargo 2.4.4-alpha.0
  * Install zsh (Closes: #993354)

 -- Sylvestre Ledru <email address hidden>  Tue, 31 Aug 2021 22:06:04 +0200

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
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
rust-ripgrep_13.0.0-2.dsc 2.6 KiB 4f038ce864b89a58eb70e14a6f8edf51f5f0a929696ab0377c6081331736bee6
rust-ripgrep_13.0.0.orig.tar.gz 265.7 KiB f37c9d2c2bc7e00bd2653e13771397b94e452583da9b9494eabef627618d64bf
rust-ripgrep_13.0.0-2.debian.tar.xz 5.7 KiB 9f6c882db2b4fdb32d15b74f356bff90a8e5b03f1c091fb9b755e6edf8c73037

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