mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
18 lines
612 B
XML
18 lines
612 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>mgorny@gentoo.org</email>
|
|
<name>Michał Górny</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
Line-oriented search tool that recursively searches your current
|
|
directory for a regex pattern while respecting your gitignore
|
|
rules. ripgrep is similar to other popular search tools like
|
|
The Silver Searcher, ack and grep.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">BurntSushi/ripgrep</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|