add package dependencies
This commit is contained in:
11
lisp/deflate/deflate-pkg.el
Normal file
11
lisp/deflate/deflate-pkg.el
Normal file
@@ -0,0 +1,11 @@
|
||||
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
||||
(define-package "deflate" "20250703.808"
|
||||
"The DEFLATE compression algorithm in pure Emacs LISP."
|
||||
'((dash "2.0.0")
|
||||
(emacs "25.1"))
|
||||
:url "https://github.com/skuro/deflate"
|
||||
:commit "4896cdf0c1d031404c6705f52c03f048444ff927"
|
||||
:revdesc "4896cdf0c1d0"
|
||||
:keywords '("files" "tools")
|
||||
:authors '(("Carlo Sciolla" . "carlo.sciolla@gmail.com"))
|
||||
:maintainers '(("Carlo Sciolla" . "carlo.sciolla@gmail.com")))
|
||||
1006
lisp/deflate/deflate.el
Normal file
1006
lisp/deflate/deflate.el
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user