11 lines
488 B
EmacsLisp
11 lines
488 B
EmacsLisp
|
|
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
||
|
|
(define-package "ripgrep" "20220520.1410"
|
||
|
|
"Front-end for ripgrep, a command line search tool."
|
||
|
|
()
|
||
|
|
:url "https://github.com/nlamirault/ripgrep.el"
|
||
|
|
:commit "872e250e8f93b8bb0a8a1de8bde17fd9bd116e31"
|
||
|
|
:revdesc "872e250e8f93"
|
||
|
|
:keywords '("ripgrep" "ack" "pt" "ag" "sift" "grep" "search")
|
||
|
|
:authors '(("Nicolas Lamirault" . "nicolas.lamirault@gmail.com"))
|
||
|
|
:maintainers '(("Nicolas Lamirault" . "nicolas.lamirault@gmail.com")))
|