initial import
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
dcf212cc16
commit
ad95cc1531
1 changed files with 29 additions and 0 deletions
29
ripgrep.yaml
Normal file
29
ripgrep.yaml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
document: modulemd
|
||||
version: 2
|
||||
data:
|
||||
summary: Line oriented search tool using Rust's regex library
|
||||
description: |
|
||||
Line oriented search tool using Rust's regex library. Combines
|
||||
the raw performance of grep with the usability of the silver searcher.
|
||||
license:
|
||||
module: [MIT]
|
||||
dependencies:
|
||||
- buildrequires:
|
||||
platform: [f29]
|
||||
requires:
|
||||
platform: []
|
||||
references:
|
||||
community: https://github.com/BurntSushi/ripgrep
|
||||
documentation: https://github.com/BurntSushi/ripgrep/blob/master/FAQ.md
|
||||
tracker: https://github.com/BurntSushi/ripgrep/issues
|
||||
api:
|
||||
rpms:
|
||||
- ripgrep
|
||||
profiles:
|
||||
default:
|
||||
rpms:
|
||||
- ripgrep
|
||||
components:
|
||||
rpms:
|
||||
ripgrep:
|
||||
rationale: Main component.
|
||||
Loading…
Add table
Add a link
Reference in a new issue