rust-ripgrep 11.0.2-1 source package in Ubuntu

Changelog

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

  * Package ripgrep 11.0.2 from crates.io using debcargo 2.4.0
    (Closes: #945021, #925544)
  * Remove the jemallocator dependencies (still in NEW)
    disable-jemallocator.diff
  * Improve the description (Closes: #925603)

 -- Sylvestre Ledru <email address hidden>  Sun, 01 Dec 2019 12:16:32 +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

Downloads

File Size SHA-256 Checksum
rust-ripgrep_11.0.2-1.dsc 2.5 KiB b7cc6051c49db2ef2b5613f58a48070f330e9565f028106ba7e1b51159417348
rust-ripgrep_11.0.2.orig.tar.gz 237.6 KiB d903146d825e92f77f95d1e1e8e5272f42253978c07d58c2294467a14dca126f
rust-ripgrep_11.0.2-1.debian.tar.xz 5.4 KiB bc8ac7f417625c949c48b3b100dd586ddfaa9929dc5f6fa1b94519f9c9542ca2

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
 .
 This package contains the following binaries built from the Rust crate
 "ripgrep":
  - rg

ripgrep-dbgsym: debug symbols for ripgrep