GNU bug report logs -
#58157
[PATCH] gnu: Add emacs-cov.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Thu, 29 Sep 2022 04:50:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/emacs-xyz.scm (emacs-elquery): New variable.
---
gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index fef37627f3..3f6c95e79e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8476,6 +8476,30 @@ (define-public emacs-company-jedi
"This package provides a Company backend for Python.")
(license license:gpl3+)))
+(define-public emacs-elquery
+ (package
+ (name "emacs-elquery")
+ (version "1.1.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri
+ (git-reference
+ (url "https://github.com/AdamNiederer/elquery")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "035zjzmd7yfw0rsjpaklc2wwiqw6brkjadch9x8n8n2gjyxg05mn"))))
+ (build-system emacs-build-system)
+ (propagated-inputs (list emacs-dash))
+ (home-page "https://github.com/AdamNiederer/elquery/")
+ (synopsis "Read and manipulate HTML in Emacs")
+ (description
+"@code{emacs-elquery} is a library that lets you parse, query, set, and
+format HTML using Emacs Lisp. It implements most of the @code{querySelector}
+API with @code{elquery-$}, and can get and set HTML attributes.")
+ (license license:gpl3+)))
+
(define-public emacs-puppet-mode
(package
(name "emacs-puppet-mode")
--
2.37.3
This bug report was last modified 2 years and 319 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.