rust-ripgrep 11.0.2-1build1 source package in Ubuntu

Changelog

rust-ripgrep (11.0.2-1build1) focal; urgency=medium

  * No-change rebuild for libgcc-s1 package name change.

 -- Matthias Klose <email address hidden>  Sun, 22 Mar 2020 16:56:54 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Rust Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
rust-ripgrep_11.0.2.orig.tar.gz 237.6 KiB d903146d825e92f77f95d1e1e8e5272f42253978c07d58c2294467a14dca126f
rust-ripgrep_11.0.2-1build1.debian.tar.xz 5.4 KiB f10fb9a17d0e52b685e93111018f3d541b525627e043853f4cca60e7ec4e9df7
rust-ripgrep_11.0.2-1build1.dsc 2.6 KiB 64d6a1c1fe42fb77b344a7e2ee55e9de7670443f8ae841f9229a4a0647b25541

View changes file

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