config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

archive-contents (174687B)


      1 (1
      2  (ace-window .
      3 	     [(0 10 0)
      4 	      ((avy
      5 		(0 5 0)))
      6 	      "Quickly switch windows." tar
      7 	      ((:url . "https://github.com/abo-abo/ace-window")
      8 	       (:keywords "window" "location")
      9 	       (:maintainer "Oleh Krehel" . "ohwoeowho@gmail.com")
     10 	       (:authors
     11 		("Oleh Krehel" . "ohwoeowho@gmail.com"))
     12 	       (:commit . "7003c88cd9cad58dc35c7cd13ebc61c355fb5be7"))])
     13  (ack .
     14       [(1 11)
     15        nil "interface to ack-like tools" tar
     16        ((:url . "https://github.com/leoliu/ack-el")
     17 	(:keywords "tools" "processes" "convenience")
     18 	(:maintainer "João Távora" . "joaotavora@gmail.com")
     19 	(:authors
     20 	 ("Leo Liu" . "sdl.web@gmail.com"))
     21 	(:commit . "90c90a80322aa9f26ce88f2f24a224afc4c994b8"))])
     22  (activities .
     23 	     [(0 7 1)
     24 	      ((emacs
     25 		(29 1))
     26 	       (persist
     27 		(0 6)))
     28 	      "Save/restore sets of windows, tabs/frames, and their buffers" tar
     29 	      ((:url . "https://github.com/alphapapa/activities.el")
     30 	       (:keywords "convenience")
     31 	       (:maintainer "Adam Porter" . "adam@alphapapa.net")
     32 	       (:authors
     33 		("Adam Porter" . "adam@alphapapa.net"))
     34 	       (:commit . "8bc2028e81a0a6a08e7a44144b340c58a5ffadab"))])
     35  (ada-mode .
     36 	   [(8 1 0)
     37 	    ((uniquify-files
     38 	      (1 0 4))
     39 	     (wisi
     40 	      (4 3 0))
     41 	     (gnat-compiler
     42 	      (1 0 3))
     43 	     (emacs
     44 	      (25 3)))
     45 	    "major-mode for editing Ada sources" tar
     46 	    ((:url . "https://www.nongnu.org/ada-mode/")
     47 	     (:keywords "languages" "ada")
     48 	     (:maintainer "Stephen Leake" . "stephen_leake@stephe-leake.org")
     49 	     (:authors
     50 	      ("Stephen Leake" . "stephen_leake@stephe-leake.org"))
     51 	     (:commit . "357ac189bea640023e33214e8efe9288d9d1416c"))])
     52  (ada-ref-man .
     53 	      [(2020 1)
     54 	       nil "Ada Reference Manual 2012" tar
     55 	       ((:url . "http://stephe-leake.org/ada/arm.html")
     56 		(:keywords "languages" "ada")
     57 		(:maintainer "Stephen Leake" . "stephen_leake@member.fsf.org")
     58 		(:authors
     59 		 ("Stephen Leake" . "stephen_leake@member.fsf.org"))
     60 		(:commit . "b86a173c1488989fd06f0b612e7b7acee9fda070"))])
     61  (adaptive-wrap .
     62 		[(0 8)
     63 		 nil "Smart line-wrapping with wrap-prefix" tar
     64 		 ((:maintainer
     65 		   ("Stephen Berman" . "stephen.berman@gmx.net")
     66 		   ("Stefan Monnier" . "monnier@iro.umontreal.ca"))
     67 		  (:authors
     68 		   ("Stephen Berman" . "stephen.berman@gmx.net")
     69 		   ("Stefan Monnier" . "monnier@iro.umontreal.ca"))
     70 		  (:url . "https://elpa.gnu.org/packages/adaptive-wrap.html")
     71 		  (:commit . "026c35f59174febab2bcdb3c50fb8344c248671c"))])
     72  (adjust-parens .
     73 		[(3 2)
     74 		 ((emacs
     75 		   (24 3)))
     76 		 "Indent and dedent Lisp code, automatically adjust close parens" tar
     77 		 ((:maintainer "Barry O'Reilly" . "gundaetiapo@gmail.com")
     78 		  (:authors
     79 		   ("Barry O'Reilly" . "gundaetiapo@gmail.com"))
     80 		  (:url . "https://elpa.gnu.org/packages/adjust-parens.html")
     81 		  (:commit . "a7e0ece3037821ea438fe401ade6d3c60b3d24e0"))])
     82  (advice-patch .
     83 	       [(0 1)
     84 		((emacs
     85 		  (24 4)))
     86 		"Use patches to advise the inside of functions" tar
     87 		((:maintainer "Stefan Monnier" . "monnier@iro.umontreal.ca")
     88 		 (:authors
     89 		  ("Stefan Monnier" . "monnier@iro.umontreal.ca"))
     90 		 (:url . "https://elpa.gnu.org/packages/advice-patch.html")
     91 		 (:commit . "b0575729f34d1c45f1b47d8793e84311a4770826"))])
     92  (aggressive-completion .
     93 			[(1 7)
     94 			 ((emacs
     95 			   (27 1)))
     96 			 "Automatic minibuffer completion" tar
     97 			 ((:keywords "minibuffer" "completion")
     98 			  (:maintainer "Tassilo Horn" . "tsdh@gnu.org")
     99 			  (:authors
    100 			   ("Tassilo Horn" . "tsdh@gnu.org"))
    101 			  (:url . "https://elpa.gnu.org/packages/aggressive-completion.html")
    102 			  (:commit . "d92bf2428133b6e261780e16b7030afe91d3668e"))])
    103  (aggressive-indent .
    104 		    [(1 10 0)
    105 		     ((emacs
    106 		       (24 3)))
    107 		     "Minor mode to aggressively keep your code always indented" tar
    108 		     ((:url . "https://github.com/Malabarba/aggressive-indent-mode")
    109 		      (:keywords "indent" "lisp" "maint" "tools")
    110 		      (:maintainer "Artur Malabarba" . "emacs@endlessparentheses.com")
    111 		      (:authors
    112 		       ("Artur Malabarba" . "emacs@endlessparentheses.com"))
    113 		      (:commit . "cb416faf61c46977c06cf9d99525b04dc109a33c"))])
    114  (ahungry-theme .
    115 		[(1 10 0)
    116 		 ((emacs
    117 		   (24)))
    118 		 "Ahungry color theme for Emacs.  Make sure to (load-theme 'ahungry)." tar
    119 		 ((:url . "https://github.com/ahungry/color-theme-ahungry")
    120 		  (:keywords "ahungry" "palette" "color" "theme" "emacs" "color-theme" "deftheme")
    121 		  (:maintainer "Matthew Carter" . "m@ahungry.com")
    122 		  (:authors
    123 		   ("Matthew Carter" . "m@ahungry.com"))
    124 		  (:commit . "45bf75f17752c8e8dd4c8a4531c0aa419cdccb84"))])
    125  (aircon-theme .
    126 	       [(0 0 6)
    127 		((emacs
    128 		  (24 4)))
    129 		"Cool and legible light theme" tar
    130 		((:url . "https://git.sr.ht/~chambln/aircon-theme.el")
    131 		 (:keywords "faces")
    132 		 (:maintainer "Gregory Chamberlain" . "~chambln/public-inbox@lists.sr.ht")
    133 		 (:authors
    134 		  ("Gregory Chamberlain" . "greg@cosine.blue"))
    135 		 (:commit . "0cecd81e7f6631c91ed0437d801517677e018c1d"))])
    136  (all .
    137       [(1 1)
    138        ((emacs
    139 	 (24 3)))
    140        "Edit all lines matching a given regexp" tar
    141        ((:keywords "matching")
    142 	(:maintainer "Per Abrahamsen" . "per.abrahamsen@gmail.com")
    143 	(:authors
    144 	 ("Per Abrahamsen" . "per.abrahamsen@gmail.com"))
    145 	(:url . "https://elpa.gnu.org/packages/all.html")
    146 	(:commit . "55aa1ac8853d81040aec0b3a2bd43200923146fd"))])
    147  (altcaps .
    148 	  [(1 2 0)
    149 	   ((emacs
    150 	     (27 1)))
    151 	   "Apply alternating letter casing to convey sarcasm or mockery" tar
    152 	   ((:url . "https://git.sr.ht/~protesilaos/altcaps")
    153 	    (:maintainer "Altcaps Development" . "~protesilaos/general-issues@lists.sr.ht")
    154 	    (:authors
    155 	     ("Protesilaos Stavrou" . "info@protesilaos.com"))
    156 	    (:commit . "153329a7c88ef9991c272473257618940d95448b"))])
    157  (ampc .
    158        [(0 2)
    159 	nil "Asynchronous Music Player Controller" tar
    160 	((:keywords "ampc" "mpc" "mpd")
    161 	 (:maintainer "Christopher Schmidt" . "christopher@ch.ristopher.com")
    162 	 (:authors
    163 	  ("Christopher Schmidt" . "christopher@ch.ristopher.com"))
    164 	 (:url . "https://elpa.gnu.org/packages/ampc.html")
    165 	 (:commit . "70e1a282a9d91c3cab9d87e613259891e124aa35"))])
    166  (arbitools .
    167 	    [(0 977)
    168 	     ((cl-lib
    169 	       (0 5)))
    170 	     "Package for chess tournaments administration" tar
    171 	     ((:maintainer "David Gonzalez Gandara" . "dggandara@member.fsf.org")
    172 	      (:authors
    173 	       ("David Gonzalez Gandara" . "dggandara@member.fsf.org"))
    174 	      (:url . "https://elpa.gnu.org/packages/arbitools.html")
    175 	      (:commit . "93f48b7964909f92bdb410557a01db433826b95e"))])
    176  (ascii-art-to-unicode .
    177 		       [(1 13)
    178 			nil "a small artist adjunct" tar
    179 			((:url . "http://www.gnuvola.org/software/aa2u/")
    180 			 (:keywords "ascii" "unicode" "box-drawing")
    181 			 (:maintainer "Thien-Thi Nguyen" . "ttn@gnu.org")
    182 			 (:authors
    183 			  ("Thien-Thi Nguyen" . "ttn@gnu.org"))
    184 			 (:commit . "83ec71af9e1812df781b78f28fa9dac0ff7b61bc"))])
    185  (assess .
    186 	 [(0 7)
    187 	  ((emacs
    188 	    (24 4))
    189 	   (m-buffer
    190 	    (0 15)))
    191 	  "Test support functions" tar
    192 	  ((:maintainer "Phillip Lord" . "phillip.lord@russet.org.uk")
    193 	   (:authors
    194 	    ("Phillip Lord" . "phillip.lord@russet.org.uk"))
    195 	   (:url . "https://elpa.gnu.org/packages/assess.html")
    196 	   (:commit . "cadeb24a5d8261fad4bdfdc09e7d571cc395a6ca"))])
    197  (async .
    198 	[(1 9 9)
    199 	 ((emacs
    200 	   (24 4)))
    201 	 "Asynchronous processing in Emacs" tar
    202 	 ((:url . "https://github.com/jwiegley/emacs-async")
    203 	  (:keywords "async")
    204 	  (:maintainer "Thierry Volpiatto" . "thievol@posteo.net")
    205 	  (:authors
    206 	   ("John Wiegley" . "jwiegley@gmail.com"))
    207 	  (:commit . "f317b0c9c3e60a959f45d035ed5e31a78f1263ac"))])
    208  (auctex .
    209 	 [(14 0 7)
    210 	  ((emacs
    211 	    (27 1)))
    212 	  "Integrated environment for *TeX*" tar
    213 	  ((:url . "https://www.gnu.org/software/auctex/")
    214 	   (:keywords "tex" "latex" "texinfo" "context" "doctex" "preview-latex")
    215 	   (:maintainer nil . "auctex-devel@gnu.org")
    216 	   (:commit . "3bdc30d3c91c6b84d7592f19959cdbe25a497fbc"))])
    217  (auctex-cont-latexmk .
    218 		      [(0 3)
    219 		       ((emacs
    220 			 (29 3))
    221 			(auctex
    222 			 (14 0 5)))
    223 		       "run latexmk continuously, report errors via Flymake" tar
    224 		       ((:url . "https://github.com/ultronozm/auctex-cont-latexmk.el")
    225 			(:keywords "tex")
    226 			(:maintainer "Paul D. Nelson" . "nelson.paul.david@gmail.com")
    227 			(:authors
    228 			 ("Paul D. Nelson" . "nelson.paul.david@gmail.com"))
    229 			(:commit . "5bd2e6f96fad055e4c3f7d22109aa6573b927406"))])
    230  (auctex-label-numbers .
    231 		       [(0 2)
    232 			((emacs
    233 			  (27 1))
    234 			 (auctex
    235 			  (14 0 5)))
    236 			"Numbering for LaTeX previews and folds" tar
    237 			((:url . "https://github.com/ultronozm/auctex-label-numbers.el")
    238 			 (:keywords "tex")
    239 			 (:maintainer "Paul D. Nelson" . "nelson.paul.david@gmail.com")
    240 			 (:authors
    241 			  ("Paul D. Nelson" . "nelson.paul.david@gmail.com"))
    242 			 (:commit . "202e49bb9f754bc647deb112bd2c35f9a583b942"))])
    243  (aumix-mode .
    244 	     [(7)
    245 	      nil "run the aumix program in a buffer" tar
    246 	      ((:url . "http://user42.tuxfamily.org/aumix-mode/index.html")
    247 	       (:keywords "multimedia" "mixer" "aumix")
    248 	       (:maintainer "Kevin Ryde" . "user42_kevin@yahoo.com.au")
    249 	       (:authors
    250 		("Kevin Ryde" . "user42_kevin@yahoo.com.au"))
    251 	       (:commit . "72db1f3ee04f3d1db17487d5bd98466fcbad87fd"))])
    252  (auto-correct .
    253 	       [(1 1 4)
    254 		nil "Remembers and automatically fixes past corrections" tar
    255 		((:keywords "editing")
    256 		 (:maintainer "Ian Dunn" . "dunni@gnu.org")
    257 		 (:authors
    258 		  ("Ian Dunn" . "dunni@gnu.org"))
    259 		 (:url . "https://elpa.gnu.org/packages/auto-correct.html")
    260 		 (:commit . "0d38425fad4cd96714c07cfa66983b20764ff518"))])
    261  (auto-header .
    262 	      [(0 1 2)
    263 	       nil "Automatically find the right C headers" tar
    264 	       ((:url . "https://git.sr.ht/~pkal/auto-header")
    265 		(:keywords "c")
    266 		(:maintainer "Philip Kaludercic" . "~pkal/public-inbox@lists.sr.ht")
    267 		(:authors
    268 		 ("Philip Kaludercic" . "philipk@posteo.net"))
    269 		(:commit . "f366c1bf15abd33a8c035438b68b6b854bf2bd1a"))])
    270  (auto-overlays .
    271 		[(0 10 10)
    272 		 ((cl-lib
    273 		   (0 5)))
    274 		 "Automatic regexp-delimited overlays" tar
    275 		 ((:url . "http://www.dr-qubit.org/tags/computing-code-emacs.html")
    276 		  (:keywords "extensions")
    277 		  (:maintainer "Toby Cubitt" . "toby-predictive@dr-qubit.org")
    278 		  (:authors
    279 		   ("Toby Cubitt" . "toby-predictive@dr-qubit.org"))
    280 		  (:commit . "0807a75d2606462ef636b737e8f3873f98141a82"))])
    281  (autocrypt .
    282 	    [(0 4 2)
    283 	     ((emacs
    284 	       (24 3)))
    285 	     "Autocrypt implementation" tar
    286 	     ((:url . "https://git.sr.ht/~pkal/autocrypt")
    287 	      (:keywords "comm")
    288 	      (:maintainer "Philip Kaludercic" . "~pkal/public-inbox@lists.sr.ht")
    289 	      (:authors
    290 	       ("Philip Kaludercic" . "philipk@posteo.net"))
    291 	      (:commit . "dc0223f11daf526621fda206b38bf06c29759c94"))])
    292  (avy .
    293       [(0 5 0)
    294        ((emacs
    295 	 (24 1))
    296 	(cl-lib
    297 	 (0 5)))
    298        "Jump to arbitrary positions in visible text and select text quickly." tar
    299        ((:url . "https://github.com/abo-abo/avy")
    300 	(:maintainer "Oleh Krehel" . "ohwoeowho@gmail.com")
    301 	(:authors
    302 	 ("Oleh Krehel" . "ohwoeowho@gmail.com"))
    303 	(:keywords "point" "location"))])
    304  (bbdb .
    305        [(3 2 2 4)
    306 	((emacs
    307 	  (24))
    308 	 (cl-lib
    309 	  (0 5)))
    310 	"Big Brother DataBase" tar
    311 	((:maintainer "Roland Winkler" . "winkler@gnu.org")
    312 	 (:url . "https://elpa.gnu.org/packages/bbdb.html")
    313 	 (:commit . "641ff1f309e65ac8bd9794bd5f72cfc9ffc297a4"))])
    314  (beacon .
    315 	 [(1 3 4)
    316 	  ((emacs
    317 	    (25 1)))
    318 	  "Highlight the cursor whenever the window scrolls" tar
    319 	  ((:url . "https://github.com/Malabarba/beacon")
    320 	   (:keywords "convenience")
    321 	   (:maintainer "Artur Malabarba" . "emacs@endlessparentheses.com")
    322 	   (:authors
    323 	    ("Artur Malabarba" . "emacs@endlessparentheses.com"))
    324 	   (:commit . "0cf8b60f62876f3e75653a5fb30d5d5cdd74c586"))])
    325  (beframe .
    326 	  [(1 2 1)
    327 	   ((emacs
    328 	     (28 1)))
    329 	   "Isolate buffers per frame" tar
    330 	   ((:url . "https://github.com/protesilaos/beframe")
    331 	    (:maintainer "Protesilaos Stavrou" . "info@protesilaos.com")
    332 	    (:authors
    333 	     ("Protesilaos Stavrou" . "info@protesilaos.com"))
    334 	    (:commit . "ae7aaf8bcfa2b7883a8b9401bcb76f53324f6409"))])
    335  (bicep-ts-mode .
    336 		[(0 1 3)
    337 		 nil "tree-sitter support for Bicep" tar
    338 		 ((:url . "https://github.com/josteink/bicep-ts-mode")
    339 		  (:keywords "bicep" "languages" "tree-sitter")
    340 		  (:maintainer "Jostein Kjønigsen" . "jostein@kjonigsen.net")
    341 		  (:authors
    342 		   ("Jostein Kjønigsen" . "jostein@kjonigsen.net"))
    343 		  (:commit . "5350edd6a1bd05292a26e7a3b291de8cbaf6bc05"))])
    344  (bind-key .
    345 	   [(2 4 1)
    346 	    nil "A simple way to manage personal keybindings" tar
    347 	    ((:url . "https://github.com/jwiegley/use-package")
    348 	     (:keywords "keys" "keybinding" "config" "dotemacs")
    349 	     (:maintainer "John Wiegley" . "johnw@newartisans.com")
    350 	     (:authors
    351 	      ("John Wiegley" . "johnw@newartisans.com"))
    352 	     (:commit . "4932ed21d40f9e8ad48ad2a1f086fdf9b3847ac9"))])
    353  (blist .
    354 	[(0 4)
    355 	 ((ilist
    356 	   (0 4))
    357 	  (emacs
    358 	   (24)))
    359 	 "Display bookmarks in an ibuffer way" tar
    360 	 ((:url . "https://gitlab.com/mmemmew/blist")
    361 	  (:keywords "convenience")
    362 	  (:maintainer "Durand" . "durand@jsdurand.xyz")
    363 	  (:authors
    364 	   ("Durand" . "durand@jsdurand.xyz"))
    365 	  (:commit . "f5751add5626ad437459e484b66219952287c517"))])
    366  (bluetooth .
    367 	    [(0 4 1)
    368 	     ((emacs
    369 	       (26 1))
    370 	      (dash
    371 	       (2 18 1))
    372 	      (compat
    373 	       (30 0 0 0))
    374 	      (transient
    375 	       (0 5 0)))
    376 	     "A mode for interacting with Bluetooth devices" tar
    377 	     ((:url . "https://codeberg.org/rstocker/emacs-bluetooth")
    378 	      (:keywords "hardware")
    379 	      (:maintainer "Raffael Stocker" . "r.stocker@mnet-mail.de")
    380 	      (:authors
    381 	       ("Raffael Stocker" . "r.stocker@mnet-mail.de")
    382 	       ("Etienne Prud homme" . "e.e.f.prudhomme@gmail.com"))
    383 	      (:commit . "db880e306e00f51e5456b7388371ad6329452165"))])
    384  (bnf-mode .
    385 	   [(0 4 5)
    386 	    ((cl-lib
    387 	      (0 5))
    388 	     (emacs
    389 	      (24 3)))
    390 	    "Major mode for editing BNF grammars." tar
    391 	    ((:url . "https://github.com/sergeyklay/bnf-mode")
    392 	     (:keywords "languages")
    393 	     (:maintainer "Serghei Iakovlev" . "egrep@protonmail.ch")
    394 	     (:authors
    395 	      ("Serghei Iakovlev" . "egrep@protonmail.ch"))
    396 	     (:commit . "a4fe013fc945d8396930bc6d0dcc1cf9d7102f41"))])
    397  (boxy .
    398        [(1 1 4)
    399 	((emacs
    400 	  (26 1)))
    401 	"A boxy layout framework" tar
    402 	((:url . "https://gitlab.com/grinn.amy/boxy")
    403 	 (:keywords "tools")
    404 	 (:maintainer "Amy Grinn" . "grinn.amy@gmail.com")
    405 	 (:authors
    406 	  ("Amy Grinn" . "grinn.amy@gmail.com"))
    407 	 (:commit . "c65a353e01610633efe20d861393a5d9605bc59d"))])
    408  (boxy-headings .
    409 		[(2 1 6)
    410 		 ((emacs
    411 		   (26 1))
    412 		  (boxy
    413 		   (1 1))
    414 		  (org
    415 		   (9 4)))
    416 		 "View org files in a boxy diagram" tar
    417 		 ((:url . "https://gitlab.com/grinn.amy/boxy-headings")
    418 		  (:keywords "tools")
    419 		  (:maintainer "Amy Grinn" . "grinn.amy@gmail.com")
    420 		  (:authors
    421 		   ("Amy Grinn" . "grinn.amy@gmail.com"))
    422 		  (:commit . "d38a3598753d2c36c4a47b9c4b39123554d58106"))])
    423  (breadcrumb .
    424 	     [(1 0 1)
    425 	      ((emacs
    426 		(28 1))
    427 	       (project
    428 		(0 9 8)))
    429 	      "project and imenu-based breadcrumb paths" tar
    430 	      ((:maintainer "João Távora" . "joaotavora@gmail.com")
    431 	       (:authors
    432 		("João Távora" . "joaotavora@gmail.com"))
    433 	       (:url . "https://elpa.gnu.org/packages/breadcrumb.html")
    434 	       (:commit . "ff5fb77e2556c42aee9f1131f824bdfb955d861f"))])
    435  (brief .
    436 	[(5 92)
    437 	 ((nadvice
    438 	   (0 3))
    439 	  (cl-lib
    440 	   (0 5)))
    441 	 "Brief Editor Emulator (Brief Mode)" tar
    442 	 ((:keywords "brief" "emulations" "crisp")
    443 	  (:maintainer "Luke Lee" . "luke.yx.lee@gmail.com")
    444 	  (:authors
    445 	   ("Luke Lee" . "luke.yx.lee@gmail.com"))
    446 	  (:url . "https://elpa.gnu.org/packages/brief.html")
    447 	  (:commit . "58c2f484100fecd89248c476e3baf222cda5c7c7"))])
    448  (buffer-env .
    449 	     [(0 6)
    450 	      ((emacs
    451 		(27 1))
    452 	       (compat
    453 		(29 1)))
    454 	      "Buffer-local process environments" tar
    455 	      ((:url . "https://github.com/astoff/buffer-env")
    456 	       (:keywords "processes" "tools")
    457 	       (:maintainer "Augusto Stoffel" . "arstoffel@gmail.com")
    458 	       (:authors
    459 		("Augusto Stoffel" . "arstoffel@gmail.com"))
    460 	       (:commit . "3814bdf3585ffffea3014b1d01549894ec1aa897"))])
    461  (buffer-expose .
    462 		[(0 4 3)
    463 		 ((emacs
    464 		   (25))
    465 		  (cl-lib
    466 		   (0 5)))
    467 		 "Visual buffer switching using a window grid" tar
    468 		 ((:url . "https://github.com/clemera/buffer-expose")
    469 		  (:keywords "convenience")
    470 		  (:maintainer "Clemens Radermacher" . "clemera@posteo.net")
    471 		  (:authors
    472 		   ("Clemens Radermacher" . "clemera@posteo.net"))
    473 		  (:commit . "c4a1c745123b86c15ba7bb4858255b5252e8440a"))])
    474  (bufferlo .
    475 	   [(0 8)
    476 	    ((emacs
    477 	      (27 1)))
    478 	    "Manage frame/tab-local buffer lists" tar
    479 	    ((:url . "https://github.com/florommel/bufferlo")
    480 	     (:keywords "buffer" "frame" "tabs" "local")
    481 	     (:maintainer "Florian Rommel" . "mail@florommel.de")
    482 	     (:authors
    483 	      ("Florian Rommel" . "mail@florommel.de"))
    484 	     (:commit . "44f0ca8ef39f201ec929bd68462cb66ff6b442b4"))])
    485  (bug-hunter .
    486 	     [(1 3 1)
    487 	      ((seq
    488 		(1 3))
    489 	       (cl-lib
    490 		(0 5)))
    491 	      "Hunt down errors by bisecting elisp files" tar
    492 	      ((:url . "https://github.com/Malabarba/elisp-bug-hunter")
    493 	       (:maintainer "Artur Malabarba" . "emacs@endlessparentheses.com")
    494 	       (:authors
    495 		("Artur Malabarba" . "emacs@endlessparentheses.com"))
    496 	       (:keywords "lisp"))])
    497  (buildbot .
    498 	   [(0 0 1)
    499 	    ((emacs
    500 	      (28)))
    501 	    "A Buildbot client for emacs" tar
    502 	    ((:url . "https://g.ypei.me/buildbot.el.git")
    503 	     (:keywords "buildbot" "continuous integration")
    504 	     (:maintainer "Yuchen Pei" . "id@ypei.org")
    505 	     (:authors
    506 	      ("Yuchen Pei" . "id@ypei.org"))
    507 	     (:commit . "d614eea91ca5717c2b0019dae8c85e6a24873f39"))])
    508  (calibre .
    509 	  [(1 4 1)
    510 	   ((emacs
    511 	     (27 1))
    512 	    (compat
    513 	     (29 1 4 1)))
    514 	   "Interact with Calibre libraries from Emacs" tar
    515 	   ((:url . "https://git.disroot.org/kjartanoli/calibre.el")
    516 	    (:maintainer "Kjartan Oli Agustsson" . "kjartanoli@disroot.org")
    517 	    (:authors
    518 	     ("Kjartan Oli Agustsson" . "kjartanoli@disroot.org"))
    519 	    (:commit . "855a9cb092eecf1e5c17ea56c440a0200f95eb4c"))])
    520  (cape .
    521        [(1 7)
    522 	((emacs
    523 	  (27 1))
    524 	 (compat
    525 	  (30)))
    526 	"Completion At Point Extensions" tar
    527 	((:url . "https://github.com/minad/cape")
    528 	 (:keywords "abbrev" "convenience" "matching" "completion" "text")
    529 	 (:maintainer "Daniel Mendler" . "mail@daniel-mendler.de")
    530 	 (:authors
    531 	  ("Daniel Mendler" . "mail@daniel-mendler.de"))
    532 	 (:commit . "9110956a5155d5e3c460160fa1b4dac59322c229"))])
    533  (capf-autosuggest .
    534 		   [(0 3)
    535 		    ((emacs
    536 		      (25 1)))
    537 		    "History autosuggestions for comint and eshell" tar
    538 		    ((:url . "https://repo.or.cz/emacs-capf-autosuggest.git")
    539 		     (:maintainer "jakanakaevangeli" . "jakanakaevangeli@chiru.no")
    540 		     (:authors
    541 		      ("jakanakaevangeli" . "jakanakaevangeli@chiru.no"))
    542 		     (:commit . "6d66f0ce52c6a41945a48e7b562dd6d262c62cd9"))])
    543  (caps-lock .
    544 	    [(1 0)
    545 	     nil "Caps-lock as a minor mode" tar
    546 	     ((:maintainer "Stefan Monnier" . "monnier@iro.umontreal.ca")
    547 	      (:authors
    548 	       ("Stefan Monnier" . "monnier@iro.umontreal.ca"))
    549 	      (:url . "https://elpa.gnu.org/packages/caps-lock.html")
    550 	      (:commit . "ce94899c7619e748e8a811ad8cdeb09918e7ecd8"))])
    551  (captain .
    552 	  [(1 0 3)
    553 	   nil "CAPiTalization is Automatic IN emacs" tar
    554 	   ((:keywords "editing")
    555 	    (:maintainer "Ian Dunn" . "dunni@gnu.org")
    556 	    (:authors
    557 	     ("Ian Dunn" . "dunni@gnu.org"))
    558 	    (:url . "https://elpa.gnu.org/packages/captain.html")
    559 	    (:commit . "a341d4cf3288ebae410c1c9124b82a9e421f3779"))])
    560  (chess .
    561 	[(2 0 5)
    562 	 ((cl-lib
    563 	   (0 5)))
    564 	 "Play chess in GNU Emacs" tar
    565 	 ((:keywords "games")
    566 	  (:maintainer "Mario Lang" . "mlang@delysid.org")
    567 	  (:authors
    568 	   ("John Wiegley" . "johnw@gnu.org"))
    569 	  (:url . "https://elpa.gnu.org/packages/chess.html")
    570 	  (:commit . "c98602f7b1aa7b74c708008209e698d0886a529c"))])
    571  (cl-generic .
    572 	     [(0 3)
    573 	      nil "Forward cl-generic compatibility for Emacs<25" tar
    574 	      ((:maintainer "Stefan Monnier" . "monnier@iro.umontreal.ca")
    575 	       (:authors
    576 		("Stefan Monnier" . "monnier@iro.umontreal.ca"))
    577 	       (:url . "https://elpa.gnu.org/packages/cl-generic.html")
    578 	       (:commit . "d90985eee35afd48b96aa8f14e0d0c8a67ce62c9"))])
    579  (cl-lib .
    580 	 [(0 7 1)
    581 	  nil "Forward cl-lib compatibility library for Emacs<24.3" tar
    582 	  ((:maintainer "Stefan Monnier" . "monnier@iro.umontreal.ca")
    583 	   (:authors
    584 	    ("Stefan Monnier" . "monnier@iro.umontreal.ca"))
    585 	   (:url . "https://elpa.gnu.org/packages/cl-lib.html")
    586 	   (:commit . "80dc6223f2e25db1f4b38d5c48365553abd793fc"))])
    587  (clipboard-collector .
    588 		      [(0 3)
    589 		       ((emacs
    590 			 (25)))
    591 		       "Collect clipboard entries according to regex rules" tar
    592 		       ((:url . "https://github.com/clemera/clipboard-collector")
    593 			(:keywords "convenience")
    594 			(:maintainer "Clemens Radermacher" . "clemera@posteo.net")
    595 			(:authors
    596 			 ("Clemens Radermacher" . "clemera@posteo.net"))
    597 			(:commit . "ee4a0ee506c47666714cd61649334936d67e5a43"))])
    598  (cobol-mode .
    599 	     [(1 1)
    600 	      ((cl-lib
    601 		(0 5)))
    602 	      "Mode for editing COBOL code" tar
    603 	      ((:keywords "languages")
    604 	       (:maintainer "Edward Hart" . "edward.dan.hart@gmail.com")
    605 	       (:authors
    606 		("Edward Hart" . "edward.dan.hart@gmail.com"))
    607 	       (:url . "https://elpa.gnu.org/packages/cobol-mode.html")
    608 	       (:commit . "bd7879daa71908616277688ba51d27b60c88b0a2"))])
    609  (code-cells .
    610 	     [(0 5)
    611 	      ((emacs
    612 		(27 1))
    613 	       (compat
    614 		(29 1)))
    615 	      "Lightweight notebooks with support for ipynb files" tar
    616 	      ((:url . "https://github.com/astoff/code-cells.el")
    617 	       (:keywords "convenience" "outlines")
    618 	       (:maintainer "Augusto Stoffel" . "arstoffel@gmail.com")
    619 	       (:authors
    620 		("Augusto Stoffel" . "arstoffel@gmail.com"))
    621 	       (:commit . "caffb420be106cebbdfe4474ed0507a601603f83"))])
    622  (colorful-mode .
    623 		[(1 0 4)
    624 		 ((emacs
    625 		   (28 1))
    626 		  (compat
    627 		   (29 1 4 4)))
    628 		 "Preview any color in your buffer in real time" tar
    629 		 ((:url . "https://github.com/DevelopmentCool2449/colorful-mode")
    630 		  (:keywords "faces" "tools" "matching" "convenience")
    631 		  (:maintainer "Elias G. Perez" . "eg642616@gmail.com")
    632 		  (:authors
    633 		   ("Elias G. Perez" . "eg642616@gmail.com"))
    634 		  (:commit . "945c9905af2045ab2e57717c01e5b20a907f939a"))])
    635  (comint-mime .
    636 	      [(0 7)
    637 	       ((emacs
    638 		 (28 1))
    639 		(compat
    640 		 (29 1))
    641 		(mathjax
    642 		 (0 1)))
    643 	       "Display content of various MIME types in comint buffers" tar
    644 	       ((:url . "https://github.com/astoff/comint-mime")
    645 		(:keywords "processes" "multimedia")
    646 		(:maintainer "Augusto Stoffel" . "arstoffel@gmail.com")
    647 		(:authors
    648 		 ("Augusto Stoffel" . "arstoffel@gmail.com"))
    649 		(:commit . "5e7b609a4f8c4ba8ec6d1d994c01143b79b93c33"))])
    650  (compact-docstrings .
    651 		     [(0 2)
    652 		      nil "Shrink blank lines in docstrings and doc comments" tar
    653 		      ((:url . "https://github.com/cpitclaudel/compact-docstrings")
    654 		       (:keywords "convenience" "faces" "lisp" "maint" "c")
    655 		       (:maintainer "Clément Pit-Claudel" . "clement.pitclaudel@live.com")
    656 		       (:authors
    657 			("Clément Pit-Claudel" . "clement.pitclaudel@live.com"))
    658 		       (:commit . "50b9ec928193f339c3c2ae20f088ea62cc82bb9d"))])
    659  (company .
    660 	  [(1 0 2)
    661 	   ((emacs
    662 	     (25 1)))
    663 	   "Modular text completion framework" tar
    664 	   ((:url . "http://company-mode.github.io/")
    665 	    (:keywords "abbrev" "convenience" "matching")
    666 	    (:maintainer "Dmitry Gutov" . "dmitry@gutov.dev")
    667 	    (:commit . "393940f76aec1f2500441d4e0b97f783acbb536b"))])
    668  (company-ebdb .
    669 	       [(1 1)
    670 		((company
    671 		  (0 9 4))
    672 		 (ebdb
    673 		  (0 2)))
    674 		"company-mode completion backend for EBDB in message-mode" tar
    675 		((:maintainer "Eric Abrahamsen" . "eric@ericabrahamsen.net")
    676 		 (:authors
    677 		  ("Jan Tatarik" . "jan.tatarik@gmail.com"))
    678 		 (:url . "https://elpa.gnu.org/packages/company-ebdb.html")
    679 		 (:commit . "f4b8ad408a068f2c3d07782cb111db4d62fd69d8"))])
    680  (company-math .
    681 	       [(1 5 1)
    682 		((company
    683 		  (0 8 0))
    684 		 (math-symbol-lists
    685 		  (1 3)))
    686 		"Completion backends for unicode math symbols and latex tags" tar
    687 		((:url . "https://github.com/vspinu/company-math")
    688 		 (:keywords "unicode" "symbols" "completion")
    689 		 (:maintainer "Vitalie Spinu" . "spinuvit@gmail.com")
    690 		 (:authors
    691 		  ("Vitalie Spinu" . "spinuvit@gmail.com"))
    692 		 (:commit . "3eb006874e309ff4076d947fcbd61bb6806aa508"))])
    693  (company-statistics .
    694 		     [(0 2 3)
    695 		      ((emacs
    696 			(24 3))
    697 		       (company
    698 			(0 8 5)))
    699 		      "Sort candidates using completion history" tar
    700 		      ((:url . "https://github.com/company-mode/company-statistics")
    701 		       (:keywords "abbrev" "convenience" "matching")
    702 		       (:maintainer "Ingo Lohmar" . "i.lohmar@gmail.com")
    703 		       (:authors
    704 			("Ingo Lohmar" . "i.lohmar@gmail.com"))
    705 		       (:commit . "e62157d43b2c874d2edbd547c3bdfb05d0a7ae5c"))])
    706  (compat .
    707 	 [(30 0 0 0)
    708 	  ((emacs
    709 	    (24 4))
    710 	   (seq
    711 	    (2 23)))
    712 	  "Emacs Lisp Compatibility Library" tar
    713 	  ((:url . "https://github.com/emacs-compat/compat")
    714 	   (:keywords "lisp" "maint")
    715 	   (:maintainer "Compat Development" . "~pkal/compat-devel@lists.sr.ht")
    716 	   (:authors
    717 	    ("Philip Kaludercic" . "philipk@posteo.net")
    718 	    ("Daniel Mendler" . "mail@daniel-mendler.de"))
    719 	   (:commit . "09dce8a193c5a70277512263782b82fa1cba84c0"))])
    720  (constants .
    721 	    [(2 11 1)
    722 	     ((emacs
    723 	       (24 1)))
    724 	     "Enter definition of constants into source code" tar
    725 	     ((:url . "https://github.com/cdominik/constants-for-Emacs")
    726 	      (:keywords "programming" "languages")
    727 	      (:maintainer "Carsten Dominik" . "carsten.dominik@gmail.com")
    728 	      (:authors
    729 	       ("Carsten Dominik" . "carsten.dominik@gmail.com"))
    730 	      (:commit . "f07e221d4d5597c7ccf4b0003c0909a88bdfcc9e"))])
    731  (consult .
    732 	  [(1 8)
    733 	   ((emacs
    734 	     (27 1))
    735 	    (compat
    736 	     (30)))
    737 	   "Consulting completing-read" tar
    738 	   ((:url . "https://github.com/minad/consult")
    739 	    (:keywords "matching" "files" "completion")
    740 	    (:maintainer "Daniel Mendler" . "mail@daniel-mendler.de")
    741 	    (:commit . "4889458dccf842ab6223099f8a73ff8b147e9459"))])
    742  (consult-denote .
    743 		 [(0 2 2)
    744 		  ((emacs
    745 		    (28 1))
    746 		   (denote
    747 		    (3 0 3))
    748 		   (consult
    749 		    (1 7)))
    750 		  "Use Consult in tandem with Denote" tar
    751 		  ((:url . "https://github.com/protesilaos/consult-denote")
    752 		   (:maintainer "Protesilaos Stavrou" . "info@protesilaos.com")
    753 		   (:authors
    754 		    ("Protesilaos Stavrou" . "info@protesilaos.com"))
    755 		   (:commit . "9fbe0f6a2636f46928f02ddde9c454f36aa45f39"))])
    756  (consult-hoogle .
    757 		 [(0 3 0)
    758 		  ((emacs
    759 		    (28 1))
    760 		   (consult
    761 		    (0 18)))
    762 		  "Hoogle frontend using consult" tar
    763 		  ((:url . "https://codeberg.org/rahguzar/consult-hoogle")
    764 		   (:keywords "docs" "languages")
    765 		   (:maintainer "rahguzar" . "rahguzar@zohomail.eu")
    766 		   (:authors
    767 		    ("rahguzar" . "rahguzar@zohomail.eu"))
    768 		   (:commit . "2eae2976d8b097183a448f1e1bdbdcba8f8027bf"))])
    769  (consult-recoll .
    770 		 [(0 8 1)
    771 		  ((emacs
    772 		    (26 1))
    773 		   (consult
    774 		    (0 19)))
    775 		  "Recoll queries using consult" tar
    776 		  ((:url . "https://codeberg.org/jao/consult-recoll")
    777 		   (:keywords "docs" "convenience")
    778 		   (:maintainer "Jose A Ortega Ruiz" . "jao@gnu.org")
    779 		   (:authors
    780 		    ("Jose A Ortega Ruiz" . "jao@gnu.org"))
    781 		   (:commit . "ba68d052d9479aeaa5dda15a57a2c070df7d9bca"))])
    782  (context-coloring .
    783 		   [(8 1 0)
    784 		    ((emacs
    785 		      (24 3)))
    786 		    "Highlight by scope" tar
    787 		    ((:url . "https://github.com/jacksonrayhamilton/context-coloring")
    788 		     (:keywords "convenience" "faces" "tools")
    789 		     (:maintainer "Jackson Ray Hamilton" . "jackson@jacksonrayhamilton.com")
    790 		     (:authors
    791 		      ("Jackson Ray Hamilton" . "jackson@jacksonrayhamilton.com"))
    792 		     (:commit . "1b30a28857727202d1f6a027f83ad66151fb1e92"))])
    793  (corfu .
    794 	[(1 5)
    795 	 ((emacs
    796 	   (27 1))
    797 	  (compat
    798 	   (30)))
    799 	 "COmpletion in Region FUnction" tar
    800 	 ((:url . "https://github.com/minad/corfu")
    801 	  (:keywords "abbrev" "convenience" "matching" "completion" "text")
    802 	  (:maintainer "Daniel Mendler" . "mail@daniel-mendler.de")
    803 	  (:authors
    804 	   ("Daniel Mendler" . "mail@daniel-mendler.de"))
    805 	  (:commit . "5e3a959766d2313651c5db3beedd937bfc27b57a"))])
    806  (coterm .
    807 	 [(1 6)
    808 	  ((emacs
    809 	    (26 1))
    810 	   (compat
    811 	    (28 1 2 0)))
    812 	  "Terminal emulation for comint" tar
    813 	  ((:url . "https://repo.or.cz/emacs-coterm.git")
    814 	   (:keywords "processes")
    815 	   (:maintainer "jakanakaevangeli" . "jakanakaevangeli@chiru.no")
    816 	   (:authors
    817 	    ("jakanakaevangeli" . "jakanakaevangeli@chiru.no"))
    818 	   (:commit . "d8e1b04cd359d9f27ab7c6dbf8cae90dde834085"))])
    819  (counsel .
    820 	  [(0 14 2)
    821 	   ((emacs
    822 	     (24 5))
    823 	    (ivy
    824 	     (0 14 2))
    825 	    (swiper
    826 	     (0 14 2)))
    827 	   "Various completion functions using Ivy" tar
    828 	   ((:url . "https://github.com/abo-abo/swiper")
    829 	    (:keywords "convenience" "matching" "tools")
    830 	    (:maintainer "Oleh Krehel" . "ohwoeowho@gmail.com")
    831 	    (:authors
    832 	     ("Oleh Krehel" . "ohwoeowho@gmail.com"))
    833 	    (:commit . "08b0a88d67494aa4cca469247f8b44edb6402b52"))])
    834  (cpio-mode .
    835 	    [(0 17)
    836 	     nil "Handle cpio archives in the style of dired." tar
    837 	     ((:keywords "files")
    838 	      (:maintainer "Douglas Lewan" . "d.lewan2000@gmail.com")
    839 	      (:authors
    840 	       ("Douglas Lewan" . "d.lewan2000@gmail.com"))
    841 	      (:url . "https://elpa.gnu.org/packages/cpio-mode.html")
    842 	      (:commit . "ce1183f52fa0cfc50145553804615e23d7d73046"))])
    843  (cpupower .
    844 	   [(1 0 5)
    845 	    nil "cpupower command interface" tar
    846 	    ((:url . "https://gitlab.com/steve-emacs-stuff/cpupower-el")
    847 	     (:keywords "hardware" "cpupower" "cpu" "frequency-scaling")
    848 	     (:maintainer "Stephen Meister" . "pallagun@gmail.com")
    849 	     (:authors
    850 	      ("Stephen Meister" . "pallagun@gmail.com"))
    851 	     (:commit . "fa979dfafa1beb374bf42e937f0b5b99ed06222e"))])
    852  (crdt .
    853        [(0 3 5)
    854 	nil "Collaborative editing using Conflict-free Replicated Data Types" tar
    855 	((:url . "https://code.librehq.com/qhong/crdt.el")
    856 	 (:keywords "collaboration" "crdt")
    857 	 (:maintainer "Qiantan Hong" . "qhong@alum.mit.edu")
    858 	 (:authors
    859 	  ("Qiantan Hong" . "qhong@alum.mit.edu"))
    860 	 (:commit . "e6d42f42c5dedb73560048f4bf6263c63ffa21bb"))])
    861  (crisp .
    862 	[(1 3 6)
    863 	 nil "CRiSP/Brief Emacs emulator" tar
    864 	 ((:keywords "emulations" "brief" "crisp")
    865 	  (:maintainer "Luke Lee" . "luke.yx.lee@gmail.com")
    866 	  (:authors
    867 	   ("Gary D. Foster" . "Gary.Foster@Corp.Sun.COM"))
    868 	  (:url . "https://elpa.gnu.org/packages/crisp.html")
    869 	  (:commit . "810f057c640043ca9e419248b73f43d82b1a47a0"))])
    870  (csharp-mode .
    871 	      [(2 0 0)
    872 	       ((emacs
    873 		 (26 1)))
    874 	       "C# mode derived mode" tar
    875 	       ((:url . "https://github.com/emacs-csharp/csharp-mode")
    876 		(:keywords "c#" "languages" "oop" "mode")
    877 		(:maintainer
    878 		 ("Jostein Kjønigsen" . "jostein@gmail.com")
    879 		 ("Theodor Thornhill" . "theo@thornhill.no"))
    880 		(:authors
    881 		 ("Theodor Thornhill" . "theo@thornhill.no"))
    882 		(:commit . "02c61c219b2c22491eff9b7315fed661fab423d4"))])
    883  (csv-mode .
    884 	   [(1 27)
    885 	    ((emacs
    886 	      (27 1))
    887 	     (cl-lib
    888 	      (0 5)))
    889 	    "Major mode for editing comma/char separated values" tar
    890 	    ((:keywords "convenience")
    891 	     (:maintainer nil . "emacs-devel@gnu.org")
    892 	     (:authors
    893 	      ("Francis J. Wright" . "F.J.Wright@qmul.ac.uk"))
    894 	     (:url . "https://elpa.gnu.org/packages/csv-mode.html")
    895 	     (:commit . "a16e9d8b0952de1badf6da8e652b178a7f6c4498"))])
    896  (cursor-undo .
    897 	      [(1 1 5)
    898 	       nil "Undo Cursor Movement" tar
    899 	       ((:keywords "undo" "cursor")
    900 		(:maintainer "Luke Lee" . "luke.yx.lee@gmail.com")
    901 		(:authors
    902 		 ("Luke Lee" . "luke.yx.lee@gmail.com"))
    903 		(:url . "https://elpa.gnu.org/packages/cursor-undo.html")
    904 		(:commit . "e82084c3d491ff7199e14cc8da69c250b9bda492"))])
    905  (cursory .
    906 	  [(1 1 0)
    907 	   ((emacs
    908 	     (27 1)))
    909 	   "Manage cursor styles using presets" tar
    910 	   ((:url . "https://github.com/protesilaos/cursory")
    911 	    (:keywords "convenience" "cursor")
    912 	    (:maintainer "Protesilaos Stavrou" . "info@protesilaos.com")
    913 	    (:authors
    914 	     ("Protesilaos Stavrou" . "info@protesilaos.com"))
    915 	    (:commit . "9c5bb8122d5780796b881da6d37442e532ba6c51"))])
    916  (cycle-quotes .
    917 	       [(0 1)
    918 		nil "Cycle between quote styles" tar
    919 		((:keywords "convenience")
    920 		 (:maintainer "Simen Heggestøyl" . "simenheg@gmail.com")
    921 		 (:authors
    922 		  ("Simen Heggestøyl" . "simenheg@gmail.com"))
    923 		 (:url . "https://elpa.gnu.org/packages/cycle-quotes.html")
    924 		 (:commit . "836b19b39651419876e65cdb1a91e3eef83cc4e7"))])
    925  (dape .
    926        [(0 16 0)
    927 	((emacs
    928 	  (29 1))
    929 	 (jsonrpc
    930 	  (1 0 25)))
    931 	"Debug Adapter Protocol for Emacs" tar
    932 	((:url . "https://github.com/svaante/dape")
    933 	 (:maintainer "Daniel Pettersson" . "daniel@dpettersson.net")
    934 	 (:commit . "3d4b8086d94ca93fe19ec72362782386abf35bde"))])
    935  (darkroom .
    936 	   [(0 3)
    937 	    ((cl-lib
    938 	      (0 5)))
    939 	    "Remove visual distractions and focus on writing" tar
    940 	    ((:keywords "convenience" "emulations")
    941 	     (:maintainer "João Távora" . "joaotavora@gmail.com")
    942 	     (:authors
    943 	      ("João Távora" . "joaotavora@gmail.com"))
    944 	     (:url . "https://elpa.gnu.org/packages/darkroom.html")
    945 	     (:commit . "4496945487130ae1123a9f17b40674ec24c54e8f"))])
    946  (dash .
    947        [(2 19 1)
    948 	((emacs
    949 	  (24)))
    950 	"A modern list library for Emacs" tar
    951 	((:url . "https://github.com/magnars/dash.el")
    952 	 (:keywords "extensions" "lisp")
    953 	 (:maintainer "Magnar Sveen" . "magnars@gmail.com")
    954 	 (:authors
    955 	  ("Magnar Sveen" . "magnars@gmail.com"))
    956 	 (:commit . "39d067b9fbb2db65fc7a6938bfb21489ad990cb4"))])
    957  (dbus-codegen .
    958 	       [(0 1)
    959 		((cl-lib
    960 		  (0 5)))
    961 		"Lisp code generation for D-Bus." tar
    962 		((:keywords "comm" "dbus" "convenience")
    963 		 (:maintainer nil . "emacs-devel@gnu.org")
    964 		 (:authors
    965 		  ("Daiki Ueno" . "ueno@gnu.org"))
    966 		 (:url . "https://elpa.gnu.org/packages/dbus-codegen.html")
    967 		 (:commit . "4b0d8525943ebba797e1ebaf97fd9a608aef5ec1"))])
    968  (debbugs .
    969 	  [(0 42)
    970 	   ((emacs
    971 	     (26 1))
    972 	    (soap-client
    973 	     (3 1 5)))
    974 	   "SOAP library to access debbugs servers" tar
    975 	   ((:keywords "comm" "hypermedia")
    976 	    (:maintainer "Michael Albinus" . "michael.albinus@gmx.de")
    977 	    (:authors
    978 	     ("Michael Albinus" . "michael.albinus@gmx.de"))
    979 	    (:url . "https://elpa.gnu.org/packages/debbugs.html")
    980 	    (:commit . "7de261af1c2d20afb4d126aed83fb05d1b4959aa"))])
    981  (delight .
    982 	  [(1 7)
    983 	   ((cl-lib
    984 	     (0 5))
    985 	    (nadvice
    986 	     (0 3)))
    987 	   "A dimmer switch for your lighter text" tar
    988 	   ((:url . "https://savannah.nongnu.org/projects/delight")
    989 	    (:keywords "convenience")
    990 	    (:maintainer "Phil Sainty" . "psainty@orcon.net.nz")
    991 	    (:authors
    992 	     ("Phil Sainty" . "psainty@orcon.net.nz"))
    993 	    (:commit . "a763ec1e5c2987efea3ce2ee6d9c979f56ab6528"))])
    994  (denote .
    995 	 [(3 1 0)
    996 	  ((emacs
    997 	    (28 1)))
    998 	  "Simple notes with an efficient file-naming scheme" tar
    999 	  ((:url . "https://github.com/protesilaos/denote")
   1000 	   (:maintainer "Protesilaos Stavrou" . "info@protesilaos.com")
   1001 	   (:authors
   1002 	    ("Protesilaos Stavrou" . "info@protesilaos.com"))
   1003 	   (:commit . "3bb05f212cc29fa6953e6d703e5e0c2e982882a9"))])
   1004  (denote-menu .
   1005 	      [(1 3 0)
   1006 	       ((emacs
   1007 		 (28 1))
   1008 		(denote
   1009 		 (3 0 0)))
   1010 	       "View denote files in a tabulated list." tar
   1011 	       ((:url . "https://github.com/namilus/denote-menu")
   1012 		(:maintainer "Mohamed Suliman" . "sulimanm@tcd.ie")
   1013 		(:authors
   1014 		 ("Mohamed Suliman" . "sulimanm@tcd.ie"))
   1015 		(:commit . "d3b890648404eb4df2dabbb3d783105672e0ea23"))])
   1016  (detached .
   1017 	   [(0 10 1)
   1018 	    ((emacs
   1019 	      (27 1)))
   1020 	    "A package to launch, and manage, detached processes" tar
   1021 	    ((:url . "https://sr.ht/~niklaseklund/detached.el/")
   1022 	     (:keywords "convenience" "processes")
   1023 	     (:maintainer "detached.el Development" . "~niklaseklund/detached.el@lists.sr.ht")
   1024 	     (:authors
   1025 	      ("Niklas Eklund" . "niklas.eklund@posteo.net"))
   1026 	     (:commit . "fedb0df5b0fbba13c662107855fb07a922793096"))])
   1027  (devdocs .
   1028 	  [(0 6 1)
   1029 	   ((emacs
   1030 	     (27 1)))
   1031 	   "Emacs viewer for DevDocs" tar
   1032 	   ((:url . "https://github.com/astoff/devdocs.el")
   1033 	    (:keywords "help")
   1034 	    (:maintainer "Augusto Stoffel" . "arstoffel@gmail.com")
   1035 	    (:authors
   1036 	     ("Augusto Stoffel" . "arstoffel@gmail.com"))
   1037 	    (:commit . "ebdd3b39bef1a928c069373337d0f8e4f2d8b8d2"))])
   1038  (devicetree-ts-mode .
   1039 		     [(0 3)
   1040 		      ((emacs
   1041 			(29 1)))
   1042 		      "Tree-sitter support for DTS" tar
   1043 		      ((:url . "https://sr.ht/~akagi/devicetree-ts-mode")
   1044 		       (:keywords "languages" "devicetree" "tree-sitter")
   1045 		       (:maintainer "Aleksandr Vityazev" . "avityazew@gmail.com")
   1046 		       (:authors
   1047 			("Aleksandr Vityazev" . "avityazew@gmail.com"))
   1048 		       (:commit . "bc07c1124545cbf6e5ebe64e92bfaa306e309033"))])
   1049  (dict-tree .
   1050 	    [(0 17)
   1051 	     ((trie
   1052 	       (0 6))
   1053 	      (tNFA
   1054 	       (0 1 1))
   1055 	      (heap
   1056 	       (0 3))
   1057 	      (emacs
   1058 	       (24 1)))
   1059 	     "Dictionary data structure" tar
   1060 	     ((:url . "http://www.dr-qubit.org/emacs.php")
   1061 	      (:keywords "extensions" "matching" "data structures trie" "tree" "dictionary" "completion" "regexp")
   1062 	      (:maintainer "Toby Cubitt" . "toby-predictive@dr-qubit.org")
   1063 	      (:authors
   1064 	       ("Toby Cubitt" . "toby-predictive@dr-qubit.org"))
   1065 	      (:commit . "a83ea986982b2d09d150456028a9f1e73658333a"))])
   1066  (diff-hl .
   1067 	  [(1 10 0)
   1068 	   ((cl-lib
   1069 	     (0 2))
   1070 	    (emacs
   1071 	     (25 1)))
   1072 	   "Highlight uncommitted changes using VC" tar
   1073 	   ((:url . "https://github.com/dgutov/diff-hl")
   1074 	    (:keywords "vc" "diff")
   1075 	    (:maintainer "Dmitry Gutov" . "dmitry@gutov.dev")
   1076 	    (:authors
   1077 	     ("Dmitry Gutov" . "dmitry@gutov.dev"))
   1078 	    (:commit . "b80ff9b4a772f7ea000e86fbf88175104ddf9557"))])
   1079  (diffview .
   1080 	   [(1 0)
   1081 	    nil "View diffs in side-by-side format" single
   1082 	    ((:keywords "convenience" "diff")
   1083 	     (:authors
   1084 	      ("Mitchel Humpherys" . "mitch.special@gmail.com"))
   1085 	     (:maintainer "Mitchel Humpherys" . "mitch.special@gmail.com")
   1086 	     (:url . "https://github.com/mgalgs/diffview-mode"))])
   1087  (diminish .
   1088 	   [(0 46)
   1089 	    ((emacs
   1090 	      (24 3)))
   1091 	    "Diminished modes are minor modes with no modeline display" tar
   1092 	    ((:url . "https://github.com/myrjola/diminish.el")
   1093 	     (:keywords "extensions" "diminish" "minor" "codeprose")
   1094 	     (:maintainer "Martin Yrjölä" . "martin.yrjola@gmail.com")
   1095 	     (:authors
   1096 	      ("Will Mengarini" . "seldon@eskimo.com"))
   1097 	     (:commit . "66b3902401059d161424b1b8d0abc3cb0a7d6df0"))])
   1098  (dired-du .
   1099 	   [(0 5 2)
   1100 	    ((emacs
   1101 	      (24 4))
   1102 	     (cl-lib
   1103 	      (0 5)))
   1104 	    "Dired with recursive directory sizes" tar
   1105 	    ((:keywords "files" "unix" "convenience")
   1106 	     (:maintainer "Tino Calancha" . "tino.calancha@gmail.com")
   1107 	     (:authors
   1108 	      ("Tino Calancha" . "tino.calancha@gmail.com"))
   1109 	     (:url . "https://elpa.gnu.org/packages/dired-du.html")
   1110 	     (:commit . "c586a6bc255cec88e1027e70319030cb63ecdc4a"))])
   1111  (dired-duplicates .
   1112 		   [(0 4)
   1113 		    ((emacs
   1114 		      (27 1)))
   1115 		    "Find duplicate files locally and remotely" tar
   1116 		    ((:url . "https://codeberg.org/hjudt/dired-duplicates")
   1117 		     (:keywords "files")
   1118 		     (:maintainer "Harald Judt" . "h.judt@gmx.at")
   1119 		     (:authors
   1120 		      ("Harald Judt" . "h.judt@gmx.at"))
   1121 		     (:commit . "5c5f24bea92159987f65f01ef32b261e905997bd"))])
   1122  (dired-git-info .
   1123 		 [(0 3 1)
   1124 		  ((emacs
   1125 		    (25)))
   1126 		  "Show git info in dired" tar
   1127 		  ((:url . "https://github.com/clemera/dired-git-info")
   1128 		   (:keywords "dired" "files")
   1129 		   (:maintainer "Clemens Radermacher" . "clemera@posteo.net")
   1130 		   (:authors
   1131 		    ("Clemens Radermacher" . "clemera@posteo.net"))
   1132 		   (:commit . "bd8556eef10e57b175406c117f18e1953422c803"))])
   1133  (dired-preview .
   1134 		[(0 3 0)
   1135 		 ((emacs
   1136 		   (27 1)))
   1137 		 "Automatically preview file at point in Dired" tar
   1138 		 ((:url . "https://github.com/protesilaos/dired-preview")
   1139 		  (:keywords "files" "convenience")
   1140 		  (:maintainer "Protesilaos Stavrou" . "info@protesilaos.com")
   1141 		  (:authors
   1142 		   ("Protesilaos Stavrou" . "info@protesilaos.com"))
   1143 		  (:commit . "9b3577b6d80a4202b81098814178d0394b222e4b"))])
   1144  (disk-usage .
   1145 	     [(1 3 3)
   1146 	      ((emacs
   1147 		(26 1)))
   1148 	      "Sort and browse disk usage listings" tar
   1149 	      ((:url . "https://gitlab.com/Ambrevar/emacs-disk-usage")
   1150 	       (:keywords "files" "convenience" "tools")
   1151 	       (:maintainer "Pierre Neidhardt" . "mail@ambrevar.xyz")
   1152 	       (:authors
   1153 		("Pierre Neidhardt" . "mail@ambrevar.xyz"))
   1154 	       (:commit . "b0fb8af34291a49b041eab8b5570e7bc8433a8d8"))])
   1155  (dismal .
   1156 	 [(1 5 2)
   1157 	  ((cl-lib
   1158 	    (0)))
   1159 	  "Dis Mode Ain't Lotus: Spreadsheet program Emacs" tar
   1160 	  ((:maintainer "UnMaintainer" . "emacs-devel@gnu.org")
   1161 	   (:authors
   1162 	    (nil . "fox@cs.nyu.edu")
   1163 	    (nil . "ritter@cs.cmu.edu"))
   1164 	   (:url . "https://elpa.gnu.org/packages/dismal.html")
   1165 	   (:commit . "670c0001026ff437d14545aeed3ef5745f0a53d2"))])
   1166  (djvu .
   1167        [(1 1 2)
   1168 	nil "Edit and view Djvu files via djvused" tar
   1169 	((:keywords "files" "wp")
   1170 	 (:maintainer "Roland Winkler" . "winkler@gnu.org")
   1171 	 (:authors
   1172 	  ("Roland Winkler" . "winkler@gnu.org"))
   1173 	 (:url . "https://elpa.gnu.org/packages/djvu.html")
   1174 	 (:commit . "071c8ab168588897475899c46eaa16e70141db8c"))])
   1175  (do-at-point .
   1176 	      [(0 1 2)
   1177 	       ((emacs
   1178 		 (26 1)))
   1179 	       "Generic context-sensitive action dispatcher." tar
   1180 	       ((:url . "https://git.sr.ht/~pkal/do-at-point")
   1181 		(:keywords "convenience")
   1182 		(:maintainer "Philip Kaludercic" . "~pkal/public-inbox@lists.sr.ht")
   1183 		(:authors
   1184 		 ("Philip Kaludercic" . "philipk@posteo.net"))
   1185 		(:commit . "da0742df74cbb36347aefd5dcb17d674ee4846d3"))])
   1186  (doc-toc .
   1187 	  [(1 2)
   1188 	   ((emacs
   1189 	     (26 1)))
   1190 	   "Manage outlines/table of contents of pdf and djvu documents" tar
   1191 	   ((:url . "https://github.com/dalanicolai/doc-tools-toc")
   1192 	    (:keywords "tools" "outlines" "convenience")
   1193 	    (:maintainer "Daniel Laurens Nicolai" . "dalanicolai@gmail.com")
   1194 	    (:authors
   1195 	     ("Daniel Laurens Nicolai" . "dalanicolai@gmail.com"))
   1196 	    (:commit . "4a179fbacd7bc9efbd6cfcdc8772d42935e6de29"))])
   1197  (docbook .
   1198 	  [(0 1)
   1199 	   nil "Info-like viewer for DocBook" tar
   1200 	   ((:keywords "docs" "help")
   1201 	    (:maintainer "Chong Yidong" . "cyd@gnu.org")
   1202 	    (:authors
   1203 	     ("Chong Yidong" . "cyd@gnu.org"))
   1204 	    (:url . "https://elpa.gnu.org/packages/docbook.html")
   1205 	    (:commit . "a59f87c0dc04bcfcf9f55a124658c2e7a585dbd2"))])
   1206  (drepl .
   1207 	[(0 3)
   1208 	 ((emacs
   1209 	   (29 1))
   1210 	  (comint-mime
   1211 	   (0 3)))
   1212 	 "REPL protocol for the dumb terminal" tar
   1213 	 ((:url . "https://github.com/astoff/drepl")
   1214 	  (:keywords "languages" "processes")
   1215 	  (:maintainer "Augusto Stoffel" . "arstoffel@gmail.com")
   1216 	  (:authors
   1217 	   ("Augusto Stoffel" . "arstoffel@gmail.com"))
   1218 	  (:commit . "07c4503763b5880f163b417194d580677f37a819"))])
   1219  (dts-mode .
   1220 	   [(1 0)
   1221 	    ((emacs
   1222 	      (24)))
   1223 	    "Major mode for Device Tree source files" tar
   1224 	    ((:keywords "languages")
   1225 	     (:maintainer "Ben Gamari" . "ben@smart-cactus.org")
   1226 	     (:authors
   1227 	      ("Ben Gamari" . "ben@smart-cactus.org"))
   1228 	     (:url . "https://elpa.gnu.org/packages/dts-mode.html")
   1229 	     (:commit . "8413d2dc9b3347831aa9e8c8b2524af3ef005441"))])
   1230  (easy-escape .
   1231 	      [(0 2 1)
   1232 	       nil "Improve readability of escape characters in regular expressions" tar
   1233 	       ((:url . "https://github.com/cpitclaudel/easy-escape")
   1234 		(:keywords "convenience" "lisp" "tools")
   1235 		(:maintainer "Clément Pit-Claudel" . "clement.pitclaudel@live.com")
   1236 		(:authors
   1237 		 ("Clément Pit-Claudel" . "clement.pitclaudel@live.com"))
   1238 		(:commit . "938497a21e65ba6b3ff8ec90e93a6d0ab18dc9b4"))])
   1239  (easy-kill .
   1240 	    [(0 9 5)
   1241 	     ((emacs
   1242 	       (25))
   1243 	      (cl-lib
   1244 	       (0 5)))
   1245 	     "kill & mark things easily" tar
   1246 	     ((:url . "https://github.com/leoliu/easy-kill")
   1247 	      (:keywords "killing" "convenience")
   1248 	      (:maintainer "Leo Liu" . "sdl.web@gmail.com")
   1249 	      (:authors
   1250 	       ("Leo Liu" . "sdl.web@gmail.com"))
   1251 	      (:commit . "f155d19c528e27f8f6c72f0d75f652edbdcab37f"))])
   1252  (ebdb .
   1253        [(0 8 22)
   1254 	((emacs
   1255 	  (25 1))
   1256 	 (seq
   1257 	  (2 15)))
   1258 	"Contact management package" tar
   1259 	((:url . "https://github.com/girzel/ebdb")
   1260 	 (:keywords "convenience" "mail")
   1261 	 (:maintainer "Eric Abrahamsen" . "eric@ericabrahamsen.net")
   1262 	 (:authors
   1263 	  ("Eric Abrahamsen" . "eric@ericabrahamsen.net"))
   1264 	 (:commit . "b96e5470c54503eab2159e69c822648ad55e6915"))])
   1265  (ebdb-gnorb .
   1266 	     [(1 0 2)
   1267 	      ((gnorb
   1268 		(1 1 0))
   1269 	       (ebdb
   1270 		(0 2)))
   1271 	      "Utilities for connecting EBDB to Gnorb" tar
   1272 	      ((:maintainer "Eric Abrahamsen" . "eric@ericabrahamsen.net")
   1273 	       (:authors
   1274 		("Eric Abrahamsen" . "eric@ericabrahamsen.net"))
   1275 	       (:url . "https://elpa.gnu.org/packages/ebdb-gnorb.html")
   1276 	       (:commit . "461a6b35dc9322d1ec59547ad845d26a6c65a698"))])
   1277  (ebdb-i18n-chn .
   1278 		[(1 3 2)
   1279 		 ((pyim
   1280 		   (1 6 0))
   1281 		  (ebdb
   1282 		   (0 6 17)))
   1283 		 "China-specific internationalization support for EBDB" tar
   1284 		 ((:maintainer "Eric Abrahamsen" . "eric@ericabrahamsen.net")
   1285 		  (:authors
   1286 		   ("Eric Abrahamsen" . "eric@ericabrahamsen.net"))
   1287 		  (:url . "https://elpa.gnu.org/packages/ebdb-i18n-chn.html")
   1288 		  (:commit . "b8c1f7c21204bda9c130ce21a75d69358d1bc49a"))])
   1289  (ediprolog .
   1290 	    [(2 3)
   1291 	     nil "Emacs Does Interactive Prolog" tar
   1292 	     ((:url . "https://www.metalevel.at/ediprolog/")
   1293 	      (:keywords "languages" "processes")
   1294 	      (:maintainer "Markus Triska" . "triska@metalevel.at")
   1295 	      (:authors
   1296 	       ("Markus Triska" . "triska@metalevel.at"))
   1297 	      (:commit . "ea8710335eec483b576c7a800c92b8fd214aa6dd"))])
   1298  (eev .
   1299       [(20241022)
   1300        ((emacs
   1301 	 (25 1)))
   1302        "Support for e-scripts (eepitch blocks, elisp hyperlinks, etc)" tar
   1303        ((:url . "http://anggtwu.net/#eev")
   1304 	(:keywords "lisp" "e-scripts")
   1305 	(:maintainer "Eduardo Ochs" . "eduardoochs@gmail.com")
   1306 	(:authors
   1307 	 ("Eduardo Ochs" . "eduardoochs@gmail.com"))
   1308 	(:commit . "25c810004c2201960f32a60b362eb6ebe524de9f"))])
   1309  (ef-themes .
   1310 	    [(1 9 0)
   1311 	     ((emacs
   1312 	       (27 1)))
   1313 	     "Colorful and legible themes" tar
   1314 	     ((:url . "https://github.com/protesilaos/ef-themes")
   1315 	      (:keywords "faces" "theme" "accessibility")
   1316 	      (:maintainer "Protesilaos Stavrou" . "info@protesilaos.com")
   1317 	      (:authors
   1318 	       ("Protesilaos Stavrou" . "info@protesilaos.com"))
   1319 	      (:commit . "b1333b703805a21ed6414386830cb5d1977475b7"))])
   1320  (eglot .
   1321 	[(1 17)
   1322 	 ((emacs
   1323 	   (26 3))
   1324 	  (jsonrpc
   1325 	   (1 0 24))
   1326 	  (flymake
   1327 	   (1 2 1))
   1328 	  (project
   1329 	   (0 9 8))
   1330 	  (xref
   1331 	   (1 6 2))
   1332 	  (eldoc
   1333 	   (1 14 0))
   1334 	  (seq
   1335 	   (2 23))
   1336 	  (external-completion
   1337 	   (0 1)))
   1338 	 "The Emacs Client for LSP servers" tar
   1339 	 ((:url . "https://github.com/joaotavora/eglot")
   1340 	  (:keywords "convenience" "languages")
   1341 	  (:maintainer "João Távora" . "joaotavora@gmail.com")
   1342 	  (:authors
   1343 	   ("João Távora" . "joaotavora@gmail.com"))
   1344 	  (:commit . "b014bca833a17f5b2258e88115f03cffa983d0bd"))])
   1345  (el-search .
   1346 	    [(1 12 6 1)
   1347 	     ((emacs
   1348 	       (25))
   1349 	      (stream
   1350 	       (2 2 4))
   1351 	      (cl-print
   1352 	       (1 0)))
   1353 	     "Expression based interactive search for Emacs Lisp" tar
   1354 	     ((:keywords "lisp")
   1355 	      (:maintainer "Michael Heerdegen" . "michael_heerdegen@web.de")
   1356 	      (:authors
   1357 	       ("Michael Heerdegen" . "michael_heerdegen@web.de"))
   1358 	      (:url . "https://elpa.gnu.org/packages/el-search.html")
   1359 	      (:commit . "43779b910025aba2574213cf3eabee2132c0a175"))])
   1360  (eldoc .
   1361 	[(1 15 0)
   1362 	 ((emacs
   1363 	   (26 3)))
   1364 	 "Show function arglist or variable docstring in echo area" tar
   1365 	 ((:keywords "extensions")
   1366 	  (:maintainer "Noah Friedman" . "friedman@splode.com")
   1367 	  (:authors
   1368 	   ("Noah Friedman" . "friedman@splode.com"))
   1369 	  (:url . "https://elpa.gnu.org/packages/eldoc.html")
   1370 	  (:commit . "dc744fe6f3cd185bd9d29f61b08cd4c524e3969e"))])
   1371  (electric-spacing .
   1372 		   [(5 0)
   1373 		    nil "Insert operators with surrounding spaces smartly" tar
   1374 		    ((:maintainer "William Xu" . "william.xwl@gmail.com")
   1375 		     (:authors
   1376 		      ("William Xu" . "william.xwl@gmail.com"))
   1377 		     (:url . "https://elpa.gnu.org/packages/electric-spacing.html")
   1378 		     (:commit . "122ac5d08c3d3d91251752136abab9721d90e36c"))])
   1379  (elisa .
   1380 	[(1 1 1)
   1381 	 ((emacs
   1382 	   (29 2))
   1383 	  (ellama
   1384 	   (0 11 2))
   1385 	  (llm
   1386 	   (0 9 1))
   1387 	  (async
   1388 	   (1 9 8))
   1389 	  (plz
   1390 	   (0 9)))
   1391 	 "Emacs Lisp Information System Assistant" tar
   1392 	 ((:url . "http://github.com/s-kostyaev/elisa")
   1393 	  (:keywords "help" "local" "tools")
   1394 	  (:maintainer "Sergey Kostyaev" . "sskostyaev@gmail.com")
   1395 	  (:authors
   1396 	   ("Sergey Kostyaev" . "sskostyaev@gmail.com"))
   1397 	  (:commit . "4a4d1db3594a53fd90fcd453cf642d96f70a70ff"))])
   1398  (elisp-benchmarks .
   1399 		   [(1 16)
   1400 		    nil "elisp benchmarks collection" tar
   1401 		    ((:keywords "languages" "lisp")
   1402 		     (:maintainer "Andrea Corallo" . "acorallo@gnu.org")
   1403 		     (:authors
   1404 		      ("Andrea Corallo" . "acorallo@gnu.org"))
   1405 		     (:url . "https://elpa.gnu.org/packages/elisp-benchmarks.html")
   1406 		     (:commit . "1a3d97954957a95a179806e0d49ca6d178b097af"))])
   1407  (ellama .
   1408 	 [(0 12 5)
   1409 	  ((emacs
   1410 	    (28 1))
   1411 	   (llm
   1412 	    (0 6 0))
   1413 	   (spinner
   1414 	    (1 7 4))
   1415 	   (transient
   1416 	    (0 7 6))
   1417 	   (compat
   1418 	    (29 1)))
   1419 	  "Tool for interacting with LLMs" tar
   1420 	  ((:url . "http://github.com/s-kostyaev/ellama")
   1421 	   (:keywords "help" "local" "tools")
   1422 	   (:maintainer "Sergey Kostyaev" . "sskostyaev@gmail.com")
   1423 	   (:authors
   1424 	    ("Sergey Kostyaev" . "sskostyaev@gmail.com"))
   1425 	   (:commit . "e8f64969d66aa71341804e0a4f8d3e7c632bf3b6"))])
   1426  (emacs-gc-stats .
   1427 		 [(1 4 2)
   1428 		  ((emacs
   1429 		    (25 1)))
   1430 		  "Collect Emacs GC statistics" tar
   1431 		  ((:url . "https://git.sr.ht/~yantar92/emacs-gc-stats")
   1432 		   (:maintainer "Ihor Radchenko" . "yantar92@posteo.net")
   1433 		   (:authors
   1434 		    ("Ihor Radchenko" . "yantar92@posteo.net"))
   1435 		   (:commit . "05d669e123f411c9582f99a9a6182efa43d01a6b"))])
   1436  (embark .
   1437 	 [(1 1)
   1438 	  ((emacs
   1439 	    (27 1))
   1440 	   (compat
   1441 	    (29 1 4 0)))
   1442 	  "Conveniently act on minibuffer completions" tar
   1443 	  ((:url . "https://github.com/oantolin/embark")
   1444 	   (:keywords "convenience")
   1445 	   (:maintainer "Omar Antolín Camarena" . "omar@matem.unam.mx")
   1446 	   (:authors
   1447 	    ("Omar Antolín Camarena" . "omar@matem.unam.mx"))
   1448 	   (:commit . "195add1f1ccd1059472c9df7334c97c4d155425e"))])
   1449  (embark-consult .
   1450 		 [(1 1)
   1451 		  ((emacs
   1452 		    (27 1))
   1453 		   (compat
   1454 		    (29 1 4 0))
   1455 		   (embark
   1456 		    (1 0))
   1457 		   (consult
   1458 		    (1 0)))
   1459 		  "Consult integration for Embark" tar
   1460 		  ((:url . "https://github.com/oantolin/embark")
   1461 		   (:keywords "convenience")
   1462 		   (:maintainer "Omar Antolín Camarena" . "omar@matem.unam.mx")
   1463 		   (:authors
   1464 		    ("Omar Antolín Camarena" . "omar@matem.unam.mx"))
   1465 		   (:commit . "195add1f1ccd1059472c9df7334c97c4d155425e"))])
   1466  (ement .
   1467 	[(0 16)
   1468 	 ((emacs
   1469 	   (27 1))
   1470 	  (map
   1471 	   (2 1))
   1472 	  (persist
   1473 	   (0 5))
   1474 	  (plz
   1475 	   (0 6))
   1476 	  (taxy
   1477 	   (0 10))
   1478 	  (taxy-magit-section
   1479 	   (0 13))
   1480 	  (svg-lib
   1481 	   (0 2 5))
   1482 	  (transient
   1483 	   (0 3 7)))
   1484 	 "Matrix client" tar
   1485 	 ((:url . "https://github.com/alphapapa/ement.el")
   1486 	  (:keywords "comm")
   1487 	  (:maintainer "Adam Porter" . "adam@alphapapa.net")
   1488 	  (:authors
   1489 	   ("Adam Porter" . "adam@alphapapa.net"))
   1490 	  (:commit . "26bf5a4efd08bc724cf29c412c36c2909d72bb13"))])
   1491  (emms .
   1492        [(20 1)
   1493 	((cl-lib
   1494 	  (0 5))
   1495 	 (nadvice
   1496 	  (0 3))
   1497 	 (seq
   1498 	  (0)))
   1499 	"The Emacs Multimedia System" tar
   1500 	((:url . "https://www.gnu.org/software/emms/")
   1501 	 (:keywords "emms" "mp3" "ogg" "flac" "music" "mpeg" "video" "multimedia")
   1502 	 (:maintainer "Yoni Rabkin" . "yrk@gnu.org")
   1503 	 (:authors
   1504 	  ("Jorgen Schäfer" . "forcer@forcix.cx"))
   1505 	 (:commit . "b5567be2176dcbdf42aa2d0ccad32a44f245dd09"))])
   1506  (engrave-faces .
   1507 		[(0 3 1)
   1508 		 ((emacs
   1509 		   (27 1)))
   1510 		 "Convert font-lock faces to other formats" tar
   1511 		 ((:url . "https://github.com/tecosaur/engrave-faces")
   1512 		  (:keywords "faces")
   1513 		  (:maintainer "TEC" . "tec@tecosaur.com")
   1514 		  (:authors
   1515 		   ("TEC" . "https://github/tecosaur"))
   1516 		  (:commit . "fe29d9b593a0f7ada4df3f52dfb9f7f8c1bdaaa7"))])
   1517  (enwc .
   1518        [(2 0)
   1519 	((emacs
   1520 	  (25 1)))
   1521 	"The Emacs Network Client" tar
   1522 	((:url . "https://savannah.nongnu.org/p/enwc")
   1523 	 (:keywords "external" "network" "wicd" "manager" "nm")
   1524 	 (:maintainer "Ian Dunn" . "dunni@gnu.org")
   1525 	 (:authors
   1526 	  ("Ian Dunn" . "dunni@gnu.org"))
   1527 	 (:commit . "9893d7f17a2ee7f83587c305c256bd1300995125"))])
   1528  (epoch-view .
   1529 	     [(0 0 1)
   1530 	      nil "Minor mode to visualize epoch timestamps" single
   1531 	      ((:url . "http://elpa.gnu.org/packages/epoch-view.html")
   1532 	       (:keywords "data" "timestamp" "epoch" "unix")
   1533 	       (:authors
   1534 		("Ted Zlatanov" . "tzz@lifelogs.com"))
   1535 	       (:maintainer "Ted Zlatanov" . "tzz@lifelogs.com"))])
   1536  (erc .
   1537       [(5 6)
   1538        ((emacs
   1539 	 (27 1))
   1540 	(compat
   1541 	 (29 1 4 5)))
   1542        "An Emacs Internet Relay Chat client" tar
   1543        ((:url . "https://www.gnu.org/software/emacs/erc.html")
   1544 	(:keywords "irc" "chat" "client" "internet")
   1545 	(:maintainer
   1546 	 ("Amin Bandali" . "bandali@gnu.org")
   1547 	 ("F. Jason Park" . "jp@neverwas.me"))
   1548 	(:authors
   1549 	 ("Alexander L. Belikoff" . "alexander@belikoff.net"))
   1550 	(:commit . "d1e98a8f0128747030e97ffea20a8f67aa0cd923"))])
   1551  (ergoemacs-mode .
   1552 		 [(5 16 10 12)
   1553 		  ((emacs
   1554 		    (24 1))
   1555 		   (undo-tree
   1556 		    (0 6 5))
   1557 		   (cl-lib
   1558 		    (0 5)))
   1559 		  "Emacs mode based on common modern interface and ergonomics." tar
   1560 		  ((:url . "https://github.com/ergoemacs/ergoemacs-mode")
   1561 		   (:keywords "convenience")
   1562 		   (:maintainer "Matthew L. Fidler" . "matthew.fidler@gmail.com")
   1563 		   (:authors
   1564 		    ("Xah Lee" . "xah@xahlee.org")
   1565 		    ("David Capello" . "davidcapello@gmail.com")
   1566 		    ("Matthew L. Fidler" . "matthew.fidler@gmail.com"))
   1567 		   (:commit . "ac70b2563fb6e3d69ea382fddc87b5721c20c292"))])
   1568  (ess .
   1569       [(24 1 1)
   1570        ((emacs
   1571 	 (25 1)))
   1572        "Emacs Speaks Statistics" tar
   1573        ((:url . "https://ess.r-project.org/")
   1574 	(:maintainer "ESS Core Team" . "ESS-core@r-project.org")
   1575 	(:authors
   1576 	 ("David Smith" . "dsmith@stats.adelaide.edu.au")
   1577 	 ("A.J. Rossini" . "blindglobe@gmail.com")
   1578 	 ("Richard M. Heiberger" . "rmh@temple.edu")
   1579 	 ("Kurt Hornik" . "Kurt.Hornik@R-project.org")
   1580 	 ("Martin Maechler" . "maechler@stat.math.ethz.ch")
   1581 	 ("Rodney A. Sparapani" . "rsparapa@mcw.edu")
   1582 	 ("Stephen Eglen" . "stephen@gnu.org")
   1583 	 ("Sebastian P. Luque" . "spluque@gmail.com")
   1584 	 ("Henning Redestig" . "henning.red@googlemail.com")
   1585 	 ("Vitalie Spinu" . "spinuvit@gmail.com")
   1586 	 ("Lionel Henry" . "lionel.hry@gmail.com")
   1587 	 ("J. Alexander Branham" . "alex.branham@gmail.com"))
   1588 	(:commit . "d8472e00da8fde3224d4512641093b526601af39"))])
   1589  (excorporate .
   1590 	      [(1 1 2)
   1591 	       ((emacs
   1592 		 (24 1))
   1593 		(cl-lib
   1594 		 (0 6 1))
   1595 		(fsm
   1596 		 (0 2 1))
   1597 		(soap-client
   1598 		 (3 2 0))
   1599 		(url-http-ntlm
   1600 		 (2 0 4))
   1601 		(nadvice
   1602 		 (0 3))
   1603 		(url-http-oauth
   1604 		 (0 8 3)))
   1605 	       "Exchange Web Services (EWS) integration" tar
   1606 	       ((:url . "https://www.fitzsim.org/blog/")
   1607 		(:keywords "calendar")
   1608 		(:maintainer "Thomas Fitzsimmons" . "fitzsim@fitzsim.org")
   1609 		(:authors
   1610 		 ("Thomas Fitzsimmons" . "fitzsim@fitzsim.org"))
   1611 		(:commit . "8d1167ac47aa88265546ee7a82fd49ff6f9c8d66"))])
   1612  (expand-region .
   1613 		[(1 0 0)
   1614 		 ((emacs
   1615 		   (24 4)))
   1616 		 "Increase selected region by semantic units." tar
   1617 		 ((:url . "https://github.com/magnars/expand-region.el")
   1618 		  (:keywords "marking" "region")
   1619 		  (:maintainer "Magnar Sveen" . "magnars@gmail.com")
   1620 		  (:authors
   1621 		   ("Magnar Sveen" . "magnars@gmail.com"))
   1622 		  (:commit . "9e3f86c02c5e2ab6f0d95da8a34045b54f6166d1"))])
   1623  (expreg .
   1624 	 [(1 3 1)
   1625 	  ((emacs
   1626 	    (29 1)))
   1627 	  "Simple expand region" tar
   1628 	  ((:url . "https://github.com/casouri/expreg")
   1629 	   (:keywords "text" "editing")
   1630 	   (:maintainer "Yuan Fu" . "casouri@gmail.com")
   1631 	   (:authors
   1632 	    ("Yuan Fu" . "casouri@gmail.com"))
   1633 	   (:commit . "9950c07ec90293964baa33603f4a80e764b0a847"))])
   1634  (external-completion .
   1635 		      [(0 1)
   1636 		       nil "Let external tools control completion style" tar
   1637 		       ((:maintainer "João Távora" . "joaotavora@gmail.com")
   1638 			(:authors
   1639 			 ("Stefan Monnier" . "monnier@iro.umontreal.ca"))
   1640 			(:url . "https://elpa.gnu.org/packages/external-completion.html")
   1641 			(:commit . "4bc9c8972ac0a3dfa237a9c5704de89ef24ad82b"))])
   1642  (exwm .
   1643        [(0 32)
   1644 	((emacs
   1645 	  (27 1))
   1646 	 (xelb
   1647 	  (0 20))
   1648 	 (compat
   1649 	  (30)))
   1650 	"Emacs X Window Manager" tar
   1651 	((:url . "https://github.com/emacs-exwm/exwm")
   1652 	 (:keywords "unix")
   1653 	 (:maintainer
   1654 	  ("Adrián Medraño Calvo" . "adrian@medranocalvo.com")
   1655 	  ("Steven Allen" . "steven@stebalien.com")
   1656 	  ("Daniel Mendler" . "mail@daniel-mendler.de"))
   1657 	 (:authors
   1658 	  ("Chris Feng" . "chris.w.feng@gmail.com"))
   1659 	 (:commit . "1485fcf064cee1766444472b09a681654c68636e"))])
   1660  (f90-interface-browser .
   1661 			[(1 1)
   1662 			 nil "Parse and browse f90 interfaces" single
   1663 			 ((:authors
   1664 			   ("Lawrence Mitchell" . "wence@gmx.li"))
   1665 			  (:maintainer "Lawrence Mitchell" . "wence@gmx.li")
   1666 			  (:url . "http://github.com/wence-/f90-iface/"))])
   1667  (face-shift .
   1668 	     [(0 2 1)
   1669 	      ((emacs
   1670 		(24 1)))
   1671 	      "Shift the colour of certain faces" tar
   1672 	      ((:url . "https://git.sr.ht/~pkal/face-shift")
   1673 	       (:keywords "faces")
   1674 	       (:maintainer "Philip Kaludercic" . "philipk@posteo.net")
   1675 	       (:authors
   1676 		("Philip Kaludercic" . "philipk@posteo.net"))
   1677 	       (:commit . "671e53fdef9ed3fdb9ee768216d05b90e3ce592a"))])
   1678  (filechooser .
   1679 	      [(0 2 1)
   1680 	       ((emacs
   1681 		 (28 1))
   1682 		(compat
   1683 		 (29 1)))
   1684 	       "An xdg-desktop-portal filechooser" tar
   1685 	       ((:url . "https://codeberg.org/rahguzar/filechooser")
   1686 		(:keywords "convenience" "files" "tools" "unix")
   1687 		(:maintainer "rahguzar" . "rahguzar@zohomail.eu")
   1688 		(:authors
   1689 		 ("rahguzar" . "rahguzar@zohomail.eu"))
   1690 		(:commit . "62a9ef588331b06c818ea5db5a73e756f20fd13d"))])
   1691  (filladapt .
   1692 	    [(2 12 2)
   1693 	     ((emacs
   1694 	       (24 4)))
   1695 	     "Adaptive fill" tar
   1696 	     ((:maintainer nil . "emacs-devel@gnu.org")
   1697 	      (:authors
   1698 	       ("Kyle E. Jones" . "kyle_jones@wonderworks.com"))
   1699 	      (:url . "https://elpa.gnu.org/packages/filladapt.html")
   1700 	      (:commit . "6cce6acc6350541efe6b1064335b480e820fd325"))])
   1701  (firefox-javascript-repl .
   1702 			  [(0 9 5)
   1703 			   ((emacs
   1704 			     (26 1)))
   1705 			   "Jack into Firefox" tar
   1706 			   ((:maintainer "Thomas Fitzsimmons" . "fitzsim@fitzsim.org")
   1707 			    (:authors
   1708 			     ("Thomas Fitzsimmons" . "fitzsim@fitzsim.org"))
   1709 			    (:url . "https://elpa.gnu.org/packages/firefox-javascript-repl.html")
   1710 			    (:commit . "fee99c20f1f4684ed845eeac9eda46fcde6bf1e9"))])
   1711  (flylisp .
   1712 	  [(0 2)
   1713 	   nil "Color unbalanced parentheses and parentheses inconsistent with indentation" tar
   1714 	   ((:maintainer "Barry O'Reilly" . "gundaetiapo@gmail.com")
   1715 	    (:authors
   1716 	     ("Barry O'Reilly" . "gundaetiapo@gmail.com"))
   1717 	    (:url . "https://elpa.gnu.org/packages/flylisp.html")
   1718 	    (:commit . "20fe3e77bb73773c8678e65ae38020b0b7f996eb"))])
   1719  (flymake .
   1720 	  [(1 3 7)
   1721 	   ((emacs
   1722 	     (26 1))
   1723 	    (eldoc
   1724 	     (1 14 0))
   1725 	    (project
   1726 	     (0 7 1)))
   1727 	   "A universal on-the-fly syntax checker" tar
   1728 	   ((:keywords "c" "languages" "tools")
   1729 	    (:maintainer "João Távora" . "joaotavora@gmail.com")
   1730 	    (:authors
   1731 	     ("Pavel Kobyakov" . "pk_at_work@yahoo.com"))
   1732 	    (:url . "https://elpa.gnu.org/packages/flymake.html")
   1733 	    (:commit . "309823ff7796416414cee8c6f4d2650615c19f64"))])
   1734  (flymake-codespell .
   1735 		    [(0 1)
   1736 		     ((emacs
   1737 		       (26 1))
   1738 		      (compat
   1739 		       (29 1 4 2)))
   1740 		     "Flymake backend for codespell" tar
   1741 		     ((:url . "https://www.github.com/skangas/flymake-codespell")
   1742 		      (:keywords "extensions")
   1743 		      (:maintainer "Stefan Kangas" . "stefankangas@gmail.com")
   1744 		      (:authors
   1745 		       ("Stefan Kangas" . "stefankangas@gmail.com"))
   1746 		      (:commit . "d72e3ad4cdfd5cea1509a241d55e18f54ae2aeca"))])
   1747  (flymake-proselint .
   1748 		    [(0 3 0)
   1749 		     ((emacs
   1750 		       (26 1)))
   1751 		     "Flymake backend for proselint" tar
   1752 		     ((:url . "https://git.sr.ht/~manuel-uberti/flycheck-proselint")
   1753 		      (:keywords "convenience")
   1754 		      (:maintainer "Manuel Uberti" . "~manuel-uberti/flymake-proselint@lists.sr.ht")
   1755 		      (:authors
   1756 		       ("Manuel Uberti" . "manuel.uberti@inventati.org"))
   1757 		      (:commit . "9c68ee881f18f554f0ab5bbf5bee1a4b753d792b"))])
   1758  (fontaine .
   1759 	   [(2 1 0)
   1760 	    ((emacs
   1761 	      (29 1)))
   1762 	    "Set font configurations using presets" tar
   1763 	    ((:url . "https://github.com/protesilaos/fontaine")
   1764 	     (:maintainer "Protesilaos Stavrou" . "info@protesilaos.com")
   1765 	     (:authors
   1766 	      ("Protesilaos Stavrou" . "info@protesilaos.com"))
   1767 	     (:commit . "18e39174cc453fd47b2b27d0f6b7a431c7be73cb"))])
   1768  (frame-tabs .
   1769 	     [(1 1)
   1770 	      nil "show buffer tabs in side window" tar
   1771 	      ((:keywords "frames" "tabs")
   1772 	       (:maintainer "Martin Rudalics" . "rudalics@gmx.at")
   1773 	       (:authors
   1774 		("Martin Rudalics" . "rudalics@gmx.at"))
   1775 	       (:url . "https://elpa.gnu.org/packages/frame-tabs.html")
   1776 	       (:commit . "2142034967085642823f7f60f9a3e4f09ada089e"))])
   1777  (frog-menu .
   1778 	    [(0 2 11)
   1779 	     ((emacs
   1780 	       (26))
   1781 	      (avy
   1782 	       (0 4))
   1783 	      (posframe
   1784 	       (0 4)))
   1785 	     "Quickly pick items from ad hoc menus" tar
   1786 	     ((:url . "https://github.com/clemera/frog-menu")
   1787 	      (:keywords "convenience")
   1788 	      (:maintainer "Clemens Radermacher" . "clemera@posteo.net")
   1789 	      (:authors
   1790 	       ("Clemens Radermacher" . "clemera@posteo.net"))
   1791 	      (:commit . "3d99c10eb472b5f7fe761bb3f329fe10971ea903"))])
   1792  (fsm .
   1793       [(0 2 1)
   1794        ((emacs
   1795 	 (24 1))
   1796 	(cl-lib
   1797 	 (0 5)))
   1798        "state machine library" tar
   1799        ((:keywords "extensions")
   1800 	(:maintainer "Thomas Fitzsimmons" . "fitzsim@fitzsim.org")
   1801 	(:authors
   1802 	 ("Magnus Henoch" . "magnus.henoch@gmail.com"))
   1803 	(:url . "https://elpa.gnu.org/packages/fsm.html")
   1804 	(:commit . "3acbc4df9b13d234ca1e297d85be27c54e81799e"))])
   1805  (ftable .
   1806 	 [(1 1)
   1807 	  ((emacs
   1808 	    (26 0)))
   1809 	  "Fill a table to fit in n columns" tar
   1810 	  ((:url . "https://github.com/casouri/ftable")
   1811 	   (:keywords "convenience" "text" "table")
   1812 	   (:maintainer "Yuan Fu" . "casouri@gmail.com")
   1813 	   (:authors
   1814 	    ("Yuan Fu" . "casouri@gmail.com"))
   1815 	   (:commit . "d7c243ac3be2a67986f53f3dc31ba1426e82b771"))])
   1816  (gcmh .
   1817        [(0 2 1)
   1818 	((emacs
   1819 	  (24)))
   1820 	"the Garbage Collector Magic Hack" tar
   1821 	((:url . "https://gitlab.com/koral/gcmh")
   1822 	 (:keywords "internal")
   1823 	 (:maintainer nil . "akrl@sdf.org")
   1824 	 (:authors
   1825 	  ("Andrea Corallo" . "akrl@sdf.org"))
   1826 	 (:commit . "0089f9c3a6d4e9a310d0791cf6fa8f35642ecfd9"))])
   1827  (ggtags .
   1828 	 [(0 9 0)
   1829 	  ((emacs
   1830 	    (25)))
   1831 	  "emacs frontend to GNU Global source code tagging system" tar
   1832 	  ((:url . "https://github.com/leoliu/ggtags")
   1833 	   (:keywords "tools" "convenience")
   1834 	   (:maintainer "Leo Liu" . "sdl.web@gmail.com")
   1835 	   (:authors
   1836 	    ("Leo Liu" . "sdl.web@gmail.com"))
   1837 	   (:commit . "a0809f5241d9accceb161ca40374680799021f04"))])
   1838  (gited .
   1839 	[(0 6 0)
   1840 	 ((emacs
   1841 	   (24 4))
   1842 	  (cl-lib
   1843 	   (0 5)))
   1844 	 "Operate on Git branches like dired" tar
   1845 	 ((:keywords "git" "vc" "convenience")
   1846 	  (:maintainer "Tino Calancha" . "tino.calancha@gmail.com")
   1847 	  (:authors
   1848 	   ("Tino Calancha" . "tino.calancha@gmail.com"))
   1849 	  (:url . "https://elpa.gnu.org/packages/gited.html")
   1850 	  (:commit . "475e29723ad2d5ff08cae5fdaa122ab56e69141b"))])
   1851  (gle-mode .
   1852 	   [(1 1)
   1853 	    ((cl-lib
   1854 	      (0 5)))
   1855 	    "Major mode to edit Graphics Layout Engine files" tar
   1856 	    ((:maintainer "Stefan Monnier" . "monnier@iro.umontreal.ca")
   1857 	     (:authors
   1858 	      ("Stefan Monnier" . "monnier@iro.umontreal.ca"))
   1859 	     (:url . "https://elpa.gnu.org/packages/gle-mode.html")
   1860 	     (:commit . "b633a627bb15f77f7e64df89f82b8f556dcc0a6e"))])
   1861  (gnat-compiler .
   1862 		[(1 0 3)
   1863 		 ((emacs
   1864 		   (25 3))
   1865 		  (wisi
   1866 		   (4 3 0)))
   1867 		 "Support for running GNAT tools" tar
   1868 		 ((:maintainer "Stephen Leake" . "stephen_leake@member.fsf.org")
   1869 		  (:authors
   1870 		   ("Stephen Leake" . "stephen_leake@member.fsf.org"))
   1871 		  (:url . "https://elpa.gnu.org/packages/gnat-compiler.html")
   1872 		  (:commit . "9db5c393ee0f9694e83305ef8b0b1e37f0560111"))])
   1873  (gnome-c-style .
   1874 		[(0 1)
   1875 		 nil "minor mode for editing GNOME-style C source code" tar
   1876 		 ((:maintainer "Daiki Ueno" . "ueno@gnu.org")
   1877 		  (:authors
   1878 		   ("Daiki Ueno" . "ueno@gnu.org"))
   1879 		  (:keywords "gnome" "c" "coding style")
   1880 		  (:url . "http://elpa.gnu.org/packages/gnome-c-style.html"))])
   1881  (gnorb .
   1882 	[(1 6 11)
   1883 	 ((cl-lib
   1884 	   (0 5)))
   1885 	 "Glue code between Gnus, Org, and BBDB" tar
   1886 	 ((:keywords "mail" "org" "gnus" "bbdb" "todo" "task")
   1887 	  (:maintainer "Eric Abrahamsen" . "eric@ericabrahamsen.net")
   1888 	  (:authors
   1889 	   ("Eric Abrahamsen" . "eric@ericabrahamsen.net"))
   1890 	  (:url . "https://elpa.gnu.org/packages/gnorb.html")
   1891 	  (:commit . "409e4fc2c83f8406f362028dbcc3a1fc21182819"))])
   1892  (gnu-elpa .
   1893 	   [(1 1)
   1894 	    nil "Advertize GNU ELPA packages" tar
   1895 	    ((:maintainer "Stefan Monnier" . "monnier@iro.umontreal.ca")
   1896 	     (:authors
   1897 	      ("Stefan Monnier" . "monnier@iro.umontreal.ca"))
   1898 	     (:url . "https://elpa.gnu.org/packages/gnu-elpa.html")
   1899 	     (:commit . "cd18964ec3176ab99d626da4ca6ca7d4bf2389db"))])
   1900  (gnu-elpa-keyring-update .
   1901 			  [(2022 12 1)
   1902 			   nil "Update Emacs's GPG keyring for GNU ELPA" tar
   1903 			   ((:keywords "maint" "tools")
   1904 			    (:maintainer "Stefan Monnier" . "monnier@iro.umontreal.ca")
   1905 			    (:authors
   1906 			     ("Stefan Monnier" . "monnier@iro.umontreal.ca"))
   1907 			    (:url . "https://elpa.gnu.org/packages/gnu-elpa-keyring-update.html")
   1908 			    (:commit . "1e8726c459258fba62ee38807abdae4e350e5238"))])
   1909  (gnugo .
   1910 	[(3 1 2)
   1911 	 ((ascii-art-to-unicode
   1912 	   (1 5))
   1913 	  (xpm
   1914 	   (1 0 1))
   1915 	  (cl-lib
   1916 	   (0 5)))
   1917 	 "play GNU Go in a buffer" tar
   1918 	 ((:url . "https://www.gnuvola.org/software/gnugo/")
   1919 	  (:keywords "games" "processes")
   1920 	  (:maintainer "Thien-Thi Nguyen" . "ttn@gnu.org")
   1921 	  (:authors
   1922 	   ("Thien-Thi Nguyen" . "ttn@gnu.org"))
   1923 	  (:commit . "1fd2e8df042f8e51a87173ce36220ee9a8c4241c"))])
   1924  (gnus-mock .
   1925 	    [(0 5)
   1926 	     nil "Mock Gnus installation for testing" tar
   1927 	     ((:maintainer "Eric Abrahamsen" . "eric@ericabrahamsen.net")
   1928 	      (:authors
   1929 	       ("Eric Abrahamsen" . "eric@ericabrahamsen.net"))
   1930 	      (:url . "https://elpa.gnu.org/packages/gnus-mock.html")
   1931 	      (:commit . "0ec119ff8ddca61fc0f3e05ac4e895d57cb2ca21"))])
   1932  (gpastel .
   1933 	  [(0 5 0)
   1934 	   ((emacs
   1935 	     (25 1)))
   1936 	   "Integrates GPaste with the kill-ring" tar
   1937 	   ((:url . "https://gitlab.petton.fr/DamienCassou/desktop-environment")
   1938 	    (:keywords "tools")
   1939 	    (:maintainer "Damien Cassou" . "damien@cassou.me")
   1940 	    (:authors
   1941 	     ("Damien Cassou" . "damien@cassou.me"))
   1942 	    (:commit . "8a5522b274f79d55d7c9a0b2aaf062526f9253c7"))])
   1943  (gpr-mode .
   1944 	   [(1 0 5)
   1945 	    ((emacs
   1946 	      (25 3))
   1947 	     (wisi
   1948 	      (4 3 2))
   1949 	     (gnat-compiler
   1950 	      (1 0 3)))
   1951 	    "Major mode for editing GNAT project files" tar
   1952 	    ((:url . "https://stephe-leake.org/ada/wisitoken.html")
   1953 	     (:maintainer "Stephen Leake" . "stephen_leake@member.fsf.org")
   1954 	     (:authors
   1955 	      ("Stephen Leake" . "stephen_leake@member.fsf.org"))
   1956 	     (:commit . "9ca25ec5ca871f04b4704b39fb3ba129694e02ac"))])
   1957  (gpr-query .
   1958 	    [(1 0 4)
   1959 	     ((emacs
   1960 	       (25 3))
   1961 	      (wisi
   1962 	       (4 3 0))
   1963 	      (gnat-compiler
   1964 	       (1 0 3)))
   1965 	     "Minor mode for navigating sources using gpr_query" tar
   1966 	     ((:maintainer "Stephen Leake" . "stephen_leake@member.fsf.org")
   1967 	      (:authors
   1968 	       ("Stephen Leake" . "stephen_leake@member.fsf.org"))
   1969 	      (:url . "https://elpa.gnu.org/packages/gpr-query.html")
   1970 	      (:commit . "d50f92fe46828b6b675770dba3004c1ea6ab0b50"))])
   1971  (graphql .
   1972 	  [(0 1 2)
   1973 	   ((emacs
   1974 	     (25)))
   1975 	   "GraphQL utilities" tar
   1976 	   ((:url . "https://github.com/vermiculus/graphql.el")
   1977 	    (:keywords "hypermedia" "tools" "lisp")
   1978 	    (:maintainer "Sean Allred" . "code@seanallred.com")
   1979 	    (:authors
   1980 	     ("Sean Allred" . "code@seanallred.com"))
   1981 	    (:commit . "b57b5ca5d2d0837e1fb4a4f30c051d5f3e643f0f"))])
   1982  (greader .
   1983 	  [(0 11 18)
   1984 	   ((emacs
   1985 	     (26 1))
   1986 	    (seq
   1987 	     (2 24))
   1988 	    (compat
   1989 	     (29 1 4 5)))
   1990 	   "Gnamù reader, send buffer contents to a speech engine" tar
   1991 	   ((:url . "https://gitlab.com/michelangelo-rodriguez/greader")
   1992 	    (:keywords "tools" "accessibility")
   1993 	    (:maintainer "Michelangelo Rodriguez" . "michelangelo.rodriguez@gmail.com")
   1994 	    (:authors
   1995 	     ("Michelangelo Rodriguez" . "michelangelo.rodriguez@gmail.com"))
   1996 	    (:commit . "e163aec6109ba24ec543f087d9be7bf6b6efa389"))])
   1997  (greenbar .
   1998 	   [(1 1)
   1999 	    nil "Mark comint output with \"greenbar\" background" tar
   2000 	    ((:keywords "faces" "terminals")
   2001 	     (:maintainer "Michael R. Mauger" . "michael@mauger.com")
   2002 	     (:authors
   2003 	      ("Michael R. Mauger" . "michael@mauger.com"))
   2004 	     (:url . "https://elpa.gnu.org/packages/greenbar.html")
   2005 	     (:commit . "9526f29d073c533c3e54f0a7597eef1587ffb99e"))])
   2006  (gtags-mode .
   2007 	     [(1 8 2)
   2008 	      ((emacs
   2009 		(28)))
   2010 	      "GNU Global integration with xref, project and imenu." tar
   2011 	      ((:url . "https://github.com/Ergus/gtags-mode")
   2012 	       (:keywords "xref" "project" "imenu" "gtags" "global")
   2013 	       (:commit . "506659b9ebdcc4be411759a8500763e092c8110a"))])
   2014  (guess-language .
   2015 		 [(0 0 1)
   2016 		  ((cl-lib
   2017 		    (0 5))
   2018 		   (emacs
   2019 		    (24))
   2020 		   (nadvice
   2021 		    (0 1)))
   2022 		  "Robust automatic language detection" single
   2023 		  ((:authors
   2024 		    ("Titus von der Malsburg" . "malsburg@posteo.de"))
   2025 		   (:maintainer "Titus von der Malsburg" . "malsburg@posteo.de")
   2026 		   (:url . "https://github.com/tmalsburg/guess-language.el"))])
   2027  (hcel .
   2028        [(1 0 0)
   2029 	((emacs
   2030 	  (28)))
   2031 	"Haskell codebase explorer / cross referencer" tar
   2032 	((:url . "https://g.ypei.me/hc.el.git")
   2033 	 (:keywords "haskell")
   2034 	 (:maintainer "Yuchen Pei" . "id@ypei.org")
   2035 	 (:authors
   2036 	  ("Yuchen Pei" . "id@ypei.org"))
   2037 	 (:commit . "a215df2f884fb445d8f159a2b4d84e6853ac9816"))])
   2038  (heap .
   2039        [(0 5)
   2040 	nil "Heap (a.k.a. priority queue) data structure" tar
   2041 	((:url . "http://www.dr-qubit.org/emacs.php")
   2042 	 (:keywords "extensions" "data structures" "heap" "priority queue")
   2043 	 (:maintainer "Toby Cubitt" . "toby-predictive@dr-qubit.org")
   2044 	 (:authors
   2045 	  ("Toby Cubitt" . "toby-predictive@dr-qubit.org"))
   2046 	 (:commit . "10a68e6000bdf630aa7232e57ba25390423991d8"))])
   2047  (hiddenquote .
   2048 	      [(1 2)
   2049 	       ((emacs
   2050 		 (25 1)))
   2051 	       "Major mode for doing hidden quote puzzles" tar
   2052 	       ((:url . "http://mauroaranda.com/puzzles/hidden-quote-puzzle/")
   2053 		(:keywords "games")
   2054 		(:maintainer "Mauro Aranda" . "maurooaranda@gmail.com")
   2055 		(:authors
   2056 		 ("Mauro Aranda" . "maurooaranda@gmail.com"))
   2057 		(:commit . "856438ee2950fa998561f71d40355a88cdb078b4"))])
   2058  (highlight-escape-sequences .
   2059 			     [(0 4)
   2060 			      nil "Highlight escape sequences" tar
   2061 			      ((:url . "https://github.com/dgutov/highlight-escape-sequences")
   2062 			       (:keywords "convenience")
   2063 			       (:maintainer
   2064 				("Dmitry Gutov" . "dgutov@yandex.ru")
   2065 				("Pavel Matcula" . "dev.plvlml@gmail.com"))
   2066 			       (:authors
   2067 				("Dmitry Gutov" . "dgutov@yandex.ru")
   2068 				("Pavel Matcula" . "dev.plvlml@gmail.com"))
   2069 			       (:commit . "08d846a7aa748209d65fecead2b6a766c3e5cb41"))])
   2070  (hook-helpers .
   2071 	       [(1 1 1)
   2072 		((emacs
   2073 		  (25 1)))
   2074 		"Anonymous, modifiable hook functions" tar
   2075 		((:url . "https://savannah.nongnu.org/projects/hook-helpers-el/")
   2076 		 (:maintainer "Ian Dunn" . "dunni@gnu.org")
   2077 		 (:authors
   2078 		  ("Ian Dunn" . "dunni@gnu.org"))
   2079 		 (:keywords "development" "hooks"))])
   2080  (html5-schema .
   2081 	       [(0 1)
   2082 		nil "Add HTML5 schemas for use by nXML" tar
   2083 		((:url . "https://github.com/validator/validator")
   2084 		 (:keywords "html" "xml")
   2085 		 (:maintainer "Stefan Monnier" . "monnier@iro.umontreal.ca")
   2086 		 (:authors
   2087 		  ("Stefan Monnier" . "monnier@iro.umontreal.ca"))
   2088 		 (:commit . "784c471a9ea9ae817d70b222ec6fbe90ac64a057"))])
   2089  (hydra .
   2090 	[(0 15 0)
   2091 	 ((cl-lib
   2092 	   (0 5))
   2093 	  (lv
   2094 	   (0)))
   2095 	 "Make bindings that stick around." tar
   2096 	 ((:url . "https://github.com/abo-abo/hydra")
   2097 	  (:keywords "bindings")
   2098 	  (:maintainer "Oleh Krehel" . "ohwoeowho@gmail.com")
   2099 	  (:authors
   2100 	   ("Oleh Krehel" . "ohwoeowho@gmail.com"))
   2101 	  (:commit . "7081ee6d443dbf2b58e77fa7357c90e495173a2f"))])
   2102  (hyperbole .
   2103 	    [(9 0 1)
   2104 	     ((emacs
   2105 	       (27 1)))
   2106 	     "GNU Hyperbole: The Everyday Hypertextual Information Manager" tar
   2107 	     ((:url . "http://www.gnu.org/software/hyperbole")
   2108 	      (:keywords "comm" "convenience" "files" "frames" "hypermedia" "languages" "mail" "matching" "mouse" "multimedia" "outlines" "tools" "wp")
   2109 	      (:maintainer "Mats Lidell" . "matsl@gnu.org")
   2110 	      (:commit . "23b118ddb6e0595e3b0668dbce8fa4e8bcec5e71"))])
   2111  (idlwave .
   2112 	  [(6 5 1)
   2113 	   nil "IDL editing mode for GNU Emacs" tar
   2114 	   ((:keywords "languages")
   2115 	    (:maintainer "J.D. Smith" . "jdtsmith@gmail.com")
   2116 	    (:url . "https://elpa.gnu.org/packages/idlwave.html")
   2117 	    (:commit . "e1fcd7244cb32df1e90b09729e53474e50a2e808"))])
   2118  (ilist .
   2119 	[(0 4)
   2120 	 nil "Display a list in an ibuffer way." tar
   2121 	 ((:url . "https://gitlab.com/mmemmew/ilist")
   2122 	  (:keywords "convenience")
   2123 	  (:maintainer "Durand" . "mmemmew@gmail.com")
   2124 	  (:authors
   2125 	   ("Durand" . "mmemmew@gmail.com"))
   2126 	  (:commit . "5a57e52122fe483fa9bd39049c13a25334e408da"))])
   2127  (indent-bars .
   2128 	      [(0 8 2)
   2129 	       ((emacs
   2130 		 (27 1))
   2131 		(compat
   2132 		 (29 1)))
   2133 	       "Highlight indentation with bars" tar
   2134 	       ((:url . "https://github.com/jdtsmith/indent-bars")
   2135 		(:keywords "convenience")
   2136 		(:maintainer "J.D. Smith" . "jdtsmith+elpa@gmail.com")
   2137 		(:authors
   2138 		 ("J.D. Smith" . "jdtsmith+elpa@gmail.com"))
   2139 		(:commit . "e1dbddc5afa2c0fe4c6cc2151142f4509c0cbcf0"))])
   2140  (inspector .
   2141 	    [(0 38)
   2142 	     ((emacs
   2143 	       (27 1)))
   2144 	     "Tool for inspection of Emacs Lisp objects" tar
   2145 	     ((:url . "https://github.com/mmontone/emacs-inspector")
   2146 	      (:keywords "debugging" "tool" "lisp" "development")
   2147 	      (:maintainer "Mariano Montone" . "marianomontone@gmail.com")
   2148 	      (:authors
   2149 	       ("Mariano Montone" . "marianomontone@gmail.com"))
   2150 	      (:commit . "c5617289dd40efb45f8160420c29000c7d7489de"))])
   2151  (ioccur .
   2152 	 [(2 6)
   2153 	  ((emacs
   2154 	    (24))
   2155 	   (cl-lib
   2156 	    (0 5)))
   2157 	  "Incremental occur" tar
   2158 	  ((:url . "https://github.com/thierryvolpiatto/ioccur")
   2159 	   (:maintainer "Thierry Volpiatto" . "thievol@posteo.net")
   2160 	   (:authors
   2161 	    ("Thierry Volpiatto" . "thievol@posteo.net"))
   2162 	   (:commit . "33bf6f73e314ade8da27dd793c69c21312c97f10"))])
   2163  (isearch-mb .
   2164 	     [(0 8)
   2165 	      ((emacs
   2166 		(27 1)))
   2167 	      "Control isearch from the minibuffer" tar
   2168 	      ((:url . "https://github.com/astoff/isearch-mb")
   2169 	       (:keywords "matching")
   2170 	       (:maintainer "Augusto Stoffel" . "arstoffel@gmail.com")
   2171 	       (:authors
   2172 		("Augusto Stoffel" . "arstoffel@gmail.com"))
   2173 	       (:commit . "927ea1790bd0c474be5f63bd9c23874e6c61fb48"))])
   2174  (iterators .
   2175 	    [(0 1 1)
   2176 	     ((emacs
   2177 	       (25)))
   2178 	     "Functions for working with iterators" tar
   2179 	     ((:keywords "extensions" "elisp")
   2180 	      (:maintainer "Michael Heerdegen" . "michael_heerdegen@web.de")
   2181 	      (:authors
   2182 	       ("Michael Heerdegen" . "michael_heerdegen@web.de"))
   2183 	      (:url . "https://elpa.gnu.org/packages/iterators.html")
   2184 	      (:commit . "99bdcc8bdfcbc6a8de3d2675450c2fe0aa0e72fd"))])
   2185  (ivy .
   2186       [(0 14 2)
   2187        ((emacs
   2188 	 (24 5)))
   2189        "Incremental Vertical completYon" tar
   2190        ((:url . "https://github.com/abo-abo/swiper")
   2191 	(:keywords "matching")
   2192 	(:maintainer "Oleh Krehel" . "ohwoeowho@gmail.com")
   2193 	(:authors
   2194 	 ("Oleh Krehel" . "ohwoeowho@gmail.com"))
   2195 	(:commit . "97dfa3e7991aa7b713c04918ca0fbf43b7e3a201"))])
   2196  (ivy-avy .
   2197 	  [(0 14 2)
   2198 	   ((emacs
   2199 	     (24 5))
   2200 	    (ivy
   2201 	     (0 14 2))
   2202 	    (avy
   2203 	     (0 5 0)))
   2204 	   "Avy integration for Ivy" tar
   2205 	   ((:url . "https://github.com/abo-abo/swiper")
   2206 	    (:keywords "convenience")
   2207 	    (:maintainer "Oleh Krehel" . "ohwoeowho@gmail.com")
   2208 	    (:authors
   2209 	     ("Oleh Krehel" . "ohwoeowho@gmail.com"))
   2210 	    (:commit . "48bde81f31d0c201540d696f60fd33a2a7ccb7e1"))])
   2211  (ivy-explorer .
   2212 	       [(0 3 2)
   2213 		((emacs
   2214 		  (25))
   2215 		 (ivy
   2216 		  (0 10 0)))
   2217 		"Dynamic file browsing grid using ivy" tar
   2218 		((:url . "https://github.com/clemera/ivy-explorer")
   2219 		 (:keywords "convenience" "files" "matching")
   2220 		 (:maintainer "Clemens Radermacher" . "clemera@posteo.net")
   2221 		 (:authors
   2222 		  ("Clemens Radermacher" . "clemera@posteo.net"))
   2223 		 (:commit . "14adb6164f1d1646f503c3e4bd9aa559805f93d7"))])
   2224  (ivy-hydra .
   2225 	    [(0 14 2)
   2226 	     ((emacs
   2227 	       (24 5))
   2228 	      (ivy
   2229 	       (0 14 2))
   2230 	      (hydra
   2231 	       (0 14 0)))
   2232 	     "Additional key bindings for Ivy" tar
   2233 	     ((:url . "https://github.com/abo-abo/swiper")
   2234 	      (:keywords "convenience")
   2235 	      (:maintainer "Oleh Krehel" . "ohwoeowho@gmail.com")
   2236 	      (:authors
   2237 	       ("Oleh Krehel" . "ohwoeowho@gmail.com"))
   2238 	      (:commit . "ceeef47a0fd4f8f78a4718a2df691793959bbac8"))])
   2239  (ivy-posframe .
   2240 	       [(0 6 3)
   2241 		((emacs
   2242 		  (26 0))
   2243 		 (posframe
   2244 		  (1 0 0))
   2245 		 (ivy
   2246 		  (0 13 0)))
   2247 		"Using posframe to show Ivy" tar
   2248 		((:url . "https://github.com/tumashu/ivy-posframe")
   2249 		 (:keywords "abbrev" "convenience" "matching" "ivy")
   2250 		 (:maintainer "Feng Shu" . "tumashu@163.com")
   2251 		 (:authors
   2252 		  ("Feng Shu" . "tumashu@163.com")
   2253 		  ("Naoya Yamashita" . "conao3@gmail.com"))
   2254 		 (:commit . "5d9420252ca855d6d206f1f8ef5993a6be3c618f"))])
   2255  (jami-bot .
   2256 	   [(0 0 4)
   2257 	    ((emacs
   2258 	      (27 1)))
   2259 	    "An extendable chat bot for the private messenger GNU Jami" tar
   2260 	    ((:url . "https://gitlab.com/hperrey/jami-bot")
   2261 	     (:keywords "comm" "jami" "messenger" "chat bot" "dbus")
   2262 	     (:maintainer "Hanno Perrey" . "hanno@hoowl.se")
   2263 	     (:authors
   2264 	      ("Hanno Perrey" . "hanno@hoowl.se"))
   2265 	     (:commit . "c2ad37e2ada14b5551a83211cc4692b39be4e5fb"))])
   2266  (jarchive .
   2267 	   [(0 11 0)
   2268 	    ((emacs
   2269 	      (26 1)))
   2270 	    "Open project dependencies in jar archives" tar
   2271 	    ((:url . "https://git.sr.ht/~dannyfreeman/jarchive")
   2272 	     (:keywords "tools" "languages" "jvm" "java" "clojure")
   2273 	     (:maintainer "Danny Freeman" . "danny@dfreeman.email")
   2274 	     (:commit . "2c27714a72543bd115cb164ab25647b656c65b2d"))])
   2275  (javaimp .
   2276 	  [(0 9 1)
   2277 	   nil "Add and reorder Java import statements in Maven/Gradle projects" tar
   2278 	   ((:keywords "java" "maven" "gradle" "programming")
   2279 	    (:maintainer "Filipp Gunbin" . "fgunbin@fastmail.fm")
   2280 	    (:authors
   2281 	     ("Filipp Gunbin" . "fgunbin@fastmail.fm"))
   2282 	    (:url . "https://elpa.gnu.org/packages/javaimp.html")
   2283 	    (:commit . "2ac7afce3c6f0b390c4b62c065a898883940d65a"))])
   2284  (jgraph-mode .
   2285 	      [(1 1)
   2286 	       ((cl-lib
   2287 		 (0 5)))
   2288 	       "Major mode for Jgraph files" tar
   2289 	       ((:keywords "tex" "wp")
   2290 		(:maintainer "Stefan Monnier" . "monnier@iro.umontreal.ca")
   2291 		(:authors
   2292 		 ("Stefan Monnier" . "monnier@iro.umontreal.ca"))
   2293 		(:url . "https://elpa.gnu.org/packages/jgraph-mode.html")
   2294 		(:commit . "4e13f89fe8837b84d40b969e6a5431816180a747"))])
   2295  (jinx .
   2296        [(1 10)
   2297 	((emacs
   2298 	  (27 1))
   2299 	 (compat
   2300 	  (30)))
   2301 	"Enchanted Spell Checker" tar
   2302 	((:url . "https://github.com/minad/jinx")
   2303 	 (:keywords "convenience" "text")
   2304 	 (:maintainer "Daniel Mendler" . "mail@daniel-mendler.de")
   2305 	 (:authors
   2306 	  ("Daniel Mendler" . "mail@daniel-mendler.de"))
   2307 	 (:commit . "4c89699db3851c3ecfa5d007ab56c810e8e3ffeb"))])
   2308  (jit-spell .
   2309 	    [(0 4)
   2310 	     ((emacs
   2311 	       (27 1))
   2312 	      (compat
   2313 	       (29 1)))
   2314 	     "Just-in-time spell checking" tar
   2315 	     ((:url . "https://github.com/astoff/jit-spell")
   2316 	      (:keywords "tools" "wp")
   2317 	      (:maintainer "Augusto Stoffel" . "arstoffel@gmail.com")
   2318 	      (:authors
   2319 	       ("Augusto Stoffel" . "arstoffel@gmail.com"))
   2320 	      (:commit . "db9cedbb2d2515ffc441fa27c839c42a657a6b71"))])
   2321  (js2-mode .
   2322 	   [(20231224)
   2323 	    ((emacs
   2324 	      (24 1))
   2325 	     (cl-lib
   2326 	      (0 5)))
   2327 	    "Improved JavaScript editing mode" tar
   2328 	    ((:url . "https://github.com/mooz/js2-mode/")
   2329 	     (:keywords "languages" "javascript")
   2330 	     (:maintainer
   2331 	      ("Steve Yegge" . "steve.yegge@gmail.com")
   2332 	      ("mooz" . "stillpedant@gmail.com")
   2333 	      ("Dmitry Gutov" . "dgutov@yandex.ru"))
   2334 	     (:authors
   2335 	      ("Steve Yegge" . "steve.yegge@gmail.com")
   2336 	      ("mooz" . "stillpedant@gmail.com")
   2337 	      ("Dmitry Gutov" . "dgutov@yandex.ru"))
   2338 	     (:commit . "010a536da6df345a0b9a55bbd892f5f4d0d9fdfc"))])
   2339  (json-mode .
   2340 	    [(0 2)
   2341 	     ((emacs
   2342 	       (25 1)))
   2343 	     "Major mode for editing JSON files" tar
   2344 	     ((:keywords "data")
   2345 	      (:maintainer "Simen Heggestøyl" . "simenheg@gmail.com")
   2346 	      (:authors
   2347 	       ("Simen Heggestøyl" . "simenheg@gmail.com"))
   2348 	      (:url . "https://elpa.gnu.org/packages/json-mode.html")
   2349 	      (:commit . "dc1e531039e381edf04787c89d17038db5dc8b77"))])
   2350  (jsonrpc .
   2351 	  [(1 0 25)
   2352 	   ((emacs
   2353 	     (25 2)))
   2354 	   "JSON-RPC library" tar
   2355 	   ((:keywords "processes" "languages" "extensions")
   2356 	    (:maintainer "João Távora" . "joaotavora@gmail.com")
   2357 	    (:authors
   2358 	     ("João Távora" . "joaotavora@gmail.com"))
   2359 	    (:url . "https://elpa.gnu.org/packages/jsonrpc.html")
   2360 	    (:commit . "7c552b22e64fa9173557e3511aa4e37ac1d5ea59"))])
   2361  (jumpc .
   2362 	[(3 1)
   2363 	 nil "jump to previous insertion points" tar
   2364 	 ((:maintainer "Ivan Kanis" . "ivan@kanis.fr")
   2365 	  (:authors
   2366 	   ("Ivan Kanis" . "ivan@kanis.fr"))
   2367 	  (:url . "https://elpa.gnu.org/packages/jumpc.html")
   2368 	  (:commit . "ab83a2a5416f83405361e25df8cbd8aab35cb8b3"))])
   2369  (kind-icon .
   2370 	    [(0 2 2)
   2371 	     ((emacs
   2372 	       (27 1))
   2373 	      (svg-lib
   2374 	       (0 2 8)))
   2375 	     "Completion kind icons" tar
   2376 	     ((:url . "https://github.com/jdtsmith/kind-icon")
   2377 	      (:keywords "completion" "convenience")
   2378 	      (:maintainer "J.D. Smith" . "jdtsmith@gmail.com")
   2379 	      (:authors
   2380 	       ("J.D. Smith" . "jdtsmith@gmail.com"))
   2381 	      (:commit . "d8e73fea45cba968de0deed4b7985f5fdaafadfe"))])
   2382  (kiwix .
   2383 	[(1 1 5)
   2384 	 ((emacs
   2385 	   (25 1))
   2386 	  (request
   2387 	   (0 3 0)))
   2388 	 "Searching offline Wikipedia through Kiwix." tar
   2389 	 ((:url . "https://github.com/stardiviner/kiwix.el")
   2390 	  (:keywords "kiwix" "wikipedia")
   2391 	  (:maintainer "stardiviner" . "numbchild@gmail.com")
   2392 	  (:authors
   2393 	   ("stardiviner" . "numbchild@gmail.com"))
   2394 	  (:commit . "cb843349c10b1a492ceb59da20bfcef3ef02f4b5"))])
   2395  (kmb .
   2396       [(0 1)
   2397        ((emacs
   2398 	 (24 1)))
   2399        "Kill buffers matching a regexp w/o confirmation" tar
   2400        ((:keywords "lisp" "convenience")
   2401 	(:authors
   2402 	 ("Tino Calancha" . "tino.calancha@gmail.com"))
   2403 	(:url . "https://elpa.gnu.org/packages/kmb.html")
   2404 	(:commit . "4fee1c87e7e286d7ecd759fb74aa7a112bb51e3a"))])
   2405  (kubed .
   2406 	[(0 4 2)
   2407 	 ((emacs
   2408 	   (29 1)))
   2409 	 "Kubernetes, Emacs, done!" tar
   2410 	 ((:url . "https://eshelyaron.com/kubed.html")
   2411 	  (:keywords "tools" "kubernetes" "containers")
   2412 	  (:maintainer "Eshel Yaron" . "~eshel/kubed-devel@lists.sr.ht")
   2413 	  (:authors
   2414 	   ("Eshel Yaron" . "me@eshelyaron.com"))
   2415 	  (:commit . "d0a0f2407575b321457f48582d04ef69471fe561"))])
   2416  (landmark .
   2417 	   [(1 0)
   2418 	    nil "Neural-network robot that learns landmarks" tar
   2419 	    ((:keywords "games" "neural network" "adaptive search" "chemotaxis")
   2420 	     (:maintainer "Terrence Brannon (was:" . "brannon@rana.usc.edu>)")
   2421 	     (:authors
   2422 	      ("Terrence Brannon (was:" . "brannon@rana.usc.edu>)"))
   2423 	     (:url . "https://elpa.gnu.org/packages/landmark.html")
   2424 	     (:commit . "422d310c7726898b8d85f95f2336c79c8aaf30eb"))])
   2425  (latex-table-wizard .
   2426 		     [(1 5 4)
   2427 		      ((emacs
   2428 			(27 1))
   2429 		       (auctex
   2430 			(12 1))
   2431 		       (transient
   2432 			(0 3 7)))
   2433 		      "Magic editing of LaTeX tables" tar
   2434 		      ((:url . "https://github.com/enricoflor/latex-table-wizard")
   2435 		       (:keywords "convenience")
   2436 		       (:maintainer "Enrico Flor" . "enrico@eflor.net")
   2437 		       (:authors
   2438 			("Enrico Flor" . "enrico@eflor.net"))
   2439 		       (:commit . "b55d215dbef321194dbf10553d4c0d3b244a50f0"))])
   2440  (leaf .
   2441        [(4 5 5)
   2442 	((emacs
   2443 	  (24 1)))
   2444 	"Simplify your init.el configuration, extended use-package" tar
   2445 	((:url . "https://github.com/conao3/leaf.el")
   2446 	 (:keywords "lisp" "settings")
   2447 	 (:maintainer "Naoya Yamashita" . "conao3@gmail.com")
   2448 	 (:authors
   2449 	  ("Naoya Yamashita" . "conao3@gmail.com"))
   2450 	 (:commit . "7cc38f9739eadc569b1179fabe7f7893167105da"))])
   2451  (lentic .
   2452 	 [(0 12)
   2453 	  ((emacs
   2454 	    (25))
   2455 	   (m-buffer
   2456 	    (0 13))
   2457 	   (dash
   2458 	    (2 5 0)))
   2459 	  "One buffer as a view of another" tar
   2460 	  ((:maintainer "Phillip Lord" . "phillip.lord@russet.org.uk")
   2461 	   (:authors
   2462 	    ("Phillip Lord" . "phillip.lord@russet.org.uk"))
   2463 	   (:url . "https://elpa.gnu.org/packages/lentic.html")
   2464 	   (:commit . "180c1082c016de790f9e6596b63329657c83ce20"))])
   2465  (lentic-server .
   2466 		[(0 2)
   2467 		 ((lentic
   2468 		   (0 8))
   2469 		  (web-server
   2470 		   (0 1 1)))
   2471 		 "Web Server for Emacs Literate Source" tar
   2472 		 ((:maintainer "Phillip Lord" . "phillip.lord@newcastle.ac.uk")
   2473 		  (:authors
   2474 		   ("Phillip Lord" . "phillip.lord@newcastle.ac.uk"))
   2475 		  (:url . "https://elpa.gnu.org/packages/lentic-server.html")
   2476 		  (:commit . "732b88e7a183707ba65c38e8b3517cac42572644"))])
   2477  (let-alist .
   2478    [(1 0 6)
   2479     ((emacs
   2480       (24 1)))
   2481     "Easily let-bind values of an assoc-list by their names" tar
   2482     ((:keywords "extensions" "lisp")
   2483      (:maintainer "Artur Malabarba" . "emacs@endlessparentheses.com")
   2484      (:authors
   2485       ("Artur Malabarba" . "emacs@endlessparentheses.com"))
   2486      (:url . "https://elpa.gnu.org/packages/let-alist.html")
   2487      (:commit . "77fb84e6db96cbaa70e230f4881e4ede6e028f15"))])
   2488  (lex .
   2489       [(1 2)
   2490        nil "Lexical analyser construction" tar
   2491        ((:maintainer "Stefan Monnier" . "monnier@iro.umontreal.ca")
   2492 	(:authors
   2493 	 ("Stefan Monnier" . "monnier@iro.umontreal.ca"))
   2494 	(:url . "https://elpa.gnu.org/packages/lex.html")
   2495 	(:commit . "c7d76551cce66901b9f172f903ce720526c0fb52"))])
   2496  (lin .
   2497       [(1 1 0)
   2498        ((emacs
   2499 	 (27 1)))
   2500        "Make `hl-line-mode' more suitable for selection UIs" tar
   2501        ((:url . "https://github.com/protesilaos/lin")
   2502 	(:keywords "convenience" "faces" "theme")
   2503 	(:maintainer "Protesilaos Stavrou" . "info@protesilaos.com")
   2504 	(:authors
   2505 	 ("Protesilaos Stavrou" . "info@protesilaos.com"))
   2506 	(:commit . "647be281945185a20f37363fd335e99ad0540eff"))])
   2507  (listen .
   2508 	 [(0 9)
   2509 	  ((emacs
   2510 	    (29 1))
   2511 	   (persist
   2512 	    (0 6))
   2513 	   (taxy
   2514 	    (0 10))
   2515 	   (taxy-magit-section
   2516 	    (0 13))
   2517 	   (transient
   2518 	    (0 5 3)))
   2519 	  "Audio/Music player" tar
   2520 	  ((:url . "https://github.com/alphapapa/listen.el")
   2521 	   (:keywords "multimedia")
   2522 	   (:maintainer "Adam Porter" . "adam@alphapapa.net")
   2523 	   (:authors
   2524 	    ("Adam Porter" . "adam@alphapapa.net"))
   2525 	   (:commit . "61c511541af474027c012de7063ddfdb3f8cc780"))])
   2526  (literate-scratch .
   2527 		   [(1 0)
   2528 		    ((emacs
   2529 		      (29 1)))
   2530 		    "Lisp Interaction w/ text paragraphs" tar
   2531 		    ((:url . "https://git.spwhitton.name/dotfiles/tree/.emacs.d/site-lisp/literate-scratch.el")
   2532 		     (:keywords "lisp" "text")
   2533 		     (:maintainer "Sean Whitton" . "spwhitton@spwhitton.name")
   2534 		     (:authors
   2535 		      ("Sean Whitton" . "spwhitton@spwhitton.name"))
   2536 		     (:commit . "c22a15e86acf28da716532c26ba1371574c8e979"))])
   2537  (llm .
   2538       [(0 18 1)
   2539        ((emacs
   2540 	 (28 1))
   2541 	(plz
   2542 	 (0 8))
   2543 	(plz-event-source
   2544 	 (0 1 1))
   2545 	(plz-media-type
   2546 	 (0 2 1)))
   2547        "Interface to pluggable llm backends" tar
   2548        ((:url . "https://github.com/ahyatt/llm")
   2549 	(:maintainer "Andrew Hyatt" . "ahyatt@gmail.com")
   2550 	(:authors
   2551 	 ("Andrew Hyatt" . "ahyatt@gmail.com"))
   2552 	(:commit . "90c2451d0c0d1b9598e67b2c1a3516a8496f130f"))])
   2553  (lmc .
   2554       [(1 4)
   2555        nil "Little Man Computer in Elisp" tar
   2556        ((:maintainer "Stefan Monnier" . "monnier@iro.umontreal.ca")
   2557 	(:authors
   2558 	 ("Stefan Monnier" . "monnier@iro.umontreal.ca"))
   2559 	(:url . "https://elpa.gnu.org/packages/lmc.html")
   2560 	(:commit . "b65ac802b4f55fd8e5809fcf7a6f6da1e11e853a"))])
   2561  (load-dir .
   2562 	   [(0 0 5)
   2563 	    nil "Load all Emacs Lisp files in a given directory" tar
   2564 	    ((:keywords "lisp" "files" "convenience")
   2565 	     (:url . "https://elpa.gnu.org/packages/load-dir.html")
   2566 	     (:commit . "4c43baee082cc5a6f966c441008c6c479acbc5b7"))])
   2567  (load-relative .
   2568 		[(1 3 2)
   2569 		 nil "Relative file load (within a multi-file Emacs package)" tar
   2570 		 ((:url . "https://github.com/rocky/emacs-load-relative")
   2571 		  (:keywords "internal")
   2572 		  (:maintainer "Rocky Bernstein" . "rocky@gnu.org")
   2573 		  (:authors
   2574 		   ("Rocky Bernstein" . "rocky@gnu.org"))
   2575 		  (:commit . "e79d8f1581991381a9e3f1657af59dd0c35058fa"))])
   2576  (loc-changes .
   2577 	      [(1 2)
   2578 	       nil "keep track of positions even after buffer changes" single
   2579 	       ((:authors
   2580 		 ("Rocky Bernstein" . "rocky@gnu.org"))
   2581 		(:maintainer "Rocky Bernstein" . "rocky@gnu.org")
   2582 		(:url . "http://github.com/rocky/emacs-loc-changes"))])
   2583  (loccur .
   2584 	 [(1 2 5)
   2585 	  ((emacs
   2586 	    (25 1)))
   2587 	  "Perform an occur-like folding in current buffer" tar
   2588 	  ((:url . "https://github.com/fourier/loccur")
   2589 	   (:keywords "matching")
   2590 	   (:maintainer "Alexey Veretennikov" . "alexey.veretennikov@gmail.com")
   2591 	   (:authors
   2592 	    ("Alexey Veretennikov" . "alexey.veretennikov@gmail.com"))
   2593 	   (:commit . "2120345933a1617cc5359dabd7636fd3479441bf"))])
   2594  (logos .
   2595 	[(1 2 0)
   2596 	 ((emacs
   2597 	   (27 1)))
   2598 	 "Simple focus mode and extras" tar
   2599 	 ((:url . "https://github.com/protesilaos/logos")
   2600 	  (:keywords "convenience" "focus" "writing" "presentation" "narrowing")
   2601 	  (:maintainer "Protesilaos Stavrou" . "info@protesilaos.com")
   2602 	  (:authors
   2603 	   ("Protesilaos Stavrou" . "info@protesilaos.com"))
   2604 	  (:commit . "79270ec67d81f45f4431d850fbbb31eaca92f24f"))])
   2605  (luwak .
   2606 	[(1 0 0)
   2607 	 ((emacs
   2608 	   (28)))
   2609 	 "Web browser based on lynx -dump." tar
   2610 	 ((:url . "https://g.ypei.me/luwak.git")
   2611 	  (:keywords "web-browser" "lynx" "html" "tor")
   2612 	  (:maintainer "Yuchen Pei" . "id@ypei.org")
   2613 	  (:authors
   2614 	   ("Yuchen Pei" . "id@ypei.org"))
   2615 	  (:commit . "37a36288c8d4cdba461812dbdf5da434ca156fee"))])
   2616  (lv .
   2617      [(0 15 0)
   2618       nil "Other echo area" tar
   2619       ((:url . "https://elpa.gnu.org/packages/lv.html")
   2620        (:commit . "54e9db2b023e03b6f6b46aeec48ea74fd51d4e11"))])
   2621  (m-buffer .
   2622 	   [(0 16)
   2623 	    ((seq
   2624 	      (2 14)))
   2625 	    "List-Oriented, Functional Buffer Manipulation" tar
   2626 	    ((:maintainer "Phillip Lord" . "phillip.lord@russet.rg.uk")
   2627 	     (:authors
   2628 	      ("Phillip Lord" . "phillip.lord@russet.org.uk"))
   2629 	     (:url . "https://elpa.gnu.org/packages/m-buffer.html")
   2630 	     (:commit . "8a51de3366599e7fa52e37b596c9ce226b6f04c5"))])
   2631  (map .
   2632       [(3 3 1)
   2633        ((emacs
   2634 	 (26)))
   2635        "Map manipulation functions" tar
   2636        ((:keywords "extensions" "lisp")
   2637 	(:maintainer nil . "emacs-devel@gnu.org")
   2638 	(:authors
   2639 	 ("Nicolas Petton" . "nicolas@petton.fr"))
   2640 	(:url . "https://elpa.gnu.org/packages/map.html")
   2641 	(:commit . "9da2efb670574b473ab864ae0456b4f1b38e680b"))])
   2642  (marginalia .
   2643 	     [(1 7)
   2644 	      ((emacs
   2645 		(27 1))
   2646 	       (compat
   2647 		(30)))
   2648 	      "Enrich existing commands with completion annotations" tar
   2649 	      ((:url . "https://github.com/minad/marginalia")
   2650 	       (:keywords "docs" "help" "matching" "completion")
   2651 	       (:maintainer
   2652 		("Omar Antolín Camarena" . "omar@matem.unam.mx")
   2653 		("Daniel Mendler" . "mail@daniel-mendler.de"))
   2654 	       (:authors
   2655 		("Omar Antolín Camarena" . "omar@matem.unam.mx")
   2656 		("Daniel Mendler" . "mail@daniel-mendler.de"))
   2657 	       (:commit . "7a7f3363d042d1bf43ae697f4401638ed18230a5"))])
   2658  (markchars .
   2659 	    [(0 2 2)
   2660 	     nil "Mark chars fitting certain characteristics" tar
   2661 	     ((:maintainer "Lennart Borgman" . "lennart.borgman@gmail.com")
   2662 	      (:authors
   2663 	       ("Lennart Borgman" . "lennart.borgman@gmail.com"))
   2664 	      (:url . "https://elpa.gnu.org/packages/markchars.html")
   2665 	      (:commit . "f069a7637a97239ecab7f34fd07fddfafb02ba3f"))])
   2666  (math-symbol-lists .
   2667 		    [(1 3)
   2668 		     nil "Lists of Unicode math symbols and latex commands" tar
   2669 		     ((:url . "https://github.com/vspinu/math-symbol-lists")
   2670 		      (:keywords "unicode" "symbols" "mathematics")
   2671 		      (:maintainer "Vitalie Spinu" . "spinuvit@gmail.com")
   2672 		      (:authors
   2673 		       ("Vitalie Spinu" . "spinuvit@gmail.com"))
   2674 		      (:commit . "590d9f09f8ad9aab747b97f077396a2035dcf50f"))])
   2675  (mathjax .
   2676 	  [(0 1)
   2677 	   ((emacs
   2678 	     (27 1)))
   2679 	   "Render formulas using MathJax" tar
   2680 	   ((:url . "https://github.com/astoff/mathjax.el")
   2681 	    (:keywords "tex" "text" "tools")
   2682 	    (:maintainer "Augusto Stoffel" . "arstoffel@gmail.com")
   2683 	    (:authors
   2684 	     ("Augusto Stoffel" . "arstoffel@gmail.com"))
   2685 	    (:commit . "db669451bbee7d2ea9872c28661c4679391b9644"))])
   2686  (mct .
   2687       [(1 0 0)
   2688        ((emacs
   2689 	 (29 1)))
   2690        "Minibuffer Confines Transcended" tar
   2691        ((:url . "https://git.sr.ht/~protesilaos/mct")
   2692 	(:maintainer "Protesilaos Stavrou" . "info@protesilaos.com")
   2693 	(:authors
   2694 	 ("Protesilaos Stavrou" . "info@protesilaos.com"))
   2695 	(:commit . "2cbf74edb4f4553d7075b34e06adcf59e96efda2"))])
   2696  (memory-usage .
   2697 	       [(0 2)
   2698 		nil "Analyze the memory usage of Emacs in various ways" tar
   2699 		((:keywords "maint")
   2700 		 (:maintainer "Stefan Monnier" . "monnier@cs.yale.edu")
   2701 		 (:authors
   2702 		  ("Stefan Monnier" . "monnier@cs.yale.edu"))
   2703 		 (:url . "https://elpa.gnu.org/packages/memory-usage.html")
   2704 		 (:commit . "cb73fe66a59d737a72a5ed4259794b1d75aefa2c"))])
   2705  (metar .
   2706 	[(0 3)
   2707 	 ((cl-lib
   2708 	   (0 5)))
   2709 	 "Retrieve and decode METAR weather information" tar
   2710 	 ((:keywords "comm")
   2711 	  (:maintainer "Mario Lang" . "mlang@delysid.org")
   2712 	  (:authors
   2713 	   ("Mario Lang" . "mlang@delysid.org"))
   2714 	  (:url . "https://elpa.gnu.org/packages/metar.html")
   2715 	  (:commit . "623639e7d6912c4d71dc8f0aea5ad1e9ede41cf8"))])
   2716  (midi-kbd .
   2717 	   [(0 2)
   2718 	    ((emacs
   2719 	      (25)))
   2720 	    "Create keyboard events from Midi input" tar
   2721 	    ((:keywords "convenience" "hardware" "multimedia")
   2722 	     (:maintainer "David Kastrup" . "dak@gnu.org")
   2723 	     (:authors
   2724 	      ("David Kastrup" . "dak@gnu.org"))
   2725 	     (:url . "https://elpa.gnu.org/packages/midi-kbd.html")
   2726 	     (:commit . "d23eea421486cf94e0282ac0cc43fd9700174c77"))])
   2727  (mines .
   2728 	[(1 6)
   2729 	 ((emacs
   2730 	   (24 4))
   2731 	  (cl-lib
   2732 	   (0 5)))
   2733 	 "Minesweeper game" tar
   2734 	 ((:url . "https://github.com/calancha/Minesweeper")
   2735 	  (:keywords "games")
   2736 	  (:maintainer "Tino Calancha" . "tino.calancha@gmail.com")
   2737 	  (:authors
   2738 	   ("Tino Calancha" . "tino.calancha@gmail.com"))
   2739 	  (:commit . "868e9b9650be1bcc1a5e6ff5a66806eccd1fe26e"))])
   2740  (minibuffer-header .
   2741 		    [(0 5)
   2742 		     ((emacs
   2743 		       (27 1)))
   2744 		     "Minibuffer header line" tar
   2745 		     ((:url . "https://github.com/rougier/minibuffer-header")
   2746 		      (:keywords "convenience")
   2747 		      (:maintainer "Nicolas P. Rougier" . "Nicolas.Rougier@inria.fr")
   2748 		      (:commit . "fe5d90d3f13c0010eed3b5dd437b458f8bf3da5f"))])
   2749  (minibuffer-line .
   2750 		  [(0 1)
   2751 		   nil "Display status info in the minibuffer window" tar
   2752 		   ((:maintainer "Stefan Monnier" . "monnier@iro.umontreal.ca")
   2753 		    (:authors
   2754 		     ("Stefan Monnier" . "monnier@iro.umontreal.ca"))
   2755 		    (:url . "https://elpa.gnu.org/packages/minibuffer-line.html")
   2756 		    (:commit . "852874725fd06329109b2d431d8af5502b54036c"))])
   2757  (minimap .
   2758 	  [(1 4)
   2759 	   nil "Sidebar showing a \"mini-map\" of a buffer" tar
   2760 	   ((:maintainer "David Engster" . "deng@randomsample.de")
   2761 	    (:authors
   2762 	     ("David Engster" . "deng@randomsample.de"))
   2763 	    (:url . "https://elpa.gnu.org/packages/minimap.html")
   2764 	    (:commit . "2ff29c5d6abae3637d6174d889f39745fcd13fa5"))])
   2765  (mmm-mode .
   2766 	   [(0 5 11)
   2767 	    ((emacs
   2768 	      (25 1))
   2769 	     (cl-lib
   2770 	      (0 2)))
   2771 	    "Allow Multiple Major Modes in a buffer" tar
   2772 	    ((:url . "https://github.com/dgutov/mmm-mode")
   2773 	     (:keywords "convenience" "faces" "languages" "tools")
   2774 	     (:maintainer "Dmitry Gutov" . "dmitry@gutov.dev")
   2775 	     (:authors
   2776 	      ("Michael Abraham Shulman" . "viritrilbia@gmail.com"))
   2777 	     (:commit . "b1f5c7dbdc405e6e10d9ddd99a43a6b2ad61b176"))])
   2778  (modus-themes .
   2779 	       [(4 6 0)
   2780 		((emacs
   2781 		  (27 1)))
   2782 		"Elegant, highly legible and customizable themes" tar
   2783 		((:url . "https://github.com/protesilaos/modus-themes")
   2784 		 (:keywords "faces" "theme" "accessibility")
   2785 		 (:maintainer "Protesilaos Stavrou" . "info@protesilaos.com")
   2786 		 (:authors
   2787 		  ("Protesilaos Stavrou" . "info@protesilaos.com"))
   2788 		 (:commit . "895e10936adac93aa8187c9cc91092dbca898677"))])
   2789  (mpdired .
   2790 	  [(2)
   2791 	   ((emacs
   2792 	     (29)))
   2793 	   "A dired-like client for Music Player Daemon" tar
   2794 	   ((:keywords "multimedia")
   2795 	    (:maintainer "Manuel Giraud" . "manuel@ledu-giraud.fr")
   2796 	    (:authors
   2797 	     ("Manuel Giraud" . "manuel@ledu-giraud.fr"))
   2798 	    (:url . "https://elpa.gnu.org/packages/mpdired.html")
   2799 	    (:commit . "ff0fbe100360fbcc25d1e6f3b9120770d759fcfa"))])
   2800  (multi-mode .
   2801 	     [(1 14)
   2802 	      nil "support for multiple major modes" tar
   2803 	      ((:url . "http://www.loveshack.ukfsn.org/emacs")
   2804 	       (:keywords "languages" "extensions" "files")
   2805 	       (:maintainer "Dave Love" . "fx@gnu.org")
   2806 	       (:authors
   2807 		("Dave Love" . "fx@gnu.org"))
   2808 	       (:commit . "03dae71ad44bd5d10495011f124a1cd6f43f795d"))])
   2809  (multishell .
   2810 	     [(1 1 10)
   2811 	      ((cl-lib
   2812 		(0 5)))
   2813 	      "Organize use of multiple shell buffers, local and remote" tar
   2814 	      ((:url . "https://github.com/kenmanheimer/EmacsMultishell")
   2815 	       (:keywords "processes")
   2816 	       (:maintainer "Ken Manheimer" . "ken.manheimer@gmail.com")
   2817 	       (:authors
   2818 		("Ken Manheimer" . "ken.manheimer@gmail.com"))
   2819 	       (:commit . "aa1433b8df6d950e8592c7e878922b4ec5374569"))])
   2820  (muse .
   2821        [(3 20 2)
   2822 	nil "Authoring and publishing tool for Emacs" tar
   2823 	((:url . "http://mwolson.org/projects/EmacsMuse.html")
   2824 	 (:maintainer "Michael Olson" . "mwolson@gnu.org")
   2825 	 (:authors
   2826 	  ("John Wiegley" . "johnw@gnu.org"))
   2827 	 (:keywords "hypermedia"))])
   2828  (myers .
   2829 	[(0 1)
   2830 	 ((emacs
   2831 	   (25)))
   2832 	 "Random-access singly-linked lists" tar
   2833 	 ((:keywords "list" "containers")
   2834 	  (:maintainer "Stefan Monnier" . "monnier@iro.umontreal.ca")
   2835 	  (:authors
   2836 	   ("Stefan Monnier" . "monnier@iro.umontreal.ca"))
   2837 	  (:url . "https://elpa.gnu.org/packages/myers.html")
   2838 	  (:commit . "cc8d39d05c4a48545336510df7ac9ab186611ea2"))])
   2839  (nadvice .
   2840 	  [(0 4)
   2841 	   nil "Forward compatibility for Emacs-24.4's nadvice" tar
   2842 	   ((:maintainer "Stefan Monnier" . "monnier@iro.umontreal.ca")
   2843 	    (:authors
   2844 	     ("Stefan Monnier" . "monnier@iro.umontreal.ca"))
   2845 	    (:url . "https://elpa.gnu.org/packages/nadvice.html")
   2846 	    (:commit . "d19e9ae649374a0f2fab1baa045ed192e0851750"))])
   2847  (nameless .
   2848 	   [(1 0 2)
   2849 	    ((emacs
   2850 	      (24 4)))
   2851 	    "Hide package namespace in your emacs-lisp code" tar
   2852 	    ((:url . "https://github.com/Malabarba/nameless")
   2853 	     (:keywords "convenience" "lisp")
   2854 	     (:maintainer "Artur Malabarba" . "emacs@endlessparentheses.com")
   2855 	     (:authors
   2856 	      ("Artur Malabarba" . "emacs@endlessparentheses.com"))
   2857 	     (:commit . "ab1a5c589378334eafca105af1a17f73b9065423"))])
   2858  (names .
   2859 	[(20151201 0)
   2860 	 ((emacs
   2861 	   (24 1))
   2862 	  (cl-lib
   2863 	   (0 5)))
   2864 	 "Namespaces for emacs-lisp. Avoid name clobbering without hiding symbols." tar
   2865 	 ((:url . "https://github.com/Malabarba/names")
   2866 	  (:keywords "extensions" "lisp")
   2867 	  (:maintainer "Artur Malabarba" . "emacs@endlessparentheses.com")
   2868 	  (:authors
   2869 	   ("Artur Malabarba" . "emacs@endlessparentheses.com"))
   2870 	  (:commit . "465df8ed03f9d6c926566b81ef8abc93f8357983"))])
   2871  (nano-agenda .
   2872 	      [(0 3)
   2873 	       ((emacs
   2874 		 (27 1)))
   2875 	       "N Λ N O agenda" tar
   2876 	       ((:url . "https://github.com/rougier/nano-agenda")
   2877 		(:keywords "convenience" "org-mode" "org-agenda")
   2878 		(:maintainer "Nicolas P. Rougier" . "Nicolas.Rougier@inria.fr")
   2879 		(:commit . "6c38e95b8e846aceb88398c682fd283052924556"))])
   2880  (nano-modeline .
   2881 		[(1 1 0)
   2882 		 ((emacs
   2883 		   (27 1)))
   2884 		 "N Λ N O modeline" tar
   2885 		 ((:url . "https://github.com/rougier/nano-modeline")
   2886 		  (:keywords "convenience" "mode-line" "header-line")
   2887 		  (:maintainer "Nicolas P. Rougier" . "Nicolas.Rougier@inria.fr")
   2888 		  (:commit . "04676d57a1e602123a593836745a744d1b2028fb"))])
   2889  (nano-theme .
   2890 	     [(0 3 4)
   2891 	      ((emacs
   2892 		(27 1)))
   2893 	      "N Λ N O theme" tar
   2894 	      ((:url . "https://github.com/rougier/nano-theme")
   2895 	       (:keywords "theme" "dark" "light")
   2896 	       (:maintainer "Nicolas P. Rougier" . "Nicolas.Rougier@inria.fr")
   2897 	       (:commit . "34a3efc37b329064a320225361ad833c57017485"))])
   2898  (nftables-mode .
   2899 		[(1 1)
   2900 		 ((emacs
   2901 		   (25 1)))
   2902 		 "Major mode for editing nftables" tar
   2903 		 ((:keywords "convenience")
   2904 		  (:maintainer nil . "emacs-devel@gnu.org")
   2905 		  (:authors
   2906 		   ("Trent W. Buck" . "trentbuck@gmail.com"))
   2907 		  (:url . "https://elpa.gnu.org/packages/nftables-mode.html")
   2908 		  (:commit . "05600129ee8ea0774c6ac446a2bd18fc1dde54eb"))])
   2909  (nhexl-mode .
   2910 	     [(1 5)
   2911 	      ((emacs
   2912 		(24 4))
   2913 	       (cl-lib
   2914 		(0 5)))
   2915 	      "Minor mode to edit files via hex-dump format" tar
   2916 	      ((:keywords "data")
   2917 	       (:maintainer "Stefan Monnier" . "monnier@iro.umontreal.ca")
   2918 	       (:authors
   2919 		("Stefan Monnier" . "monnier@iro.umontreal.ca"))
   2920 	       (:url . "https://elpa.gnu.org/packages/nhexl-mode.html")
   2921 	       (:commit . "ec80692dec04e238f2ae3284cfd8f9d05ac1d2a3"))])
   2922  (nlinum .
   2923 	 [(1 9)
   2924 	  nil "Show line numbers in the margin" tar
   2925 	  ((:keywords "convenience")
   2926 	   (:maintainer "Stefan Monnier" . "monnier@iro.umontreal.ca")
   2927 	   (:authors
   2928 	    ("Stefan Monnier" . "monnier@iro.umontreal.ca"))
   2929 	   (:url . "https://elpa.gnu.org/packages/nlinum.html")
   2930 	   (:commit . "99d0fef381e9f44a3fdcf66f28c28109a7cdaf45"))])
   2931  (notes-mode .
   2932 	     [(1 31)
   2933 	      nil "Indexing system for on-line note-taking" tar
   2934 	      ((:url . "https://ant.isi.edu/~johnh/SOFTWARE/NOTES_MODE/")
   2935 	       (:maintainer "John Heidemann" . "johnh@isi.edu")
   2936 	       (:authors
   2937 		("John Heidemann" . "johnh@isi.edu"))
   2938 	       (:commit . "2a25d79f7e5d9ab7298ba40e11e78d1f2ded06d2"))])
   2939  (notmuch-indicator .
   2940 		    [(1 2 0)
   2941 		     ((emacs
   2942 		       (27 1)))
   2943 		     "Display mode line indicator with notmuch-count(1) output" tar
   2944 		     ((:url . "https://github.com/protesilaos/notmuch-indicator")
   2945 		      (:keywords "convenience" "mail")
   2946 		      (:maintainer "Protesilaos Stavrou" . "info@protesilaos.com")
   2947 		      (:authors
   2948 		       ("Protesilaos Stavrou" . "info@protesilaos.com"))
   2949 		      (:commit . "7aa1da708aeb9f729e8e0a99ef65341b7344815e"))])
   2950  (ntlm .
   2951        [(2 1 0)
   2952 	nil "NTLM (NT LanManager) authentication support" tar
   2953 	((:keywords "ntlm" "sasl" "comm")
   2954 	 (:maintainer "Thomas Fitzsimmons" . "fitzsim@fitzsim.org")
   2955 	 (:authors
   2956 	  ("Taro Kawagishi" . "tarok@transpulse.org"))
   2957 	 (:url . "https://elpa.gnu.org/packages/ntlm.html")
   2958 	 (:commit . "1add5ec3a270cba99549dc7e78c529c3dd190784"))])
   2959  (num3-mode .
   2960 	    [(1 5)
   2961 	     nil "highlight groups of digits in long numbers" tar
   2962 	     ((:keywords "faces" "minor-mode")
   2963 	      (:maintainer "Michal Nazarewicz" . "mina86@mina86.com")
   2964 	      (:authors
   2965 	       ("Felix Lee" . "felix8a@gmail.com")
   2966 	       ("Michal Nazarewicz" . "mina86@mina86.com"))
   2967 	      (:url . "https://elpa.gnu.org/packages/num3-mode.html")
   2968 	      (:commit . "fdf4d633e541875a6f765f5c3c8e0d4911122ed3"))])
   2969  (oauth2 .
   2970 	 [(0 17)
   2971 	  ((cl-lib
   2972 	    (0 5))
   2973 	   (nadvice
   2974 	    (0 3)))
   2975 	  "OAuth 2.0 Authorization Protocol" tar
   2976 	  ((:keywords "comm")
   2977 	   (:maintainer "Julien Danjou" . "julien@danjou.info")
   2978 	   (:authors
   2979 	    ("Julien Danjou" . "julien@danjou.info"))
   2980 	   (:url . "https://elpa.gnu.org/packages/oauth2.html")
   2981 	   (:commit . "0147cabd8e82e46af27aef07aeed402b0bb9a0fb"))])
   2982  (ob-asymptote .
   2983 	       [(1 0 1)
   2984 		nil "Babel Functions for Asymptote" tar
   2985 		((:url . "https://github.com/hurrja/ob-asymptote")
   2986 		 (:keywords "literate programming" "reproducible research")
   2987 		 (:maintainer "Jarmo Hurri" . "jarmo.hurri@iki.fi")
   2988 		 (:commit . "2afd4ebe1162cfdecd1206d8fe73a9e35c452b3a"))])
   2989  (ob-haxe .
   2990 	  [(1 0)
   2991 	   nil "org-babel functions for haxe evaluation" tar
   2992 	   ((:url . "https://orgmode.org")
   2993 	    (:keywords "literate programming" "reproducible research")
   2994 	    (:maintainer "Ian Martins" . "ianxm@jhu.edu")
   2995 	    (:authors
   2996 	     ("Ian Martins" . "ianxm@jhu.edu"))
   2997 	    (:commit . "d52fa3bc87310a560bed8e6362e412c4b3d73294"))])
   2998  (objed .
   2999 	[(0 8 3)
   3000 	 ((emacs
   3001 	   (25))
   3002 	  (cl-lib
   3003 	   (0 5)))
   3004 	 "Navigate and edit text objects." tar
   3005 	 ((:url . "https://github.com/clemera/objed")
   3006 	  (:keywords "convenience")
   3007 	  (:maintainer "Clemens Radermacher" . "clemera@posteo.net")
   3008 	  (:authors
   3009 	   ("Clemens Radermacher" . "clemera@posteo.net"))
   3010 	  (:commit . "01f062187912785ebaa2961036802c777cbbc65d"))])
   3011  (omn-mode .
   3012 	   [(1 3)
   3013 	    nil "Support for OWL Manchester Notation" tar
   3014 	    ((:maintainer "Phillip Lord" . "phillip.lord@newcastle.ac.uk")
   3015 	     (:authors
   3016 	      ("Phillip Lord" . "phillip.lord@newcastle.ac.uk"))
   3017 	     (:url . "https://elpa.gnu.org/packages/omn-mode.html")
   3018 	     (:commit . "ec1d34f63b6d79fc0db7ed79c3d1c5747c0d6d6b"))])
   3019  (on-screen .
   3020 	    [(1 3 3)
   3021 	     ((cl-lib
   3022 	       (0)))
   3023 	     "guide your eyes while scrolling" tar
   3024 	     ((:url . "https://github.com/michael-heerdegen/on-screen.el")
   3025 	      (:keywords "convenience")
   3026 	      (:maintainer "Michael Heerdegen" . "michael_heerdegen@web.de")
   3027 	      (:authors
   3028 	       ("Michael Heerdegen" . "michael_heerdegen@web.de"))
   3029 	      (:commit . "cfc449d68e762cf05297bb923a48e9bbd0af1b92"))])
   3030  (openpgp .
   3031 	  [(1 0 2)
   3032 	   ((emacs
   3033 	     (24 4)))
   3034 	   "Client for keys.openpgp.org" tar
   3035 	   ((:url . "https://git.sr.ht/~pkal/openpgp/")
   3036 	    (:keywords "convenience")
   3037 	    (:maintainer "Philip Kaludercic" . "~pkal/public-inbox@lists.sr.ht")
   3038 	    (:authors
   3039 	     ("Philip Kaludercic" . "philipk@posteo.net"))
   3040 	    (:commit . "69254001eae10b3b162200082bcbc684363e84d7"))])
   3041  (orderless .
   3042 	    [(1 2)
   3043 	     ((emacs
   3044 	       (27 1))
   3045 	      (compat
   3046 	       (30)))
   3047 	     "Completion style for matching regexps in any order" tar
   3048 	     ((:url . "https://github.com/oantolin/orderless")
   3049 	      (:keywords "extensions")
   3050 	      (:maintainer
   3051 	       ("Omar Antolín Camarena" . "omar@matem.unam.mx")
   3052 	       ("Daniel Mendler" . "mail@daniel-mendler.de"))
   3053 	      (:authors
   3054 	       ("Omar Antolín Camarena" . "omar@matem.unam.mx"))
   3055 	      (:commit . "416c62a4a8e7199567a5df63d03cf320dc4d6ab0"))])
   3056  (org .
   3057       [(9 7 16)
   3058        ((emacs
   3059 	 (26 1)))
   3060        "Outline-based notes management and organizer" tar
   3061        ((:url . "https://orgmode.org")
   3062 	(:keywords "outlines" "hypermedia" "calendar" "text")
   3063 	(:maintainer "Bastien Guerry" . "bzg@gnu.org")
   3064 	(:authors
   3065 	 ("Carsten Dominik" . "carsten.dominik@gmail.com"))
   3066 	(:commit . "ba9734aedc22ef70a0263cfe9bc766d4a167919f"))])
   3067  (org-contacts .
   3068 	       [(1 1)
   3069 		((emacs
   3070 		  (27 1))
   3071 		 (org
   3072 		  (9 3 4)))
   3073 		"Contacts management system for Org Mode" tar
   3074 		((:url . "https://repo.or.cz/org-contacts.git")
   3075 		 (:keywords "contacts" "org-mode" "outlines" "hypermedia" "calendar")
   3076 		 (:maintainer "stardiviner" . "numbchild@gmail.com")
   3077 		 (:authors
   3078 		  ("Julien Danjou" . "julien@danjou.info"))
   3079 		 (:commit . "217ba04c9d638067a6ccb0829cf1885f54c1d568"))])
   3080  (org-edna .
   3081 	   [(1 1 2)
   3082 	    ((emacs
   3083 	      (25 1))
   3084 	     (seq
   3085 	      (2 19))
   3086 	     (org
   3087 	      (9 0 5)))
   3088 	    "Extensible Dependencies 'N' Actions" tar
   3089 	    ((:url . "https://savannah.nongnu.org/projects/org-edna-el/")
   3090 	     (:keywords "convenience" "text" "org")
   3091 	     (:maintainer "Ian Dunn" . "dunni@gnu.org")
   3092 	     (:authors
   3093 	      ("Ian Dunn" . "dunni@gnu.org"))
   3094 	     (:commit . "8258a4dfa00aa522249cdf9aeea5be4de97bd7c1"))])
   3095  (org-jami-bot .
   3096 	       [(0 0 5)
   3097 		((emacs
   3098 		  (28 1))
   3099 		 (jami-bot
   3100 		  (0 0 4)))
   3101 		"Capture GNU Jami messages as notes and todos in Org mode" tar
   3102 		((:url . "https://gitlab.com/hperrey/org-jami-bot")
   3103 		 (:keywords "comm" "outlines" "org-capture" "jami")
   3104 		 (:maintainer "Hanno Perrey" . "hanno@hoowl.se")
   3105 		 (:authors
   3106 		  ("Hanno Perrey" . "hanno@hoowl.se"))
   3107 		 (:commit . "020b03f299dad438f65d7bcbf93553b273fd7c33"))])
   3108  (org-modern .
   3109 	     [(1 5)
   3110 	      ((emacs
   3111 		(27 1))
   3112 	       (compat
   3113 		(30)))
   3114 	      "Modern looks for Org" tar
   3115 	      ((:url . "https://github.com/minad/org-modern")
   3116 	       (:keywords "outlines" "hypermedia" "text")
   3117 	       (:maintainer "Daniel Mendler" . "mail@daniel-mendler.de")
   3118 	       (:authors
   3119 		("Daniel Mendler" . "mail@daniel-mendler.de"))
   3120 	       (:commit . "e306c7df4985f77e5c4e2146900259a23a76c974"))])
   3121  (org-notify .
   3122 	     [(0 1 1)
   3123 	      ((emacs
   3124 		(25 1)))
   3125 	      "Notifications for Org-mode" tar
   3126 	      ((:url . "https://github.com/p-m/org-notify")
   3127 	       (:keywords "notification" "todo-list" "alarm" "reminder" "pop-up" "calendar")
   3128 	       (:maintainer "Peter Münster" . "pm@a16n.net")
   3129 	       (:authors
   3130 		("Peter Münster" . "pm@a16n.net"))
   3131 	       (:commit . "c08cf5b931960bc12eb782c1fe1ec82266cb4bc8"))])
   3132  (org-real .
   3133 	   [(1 0 9)
   3134 	    ((emacs
   3135 	      (26 1))
   3136 	     (boxy
   3137 	      (1 1))
   3138 	     (org
   3139 	      (9 3)))
   3140 	    "Keep track of real things as org-mode links" tar
   3141 	    ((:url . "https://gitlab.com/grinn.amy/org-real")
   3142 	     (:keywords "tools")
   3143 	     (:maintainer "Amy Grinn" . "grinn.amy@gmail.com")
   3144 	     (:authors
   3145 	      ("Amy Grinn" . "grinn.amy@gmail.com"))
   3146 	     (:commit . "b6df63b9c8f19c32367b03791ca47410708a10e1"))])
   3147  (org-remark .
   3148 	     [(1 2 2)
   3149 	      ((emacs
   3150 		(27 1))
   3151 	       (org
   3152 		(9 4)))
   3153 	      "Highlight & annotate text, Info, EPUB, EWW" tar
   3154 	      ((:url . "https://github.com/nobiot/org-remark")
   3155 	       (:keywords "org-mode" "annotation" "note-taking" "marginal-notes" "wp")
   3156 	       (:maintainer "Noboru Ota" . "me@nobiot.com")
   3157 	       (:authors
   3158 		("Noboru Ota" . "me@nobiot.com"))
   3159 	       (:commit . "b49ef0a0a0bd61c912567bcdcc201d4afe110a75"))])
   3160  (org-transclusion .
   3161 		   [(1 4 0)
   3162 		    ((emacs
   3163 		      (27 1))
   3164 		     (org
   3165 		      (9 4)))
   3166 		    "Transclude text content via links" tar
   3167 		    ((:url . "https://github.com/nobiot/org-transclusion")
   3168 		     (:keywords "org-mode" "transclusion" "writing")
   3169 		     (:maintainer "Noboru Ota" . "me@nobiot.com")
   3170 		     (:authors
   3171 		      ("Noboru Ota" . "me@nobiot.com"))
   3172 		     (:commit . "e6e638710e90198070c9b07ebdaa345a79f74706"))])
   3173  (org-translate .
   3174 		[(0 1 4)
   3175 		 ((emacs
   3176 		   (27 1))
   3177 		  (org
   3178 		   (9 1)))
   3179 		 "Org-based translation environment" tar
   3180 		 ((:maintainer "Eric Abrahamsen" . "eric@ericabrahamsen.net")
   3181 		  (:authors
   3182 		   ("Eric Abrahamsen" . "eric@ericabrahamsen.net"))
   3183 		  (:url . "https://elpa.gnu.org/packages/org-translate.html")
   3184 		  (:commit . "bdc5d169ef0c502f46aa673918ccf34fcc8415f2"))])
   3185  (orgalist .
   3186 	   [(1 16)
   3187 	    ((emacs
   3188 	      (26 1)))
   3189 	    "Manage Org-like lists in non-Org buffers" tar
   3190 	    ((:keywords "convenience")
   3191 	     (:maintainer "Nicolas Goaziou" . "mail@nicolasgoaziou.fr")
   3192 	     (:authors
   3193 	      ("Nicolas Goaziou" . "mail@nicolasgoaziou.fr"))
   3194 	     (:url . "https://elpa.gnu.org/packages/orgalist.html")
   3195 	     (:commit . "1f540f645eeb338019750d4dca3c056a1f5eca6d"))])
   3196  (osc .
   3197       [(0 4)
   3198        nil "Open Sound Control protocol library" tar
   3199        ((:keywords "comm" "processes" "multimedia")
   3200 	(:maintainer "Mario Lang" . "mlang@blind.guru")
   3201 	(:authors
   3202 	 ("Mario Lang" . "mlang@blind.guru"))
   3203 	(:url . "https://elpa.gnu.org/packages/osc.html")
   3204 	(:commit . "6b6dbb4176f45f9ff3a783c816c4556ca2931a22"))])
   3205  (osm .
   3206       [(1 4)
   3207        ((emacs
   3208 	 (27 1))
   3209 	(compat
   3210 	 (30)))
   3211        "OpenStreetMap viewer" tar
   3212        ((:url . "https://github.com/minad/osm")
   3213 	(:keywords "network" "multimedia" "hypermedia" "mouse")
   3214 	(:maintainer "Daniel Mendler" . "mail@daniel-mendler.de")
   3215 	(:authors
   3216 	 ("Daniel Mendler" . "mail@daniel-mendler.de"))
   3217 	(:commit . "25eede7272bb2b4c0b009add264ebb45ab2f3691"))])
   3218  (other-frame-window .
   3219 		     [(1 0 6)
   3220 		      ((emacs
   3221 			(24 4)))
   3222 		      "Minor mode to enable global prefix keys for other frame/window buffer placement" tar
   3223 		      ((:keywords "frame" "window")
   3224 		       (:maintainer "Stephen Leake" . "stephen_leake@member.fsf.org")
   3225 		       (:authors
   3226 			("Stephen Leake" . "stephen_leake@member.fsf.org"))
   3227 		       (:url . "https://elpa.gnu.org/packages/other-frame-window.html")
   3228 		       (:commit . "7477b00664bff9b0b9edfe7ecbef379a7543ba77"))])
   3229  (pabbrev .
   3230 	  [(4 3 0)
   3231 	   ((emacs
   3232 	     (25 1)))
   3233 	   "Predictive abbreviation expansion" tar
   3234 	   ((:url . "https://github.com/phillord/pabbrev")
   3235 	    (:maintainer "Arthur Miller" . "arthur.miller@live.com")
   3236 	    (:authors
   3237 	     ("Phillip Lord" . "phillip.lord@newcastle.ac.uk"))
   3238 	    (:commit . "0c281401b47bd67d2726326c1a415c2bd219395f"))])
   3239  (paced .
   3240 	[(1 1 3)
   3241 	 ((emacs
   3242 	   (25 1))
   3243 	  (async
   3244 	   (1 9 1)))
   3245 	 "Predictive Abbreviation Completion and Expansion using Dictionaries" tar
   3246 	 ((:url . "https://savannah.nongnu.org/projects/paced-el/")
   3247 	  (:keywords "convenience" "completion")
   3248 	  (:maintainer "Ian Dunn" . "dunni@gnu.org")
   3249 	  (:authors
   3250 	   ("Ian Dunn" . "dunni@gnu.org"))
   3251 	  (:commit . "c3683a0a8a611fbd15bb3ec78ccac121843711c9"))])
   3252  (parsec .
   3253 	 [(0 1 3)
   3254 	  ((emacs
   3255 	    (24))
   3256 	   (cl-lib
   3257 	    (0 5)))
   3258 	  "Parser combinator library" tar
   3259 	  ((:url . "https://github.com/cute-jumper/parsec.el")
   3260 	   (:maintainer "Junpeng Qiu" . "qjpchmail@gmail.com")
   3261 	   (:authors
   3262 	    ("Junpeng Qiu" . "qjpchmail@gmail.com"))
   3263 	   (:keywords "extensions"))])
   3264  (parser-generator .
   3265 		   [(0 2 1)
   3266 		    ((emacs
   3267 		      (26)))
   3268 		    "Parser Generator library" tar
   3269 		    ((:url . "https://github.com/cjohansson/emacs-parser-generator")
   3270 		     (:keywords "tools" "convenience")
   3271 		     (:maintainer "Christian Johansson" . "christian@cvj.se")
   3272 		     (:authors
   3273 		      ("Christian Johansson" . "christian@cvj.se"))
   3274 		     (:commit . "0d4b9a42ea207bfa6c995c9cf5834c4bf68b9c44"))])
   3275  (path-iterator .
   3276 		[(1 0)
   3277 		 ((emacs
   3278 		   (25 0)))
   3279 		 "An iterator for traversing a directory path." tar
   3280 		 ((:maintainer "Stephen Leake" . "stephen_leake@stephe-leake.org")
   3281 		  (:authors
   3282 		   ("Stephen Leake" . "stephen_leake@stephe-leake.org"))
   3283 		  (:url . "https://elpa.gnu.org/packages/path-iterator.html")
   3284 		  (:commit . "df6a5e2d7e0399bac4f6d016dc272943bbb04e5e"))])
   3285  (peg .
   3286       [(1 0 1)
   3287        ((emacs
   3288 	 (25)))
   3289        "Parsing Expression Grammars in Emacs Lisp" tar
   3290        ((:maintainer "Stefan Monnier" . "monnier@iro.umontreal.ca")
   3291 	(:authors
   3292 	 ("Helmut Eller" . "eller.helmut@gmail.com"))
   3293 	(:url . "https://elpa.gnu.org/packages/peg.html")
   3294 	(:commit . "90c9004a8347209f94a37c8d9506425721098402"))])
   3295  (perl-doc .
   3296 	   [(0 81)
   3297 	    ((emacs
   3298 	      (27)))
   3299 	    "Read Perl documentation" tar
   3300 	    ((:url . "https://github.com/HaraldJoerg/emacs-perl-doc")
   3301 	     (:keywords "languages")
   3302 	     (:maintainer "Harald Jörg" . "haj@posteo.de")
   3303 	     (:authors
   3304 	      ("Harald Jörg" . "haj@posteo.de"))
   3305 	     (:commit . "638009f98a144790ea85fd0fa311d7499fdac94f"))])
   3306  (persist .
   3307 	  [(0 6 1)
   3308 	   ((emacs
   3309 	     (26 1)))
   3310 	   "Persist Variables between Emacs Sessions" tar
   3311 	   ((:maintainer "Joseph Turner" . "persist-el@breatheoutbreathe.in")
   3312 	    (:authors
   3313 	     ("Phillip Lord" . "phillip.lord@russet.org.uk"))
   3314 	    (:url . "https://elpa.gnu.org/packages/persist.html")
   3315 	    (:commit . "5ea8f32ef50ce2b444d6918e17eedce9f74629af"))])
   3316  (phpinspect .
   3317 	     [(2 1 0)
   3318 	      ((compat
   3319 		(29)))
   3320 	      "PHP parsing and code intelligence package" tar
   3321 	      ((:url . "https://github.com/hugot/phpinspect.el")
   3322 	       (:keywords "php" "languages" "tools" "convenience")
   3323 	       (:maintainer "Hugo Thunnissen" . "devel@hugot.nl")
   3324 	       (:authors
   3325 		("Hugo Thunnissen" . "devel@hugot.nl"))
   3326 	       (:commit . "1cdfd9aaf6fee003554d3c7832224455ddd9eaa1"))])
   3327  (phps-mode .
   3328 	    [(0 4 49)
   3329 	     ((emacs
   3330 	       (26)))
   3331 	     "Major mode for PHP with code intelligence" tar
   3332 	     ((:url . "https://github.com/cjohansson/emacs-phps-mode")
   3333 	      (:keywords "tools" "convenience")
   3334 	      (:maintainer "Christian Johansson" . "christian@cvj.se")
   3335 	      (:authors
   3336 	       ("Christian Johansson" . "christian@cvj.se"))
   3337 	      (:commit . "98fdd10d6299dfc5ad24cc214c9eaa0fdba946e4"))])
   3338  (pinentry .
   3339 	   [(0 1)
   3340 	    nil "GnuPG Pinentry server implementation" tar
   3341 	    ((:keywords "gnupg")
   3342 	     (:maintainer "Daiki Ueno" . "ueno@gnu.org")
   3343 	     (:authors
   3344 	      ("Daiki Ueno" . "ueno@gnu.org"))
   3345 	     (:url . "https://elpa.gnu.org/packages/pinentry.html")
   3346 	     (:commit . "ef0d62bba29dfab07624d030032ec0f67d34e865"))])
   3347  (plz .
   3348       [(0 9 1)
   3349        ((emacs
   3350 	 (27 1)))
   3351        "HTTP library" tar
   3352        ((:url . "https://github.com/alphapapa/plz.el")
   3353 	(:keywords "comm" "network" "http")
   3354 	(:maintainer "Adam Porter" . "adam@alphapapa.net")
   3355 	(:authors
   3356 	 ("Adam Porter" . "adam@alphapapa.net"))
   3357 	(:commit . "c579f039ffdb52ff61775ff25510a9c26e25d0c5"))])
   3358  (plz-event-source .
   3359 		   [(0 1 1)
   3360 		    ((emacs
   3361 		      (26 3))
   3362 		     (plz-media-type
   3363 		      (0 1 0)))
   3364 		    "Plz Event Source" tar
   3365 		    ((:url . "https://github.com/r0man/plz-event-source")
   3366 		     (:keywords "comm" "network" "http")
   3367 		     (:maintainer "r0man" . "roman@burningswell.com")
   3368 		     (:authors
   3369 		      ("r0man" . "roman@burningswell.com"))
   3370 		     (:commit . "09e650c8667d0b43be84fb58d9116a739a058bef"))])
   3371  (plz-media-type .
   3372 		 [(0 2 2)
   3373 		  ((emacs
   3374 		    (26 3))
   3375 		   (plz
   3376 		    (0 9)))
   3377 		  "Plz Media Types" tar
   3378 		  ((:url . "https://github.com/r0man/plz-media-type")
   3379 		   (:keywords "comm" "network" "http")
   3380 		   (:maintainer "r0man" . "roman@burningswell.com")
   3381 		   (:authors
   3382 		    ("r0man" . "roman@burningswell.com"))
   3383 		   (:commit . "c0a109307010c275706892a0a3152835c383aedc"))])
   3384  (plz-see .
   3385 	  [(0 1)
   3386 	   ((emacs
   3387 	     (29 1))
   3388 	    (plz
   3389 	     (0 7)))
   3390 	   "Interactive HTTP client" tar
   3391 	   ((:url . "https://github.com/astoff/plz-see.el")
   3392 	    (:keywords "comm" "network" "http")
   3393 	    (:maintainer "Augusto Stoffel" . "arstoffel@gmail.com")
   3394 	    (:authors
   3395 	     ("Augusto Stoffel" . "arstoffel@gmail.com"))
   3396 	    (:commit . "c55e6aa2971caad582df1d449e0f57604250cae1"))])
   3397  (poke .
   3398        [(3 2)
   3399 	((emacs
   3400 	  (25)))
   3401 	"Emacs meets GNU poke!" tar
   3402 	((:url . "https://www.jemarch.net/poke")
   3403 	 (:maintainer "Jose E. Marchesi" . "jemarch@gnu.org")
   3404 	 (:authors
   3405 	  ("Jose E. Marchesi" . "jemarch@gnu.org"))
   3406 	 (:commit . "77bdcce97e06bbd6771f35acbb3f399457bebb71"))])
   3407  (poke-mode .
   3408 	    [(3 1)
   3409 	     nil "Major mode for editing Poke programs" tar
   3410 	     ((:maintainer "Jose E. Marchesi" . "jemarch@gnu.org")
   3411 	      (:authors
   3412 	       ("Aurelien Aptel" . "aaptel@suse.com"))
   3413 	      (:url . "https://elpa.gnu.org/packages/poke-mode.html")
   3414 	      (:commit . "340bb45867cce7f86d09a00b809c2c2078302a9e"))])
   3415  (poker .
   3416 	[(0 2)
   3417 	 nil "Texas hold 'em poker" tar
   3418 	 ((:keywords "games")
   3419 	  (:maintainer "Mario Lang" . "mlang@delysid.org")
   3420 	  (:authors
   3421 	   ("Mario Lang" . "mlang@delysid.org"))
   3422 	  (:url . "https://elpa.gnu.org/packages/poker.html")
   3423 	  (:commit . "56469f23f29dba8f8beefd308b01a0b1bbc81756"))])
   3424  (popper .
   3425 	 [(0 4 6)
   3426 	  ((emacs
   3427 	    (26 1)))
   3428 	  "Summon and dismiss buffers as popups" tar
   3429 	  ((:url . "https://github.com/karthink/popper")
   3430 	   (:keywords "convenience")
   3431 	   (:maintainer "Karthik Chikmagalur" . "karthik.chikmagalur@gmail.com")
   3432 	   (:authors
   3433 	    ("Karthik Chikmagalur" . "karthik.chikmagalur@gmail.com"))
   3434 	   (:commit . "fe4f0b3b8b16f005fb8b5f79bc26b380038400ab"))])
   3435  (posframe .
   3436 	   [(1 4 4)
   3437 	    ((emacs
   3438 	      (26 1)))
   3439 	    "Pop a posframe (just a frame) at point" tar
   3440 	    ((:url . "https://github.com/tumashu/posframe")
   3441 	     (:keywords "convenience" "tooltip")
   3442 	     (:maintainer "Feng Shu" . "tumashu@163.com")
   3443 	     (:authors
   3444 	      ("Feng Shu" . "tumashu@163.com"))
   3445 	     (:commit . "570273bcf6c21641f02ccfcc9478607728f0a2a2"))])
   3446  (pq .
   3447      [(0 2)
   3448       ((emacs
   3449 	(25)))
   3450       "libpq binding" tar
   3451       ((:url . "https://github.com/anse1/emacs-libpq")
   3452        (:maintainer "Tom Gillespie" . "tgbugs@gmail.com")
   3453        (:authors
   3454 	("Tom Gillespie" . "tgbugs@gmail.com"))
   3455        (:commit . "4dad5fcdbbb362a0dc2dfa7b5a38dd5be1551c68"))])
   3456  (preview-auto .
   3457 	       [(0 4)
   3458 		((emacs
   3459 		  (29 3))
   3460 		 (auctex
   3461 		  (14 0 5)))
   3462 		"Automatic previews in AUCTeX" tar
   3463 		((:url . "https://github.com/ultronozm/preview-auto.el")
   3464 		 (:keywords "tex" "convenience")
   3465 		 (:maintainer "Paul D. Nelson" . "nelson.paul.david@gmail.com")
   3466 		 (:authors
   3467 		  ("Paul D. Nelson" . "nelson.paul.david@gmail.com"))
   3468 		 (:commit . "fcbd9f12c323da336089bf008920c0a290126393"))])
   3469  (preview-tailor .
   3470 		 [(0 2)
   3471 		  ((emacs
   3472 		    (29 1))
   3473 		   (auctex
   3474 		    (0)))
   3475 		  "Tailor AUCTeX preview scale to monitor/text scale" tar
   3476 		  ((:url . "https://github.com/ultronozm/preview-tailor.el")
   3477 		   (:keywords "tex" "multimedia")
   3478 		   (:maintainer "Paul D. Nelson" . "nelson.paul.david@gmail.com")
   3479 		   (:authors
   3480 		    ("Paul D. Nelson" . "nelson.paul.david@gmail.com"))
   3481 		   (:commit . "bb92fac553c8ddb87f64f4c9829762b58764c1ff"))])
   3482  (project .
   3483 	  [(0 11 1)
   3484 	   ((emacs
   3485 	     (26 1))
   3486 	    (xref
   3487 	     (1 7 0)))
   3488 	   "Operations on the current project" tar
   3489 	   ((:url . "https://elpa.gnu.org/packages/project.html")
   3490 	    (:commit . "08e38818f6ff4e514ac291bc5a7686f4390759b0"))])
   3491  (psgml .
   3492 	[(1 3 5)
   3493 	 nil "SGML-editing mode with parsing support" tar
   3494 	 ((:keywords "languages")
   3495 	  (:maintainer "Lennart Staflin" . "lstaflin@gmail.com")
   3496 	  (:authors
   3497 	   ("Lennart Staflin" . "lenst@lysator.liu.se")
   3498 	   ("James Clark" . "jjc@clark.com"))
   3499 	  (:url . "https://elpa.gnu.org/packages/psgml.html")
   3500 	  (:commit . "697fcf7d80513257d90b7331297495bb9e01003d"))])
   3501  (pspp-mode .
   3502 	    [(1 1)
   3503 	     nil "Major mode for editing PSPP files" single
   3504 	     ((:url . "http://elpa.gnu.org/packages/pspp-mode.html")
   3505 	      (:keywords "pspp" "major-mode")
   3506 	      (:authors
   3507 	       ("Scott Andrew Borton" . "scott@pp.htv.fi"))
   3508 	      (:maintainer "John Darrington" . "john@darrington.wattle.id.au"))])
   3509  (pulsar .
   3510 	 [(1 1 0)
   3511 	  ((emacs
   3512 	    (28 1)))
   3513 	  "Pulse highlight on demand or after select functions" tar
   3514 	  ((:url . "https://github.com/protesilaos/pulsar")
   3515 	   (:keywords "convenience" "pulse" "highlight")
   3516 	   (:maintainer "Protesilaos Stavrou" . "info@protesilaos.com")
   3517 	   (:authors
   3518 	    ("Protesilaos Stavrou" . "info@protesilaos.com"))
   3519 	   (:commit . "b4b967786afef50ad848a2a0104dd05acd6051d7"))])
   3520  (pyim .
   3521        [(5 3 4)
   3522 	((emacs
   3523 	  (27 1))
   3524 	 (async
   3525 	  (1 6))
   3526 	 (xr
   3527 	  (1 13)))
   3528 	"A Chinese input method support quanpin, shuangpin, wubi, cangjie and rime." tar
   3529 	((:url . "https://github.com/tumashu/pyim")
   3530 	 (:keywords "convenience" "chinese" "pinyin" "input-method")
   3531 	 (:maintainer "Feng Shu" . "tumashu@163.com")
   3532 	 (:authors
   3533 	  ("Ye Wenbin" . "wenbinye@163.com")
   3534 	  ("Feng Shu" . "tumashu@163.com"))
   3535 	 (:commit . "f22c20f2e6af55b3a758defabe4c842fb94cde2b"))])
   3536  (pyim-basedict .
   3537 		[(0 5 5)
   3538 		 ((pyim
   3539 		   (3 7)))
   3540 		 "The default pinyin dict of pyim" tar
   3541 		 ((:url . "https://github.com/tumashu/pyim-basedict")
   3542 		  (:keywords "convenience" "chinese" "pinyin" "input-method" "complete")
   3543 		  (:maintainer "Feng Shu" . "tumashu@163.com")
   3544 		  (:authors
   3545 		   ("Feng Shu" . "tumashu@163.com"))
   3546 		  (:commit . "55d9b324831b0fc79ff62f1c6f21aad72341a114"))])
   3547  (python .
   3548 	 [(0 28)
   3549 	  ((emacs
   3550 	    (24 2))
   3551 	   (cl-lib
   3552 	    (1 0)))
   3553 	  "Python's flying circus support for Emacs" tar
   3554 	  ((:url . "https://github.com/fgallina/python.el")
   3555 	   (:keywords "languages")
   3556 	   (:maintainer nil . "emacs-devel@gnu.org")
   3557 	   (:authors
   3558 	    ("Fabián E. Gallina" . "fgallina@gnu.org"))
   3559 	   (:commit . "b3d0f53b296a0876ec7a55ae840868e65ed54e14"))])
   3560  (quarter-plane .
   3561 		[(0 1)
   3562 		 nil "editing using quarter-plane screen model" tar
   3563 		 ((:keywords "convenience" "wp")
   3564 		  (:url . "https://elpa.gnu.org/packages/quarter-plane.html")
   3565 		  (:commit . "8cf26bf19d0193068bef34dd0103e8a7ea566afa"))])
   3566  (queue .
   3567 	[(0 2)
   3568 	 nil "Queue data structure" tar
   3569 	 ((:url . "http://www.dr-qubit.org/emacs.php")
   3570 	  (:keywords "extensions" "data structures" "queue")
   3571 	  (:maintainer "Toby Cubitt" . "toby-predictive@dr-qubit.org")
   3572 	  (:authors
   3573 	   ("Inge Wallin" . "inge@lysator.liu.se")
   3574 	   ("Toby Cubitt" . "toby-predictive@dr-qubit.org"))
   3575 	  (:commit . "c9ec2e33f26b068c40b8391e91a7839546fa8355"))])
   3576  (rainbow-mode .
   3577 	       [(1 0 6)
   3578 		nil "Colorize color names in buffers" tar
   3579 		((:keywords "faces")
   3580 		 (:maintainer "Julien Danjou" . "julien@danjou.info")
   3581 		 (:authors
   3582 		  ("Julien Danjou" . "julien@danjou.info"))
   3583 		 (:url . "https://elpa.gnu.org/packages/rainbow-mode.html")
   3584 		 (:commit . "ac68593018ef3555e64ea592d72334f4e3e39209"))])
   3585  (rbit .
   3586        [(0 1)
   3587 	nil "Red-black persistent interval trees" tar
   3588 	((:keywords "data structures" "binary tree" "intervals")
   3589 	 (:maintainer "Stefan Monnier" . "monnier@iro.umontreal.ca")
   3590 	 (:authors
   3591 	  ("Stefan Monnier" . "monnier@iro.umontreal.ca"))
   3592 	 (:url . "https://elpa.gnu.org/packages/rbit.html")
   3593 	 (:commit . "59da8b3219a9632e1ed4ce85f58a6f3c68b61684"))])
   3594  (rcirc-color .
   3595 	      [(0 4 5)
   3596 	       ((emacs
   3597 		 (24 4)))
   3598 	       "color nicks" tar
   3599 	       ((:keywords "comm")
   3600 		(:maintainer "Alex Schroeder" . "alex@gnu.org")
   3601 		(:authors
   3602 		 ("Alex Schroeder" . "alex@gnu.org"))
   3603 		(:url . "https://elpa.gnu.org/packages/rcirc-color.html")
   3604 		(:commit . "79449152cb71ec4d719d4b1a95c1192fb9831ceb"))])
   3605  (rcirc-menu .
   3606 	     [(1 1)
   3607 	      nil "A menu of all your rcirc connections" single
   3608 	      ((:url . "http://elpa.gnu.org/packages/rcirc-menu.html")
   3609 	       (:keywords "comm")
   3610 	       (:authors
   3611 		("Alex Schroeder" . "alex@gnu.org"))
   3612 	       (:maintainer "Alex Schroeder" . "alex@gnu.org"))])
   3613  (rcirc-sqlite .
   3614 	       [(1 0 4)
   3615 		((emacs
   3616 		  (30 0)))
   3617 		"rcirc logging in SQLite" tar
   3618 		((:url . "https://codeberg.org/mattof/rcirc-sqlite")
   3619 		 (:keywords "comm")
   3620 		 (:maintainer "Matto Fransen" . "matto@matto.nl")
   3621 		 (:authors
   3622 		  ("Matto Fransen" . "matto@matto.nl"))
   3623 		 (:commit . "349aabcbb6bd10b007f431d180e870a5918b9e21"))])
   3624  (realgud .
   3625 	  [(1 5 1)
   3626 	   ((load-relative
   3627 	     (1 3 1))
   3628 	    (loc-changes
   3629 	     (1 2))
   3630 	    (test-simple
   3631 	     (1 3 0))
   3632 	    (emacs
   3633 	     (25)))
   3634 	   "A modular front-end for interacting with external debuggers" tar
   3635 	   ((:url . "http://github.com/realgud/realgud/")
   3636 	    (:keywords "debugger" "gdb" "python" "perl" "go" "bash" "zsh" "bashdb" "zshdb" "remake" "trepan" "perldb" "pdb")
   3637 	    (:maintainer "Rocky Bernstein" . "rocky@gnu.org")
   3638 	    (:authors
   3639 	     ("Rocky Bernstein" . "rocky@gnu.org"))
   3640 	    (:commit . "53938f04d5252677484e5c48513e1c138aafc756"))])
   3641  (realgud-ipdb .
   3642 	       [(1 0 0)
   3643 		((realgud
   3644 		  (1 4 5))
   3645 		 (emacs
   3646 		  (24)))
   3647 		"realgud front-end to ipdb" tar
   3648 		((:url . "http://github.com/rocky/realgud-ipdb")
   3649 		 (:commit . "ba41636ac4102bdc9d28a5ae7177b3792be55933"))])
   3650  (realgud-jdb .
   3651 	      [(1 0 0)
   3652 	       ((realgud
   3653 		 (1 4 5))
   3654 		(load-relative
   3655 		 (1 2))
   3656 		(cl-lib
   3657 		 (0 5))
   3658 		(emacs
   3659 		 (25)))
   3660 	       "Realgud front-end to Java's jdb debugger\"" tar
   3661 	       ((:url . "http://github.com/realgud/realgud-jdb")
   3662 		(:maintainer "Rocky Bernstein" . "rocky@gnu.org")
   3663 		(:authors
   3664 		 ("Rocky Bernstein" . "rocky@gnu.org")))])
   3665  (realgud-lldb .
   3666 	       [(1 0 2)
   3667 		((load-relative
   3668 		  (1 3 1))
   3669 		 (realgud
   3670 		  (1 5 0))
   3671 		 (emacs
   3672 		  (25)))
   3673 		"Realgud front-end to lldb" tar
   3674 		((:url . "http://github.com/realgud/realgud-lldb")
   3675 		 (:maintainer "Rocky Bernstein" . "rocky@gnu.org")
   3676 		 (:authors
   3677 		  ("Rocky Bernstein" . "rocky@gnu.org"))
   3678 		 (:commit . "f2f77d6ddfa42430ead400eaf81c605c3a04dead"))])
   3679  (realgud-node-debug .
   3680 		     [(1 0 0)
   3681 		      ((realgud
   3682 			(1 4 5))
   3683 		       (load-relative
   3684 			(1 2))
   3685 		       (cl-lib
   3686 			(0 5))
   3687 		       (emacs
   3688 			(25)))
   3689 		      "Realgud front-end to older \"node debug\"" tar
   3690 		      ((:url . "http://github.com/realgud/realgud-node-debug")
   3691 		       (:maintainer "Rocky Bernstein" . "rocky@gnu.org")
   3692 		       (:authors
   3693 			("Rocky Bernstein" . "rocky@gnu.org")))])
   3694  (realgud-node-inspect .
   3695 		       [(1 0 0)
   3696 			((realgud
   3697 			  (1 4 5))
   3698 			 (load-relative
   3699 			  (1 2))
   3700 			 (cl-lib
   3701 			  (0 5))
   3702 			 (emacs
   3703 			  (24)))
   3704 			"Realgud front-end to newer \"node inspect\"" tar
   3705 			((:url . "http://github.com/realgud/realgud-node-inspect")
   3706 			 (:maintainer "Rocky Bernstein" . "rocky@gnu.org")
   3707 			 (:authors
   3708 			  ("Rocky Bernstein" . "rocky@gnu.org")))])
   3709  (realgud-trepan-ni .
   3710 		    [(1 0 1)
   3711 		     ((load-relative
   3712 		       (1 2))
   3713 		      (realgud
   3714 		       (1 5 0))
   3715 		      (cl-lib
   3716 		       (0 5))
   3717 		      (emacs
   3718 		       (25)))
   3719 		     "Realgud front-end to trepan-ni" tar
   3720 		     ((:url . "http://github.com/realgud/realgud-trepan-ni")
   3721 		      (:maintainer "Rocky Bernstein" . "rocky@gnu.org")
   3722 		      (:authors
   3723 		       ("Rocky Bernstein" . "rocky@gnu.org"))
   3724 		      (:commit . "ce008862ea33de0a9e6c06099b9ddff8f620f2e4"))])
   3725  (realgud-trepan-xpy .
   3726 		     [(1 0 1)
   3727 		      ((realgud
   3728 			(1 5 0))
   3729 		       (load-relative
   3730 			(1 3 1))
   3731 		       (emacs
   3732 			(25)))
   3733 		      "Realgud front-end to trepan-xpy" tar
   3734 		      ((:url . "https://github.com/realgud/realgud-trepan-xpy")
   3735 		       (:maintainer "Rocky Bernstein" . "rocky@gnu.org")
   3736 		       (:authors
   3737 			("Rocky Bernstein" . "rocky@gnu.org"))
   3738 		       (:commit . "f758f48266d90775643454e72214e40a4ed320b8"))])
   3739  (rec-mode .
   3740 	   [(1 9 4)
   3741 	    ((emacs
   3742 	      (25)))
   3743 	    "Major mode for viewing/editing rec files" tar
   3744 	    ((:url . "https://www.gnu.org/software/recutils/")
   3745 	     (:maintainer "Antoine Kalmbach" . "ane@iki.fi")
   3746 	     (:authors
   3747 	      ("Jose E. Marchesi" . "jemarch@gnu.org"))
   3748 	     (:commit . "8d9b73870acdd0a282a5c2829b139a93a39366dc"))])
   3749  (register-list .
   3750 		[(0 1)
   3751 		 nil "Interactively list/edit registers" tar
   3752 		 ((:keywords "register")
   3753 		  (:maintainer "Bastien Guerry" . "bzgATalternDOTorg")
   3754 		  (:authors
   3755 		   ("Bastien Guerry" . "bzgATalternDOTorg"))
   3756 		  (:url . "https://elpa.gnu.org/packages/register-list.html")
   3757 		  (:commit . "14d719a6f3596856228f08d3746a7bf92dd13240"))])
   3758  (relint .
   3759 	 [(2 0)
   3760 	  ((xr
   3761 	    (2 0))
   3762 	   (emacs
   3763 	    (27 1)))
   3764 	  "Elisp regexp mistake finder" tar
   3765 	  ((:url . "https://github.com/mattiase/relint")
   3766 	   (:keywords "lisp" "regexps")
   3767 	   (:maintainer "Mattias Engdegård" . "mattiase@acm.org")
   3768 	   (:authors
   3769 	    ("Mattias Engdegård" . "mattiase@acm.org"))
   3770 	   (:commit . "a9a792dccbf4a34e6ae51f0cacd5ce3da2349209"))])
   3771  (repology .
   3772 	   [(1 2 4)
   3773 	    ((emacs
   3774 	      (26 1)))
   3775 	    "Repology API access via Elisp" tar
   3776 	    ((:keywords "web")
   3777 	     (:maintainer "Nicolas Goaziou" . "mail@nicolasgoaziou.fr")
   3778 	     (:authors
   3779 	      ("Nicolas Goaziou" . "mail@nicolasgoaziou.fr"))
   3780 	     (:url . "https://elpa.gnu.org/packages/repology.html")
   3781 	     (:commit . "a6b41709525e60bdac807f153a3199003ee9d50f"))])
   3782  (rich-minority .
   3783 		[(1 0 3)
   3784 		 ((cl-lib
   3785 		   (0 5)))
   3786 		 "Clean-up and Beautify the list of minor-modes." tar
   3787 		 ((:url . "https://github.com/Malabarba/rich-minority")
   3788 		  (:keywords "mode-line" "faces")
   3789 		  (:maintainer "Artur Malabarba" . "emacs@endlessparentheses.com")
   3790 		  (:authors
   3791 		   ("Artur Malabarba" . "emacs@endlessparentheses.com"))
   3792 		  (:commit . "d33d2e357c8eb0b38624dbc51e8b953b08b0cc98"))])
   3793  (rnc-mode .
   3794 	   [(0 3)
   3795 	    nil "Emacs mode to edit Relax-NG Compact files" tar
   3796 	    ((:keywords "xml" "relaxng")
   3797 	     (:maintainer "Stefan Monnier" . "monnier@iro.umontreal.ca")
   3798 	     (:authors
   3799 	      ("Stefan Monnier" . "monnier@iro.umontreal.ca"))
   3800 	     (:url . "https://elpa.gnu.org/packages/rnc-mode.html")
   3801 	     (:commit . "dfee31d83208b734ed1d1fdc523565d7056db850"))])
   3802  (rt-liberation .
   3803 		[(7)
   3804 		 nil "Emacs interface to RT" tar
   3805 		 ((:url . "http://www.nongnu.org/rtliber/")
   3806 		  (:keywords "rt" "tickets")
   3807 		  (:maintainer "Yoni Rabkin" . "yrk@gnu.org")
   3808 		  (:authors
   3809 		   ("Yoni Rabkin" . "yrk@gnu.org"))
   3810 		  (:commit . "3b98d22c76de94fae16434517b99525fabc58f31"))])
   3811  (ruby-end .
   3812 	   [(0 4 3)
   3813 	    nil "Automatic insertion of end blocks for Ruby" tar
   3814 	    ((:url . "http://github.com/rejeep/ruby-end")
   3815 	     (:keywords "speed" "convenience" "ruby")
   3816 	     (:maintainer "Dmitry Gutov" . "dgutov@yandex.ru")
   3817 	     (:authors
   3818 	      ("Johan Andersson" . "johan.rejeep@gmail.com"))
   3819 	     (:commit . "fe39d34ba7a43d522c7bdc47406935611e782ca3"))])
   3820  (rudel .
   3821 	[(0 3 2)
   3822 	 ((emacs
   3823 	   (24))
   3824 	  (cl-lib
   3825 	   (0 5))
   3826 	  (cl-generic
   3827 	   (0 3))
   3828 	  (cl-print
   3829 	   (1 0)))
   3830 	 "A collaborative editing framework for Emacs" tar
   3831 	 ((:url . "http://rudel.sourceforge.net/")
   3832 	  (:keywords "rudel" "collaboration")
   3833 	  (:maintainer "Jan Moringen" . "scymtym@users.sourceforge.net")
   3834 	  (:authors
   3835 	   ("Jan Moringen" . "scymtym@users.sourceforge.net"))
   3836 	  (:commit . "42684c4fb26318291c8c06b184166c470d465ff4"))])
   3837  (satchel .
   3838 	  [(0 2)
   3839 	   ((emacs
   3840 	     (27 2))
   3841 	    (project
   3842 	     (0 8 1)))
   3843 	   "A bag for your files, separated by git branches" tar
   3844 	   ((:keywords "tools" "languages")
   3845 	    (:maintainer "Theodor Thornhill" . "theo@thornhill.no")
   3846 	    (:authors
   3847 	     ("Theodor Thornhill" . "theo@thornhill.no"))
   3848 	    (:url . "https://elpa.gnu.org/packages/satchel.html")
   3849 	    (:commit . "6e5613e203f6937202cb5d55249e7e6be939067b"))])
   3850  (scanner .
   3851 	  [(0 2)
   3852 	   ((emacs
   3853 	     (25 1))
   3854 	    (dash
   3855 	     (2 12 0)))
   3856 	   "Scan documents and images" tar
   3857 	   ((:url . "https://gitlab.com/rstocker/scanner.git")
   3858 	    (:keywords "hardware" "multimedia")
   3859 	    (:maintainer "Raffael Stocker" . "r.stocker@mnet-mail.de")
   3860 	    (:authors
   3861 	     ("Raffael Stocker" . "r.stocker@mnet-mail.de"))
   3862 	    (:commit . "b96d3d111b3666bb8217a67fddfc6445d1e13c82"))])
   3863  (scroll-restore .
   3864 		 [(1 0)
   3865 		  nil "restore original position after scrolling" tar
   3866 		  ((:keywords "scrolling")
   3867 		   (:maintainer "Martin Rudalics" . "rudalics@gmx.at")
   3868 		   (:authors
   3869 		    ("Martin Rudalics" . "rudalics@gmx.at"))
   3870 		   (:url . "https://elpa.gnu.org/packages/scroll-restore.html")
   3871 		   (:commit . "af8f3beae533c030d4899c235473aa15bfcb2010"))])
   3872  (sed-mode .
   3873 	   [(1 1)
   3874 	    nil "Major mode to edit sed scripts" tar
   3875 	    ((:maintainer "Stefan Monnier" . "monnier@iro.umontreal.ca")
   3876 	     (:authors
   3877 	      ("Stefan Monnier" . "monnier@iro.umontreal.ca"))
   3878 	     (:url . "https://elpa.gnu.org/packages/sed-mode.html")
   3879 	     (:commit . "6009f57567959387b9e34068567e982b6991eb24"))])
   3880  (seq .
   3881       [(2 24)
   3882        nil "Sequence manipulation functions" tar
   3883        ((:keywords "sequences")
   3884 	(:maintainer nil . "emacs-devel@gnu.org")
   3885 	(:authors
   3886 	 ("Nicolas Petton" . "nicolas@petton.fr"))
   3887 	(:url . "https://elpa.gnu.org/packages/seq.html")
   3888 	(:commit . "27a90793a13f149121180e864fa53d68b9eac0b3"))])
   3889  (setup .
   3890 	[(1 4 0)
   3891 	 ((emacs
   3892 	   (26 1)))
   3893 	 "Helpful Configuration Macro" tar
   3894 	 ((:url . "https://git.sr.ht/~pkal/setup")
   3895 	  (:keywords "lisp" "local")
   3896 	  (:maintainer "Philip Kaludercic" . "~pkal/public-inbox@lists.sr.ht")
   3897 	  (:authors
   3898 	   ("Philip Kaludercic" . "philipk@posteo.net"))
   3899 	  (:commit . "858ea70760426a9e1fa1ce1f21fb8f8d62bd1803"))])
   3900  (shelisp .
   3901 	  [(1 0 0)
   3902 	   nil "execute elisp in shell" tar
   3903 	   ((:keywords "terminals" "lisp" "processes")
   3904 	    (:maintainer "Michael R. Mauger" . "michael@mauger.com")
   3905 	    (:authors
   3906 	     ("Michael R. Mauger" . "michael@mauger.com"))
   3907 	    (:url . "https://elpa.gnu.org/packages/shelisp.html")
   3908 	    (:commit . "32f91342f0039aa0e78a032b5b2a651ed5b1b79e"))])
   3909  (shell-command+ .
   3910 		 [(2 4 2)
   3911 		  ((emacs
   3912 		    (24 3)))
   3913 		  "An extended shell-command" tar
   3914 		  ((:url . "https://git.sr.ht/~pkal/shell-command-plus")
   3915 		   (:keywords "unix" "processes" "convenience")
   3916 		   (:maintainer "Philip Kaludercic" . "~pkal/public-inbox@lists.sr.ht")
   3917 		   (:authors
   3918 		    ("Philip Kaludercic" . "philipk@posteo.net"))
   3919 		   (:commit . "7121adb48e6fb5f03030701b9f1e25b929cb3cd3"))])
   3920  (shen-mode .
   3921 	    [(0 1)
   3922 	     nil "A major mode for editing shen source code" tar
   3923 	     ((:keywords "languages" "shen")
   3924 	      (:maintainer "Eric Schulte" . "schulte.eric@gmail.com")
   3925 	      (:authors
   3926 	       ("Eric Schulte" . "schulte.eric@gmail.com"))
   3927 	      (:url . "https://elpa.gnu.org/packages/shen-mode.html")
   3928 	      (:commit . "df28df31317188a6d87c9df93444543ace4f7f4f"))])
   3929  (show-font .
   3930 	    [(0 1 1)
   3931 	     ((emacs
   3932 	       (28 1)))
   3933 	     "Show font features in a buffer" tar
   3934 	     ((:url . "https://github.com/protesilaos/show-font")
   3935 	      (:keywords "convenience" "writing" "font")
   3936 	      (:maintainer "Protesilaos Stavrou" . "info@protesilaos.com")
   3937 	      (:authors
   3938 	       ("Protesilaos Stavrou" . "info@protesilaos.com"))
   3939 	      (:commit . "0f46562e42a4cc7f2546392360debed724be87e0"))])
   3940  (sisu-mode .
   3941 	    [(7 1 8)
   3942 	     nil "Major mode for SiSU markup text" tar
   3943 	     ((:url . "http://www.sisudoc.org/")
   3944 	      (:keywords "text" "syntax" "processes" "tools")
   3945 	      (:commit . "456acbde87a9fa9da0ed8b441c3f22c4d5310296"))])
   3946  (site-lisp .
   3947 	    [(0 1 2)
   3948 	     ((emacs
   3949 	       (25 1)))
   3950 	     "Manage site-lisp directories" tar
   3951 	     ((:url . "https://git.sr.ht/~pkal/site-lisp")
   3952 	      (:keywords "lisp" "local")
   3953 	      (:maintainer "Philip Kaludercic" . "~pkal/public-inbox@lists.sr.ht")
   3954 	      (:authors
   3955 	       ("Philip Kaludercic" . "philipk@posteo.net"))
   3956 	      (:commit . "3f7a99472a4940bc63ed032de016e5a40fec0965"))])
   3957  (sketch-mode .
   3958 	      [(1 0 4)
   3959 	       nil "Quickly create svg sketches using keyboard and mouse" tar
   3960 	       ((:url . "https://github.com/dalanicolai/sketch-mode")
   3961 		(:keywords "multimedia")
   3962 		(:maintainer "D.L. Nicolai" . "dalanicolai@gmail.com")
   3963 		(:authors
   3964 		 ("D.L. Nicolai" . "dalanicolai@gmail.com"))
   3965 		(:commit . "ff42a587d90f9cfd3481db6f4e9a269e3a9300cd"))])
   3966  (slime-volleyball .
   3967 		   [(1 2 0)
   3968 		    ((cl-lib
   3969 		      (0 5)))
   3970 		    "An SVG Slime Volleyball Game" tar
   3971 		    ((:keywords "games")
   3972 		     (:maintainer "Thomas Fitzsimmons" . "fitzsim@fitzsim.org")
   3973 		     (:authors
   3974 		      ("Thomas Fitzsimmons" . "fitzsim@fitzsim.org"))
   3975 		     (:url . "https://elpa.gnu.org/packages/slime-volleyball.html")
   3976 		     (:commit . "361d22bba0b03cd81331439c97f84583dd87c752"))])
   3977  (sm-c-mode .
   3978 	    [(1 2)
   3979 	     nil "C major mode based on SMIE" tar
   3980 	     ((:maintainer "Stefan Monnier" . "monnier@iro.umontreal.ca")
   3981 	      (:authors
   3982 	       ("Stefan Monnier" . "monnier@iro.umontreal.ca"))
   3983 	      (:url . "https://elpa.gnu.org/packages/sm-c-mode.html")
   3984 	      (:commit . "a56142cb82d3390faa3dbd0658d65fe06822206d"))])
   3985  (smalltalk-mode .
   3986 		 [(4 0)
   3987 		  nil "Major mode for the GNU Smalltalk programming language" tar
   3988 		  ((:maintainer "Derek Zhou" . "derek@3qin.us")
   3989 		   (:url . "https://elpa.gnu.org/packages/smalltalk-mode.html")
   3990 		   (:commit . "570b705db9a02bb48cd61652639401715f419447"))])
   3991  (smart-yank .
   3992 	     [(0 1 1)
   3993 	      ((emacs
   3994 		(24)))
   3995 	      "A different approach of yank pointer handling" tar
   3996 	      ((:keywords "convenience")
   3997 	       (:maintainer "Michael Heerdegen" . "michael_heerdegen@web.de")
   3998 	       (:authors
   3999 		("Michael Heerdegen" . "michael_heerdegen@web.de"))
   4000 	       (:url . "https://elpa.gnu.org/packages/smart-yank.html")
   4001 	       (:commit . "673e1884d3ca537143415fc91b0b06a4ae02f164"))])
   4002  (sml-mode .
   4003 	   [(6 12)
   4004 	    ((emacs
   4005 	      (24 3))
   4006 	     (cl-lib
   4007 	      (0 5)))
   4008 	    "Major mode for editing (Standard) ML" tar
   4009 	    ((:keywords "sml")
   4010 	     (:maintainer "Stefan Monnier" . "monnier@iro.umontreal.ca")
   4011 	     (:authors
   4012 	      ("Matthew Morley" . "mjm@scs.leeds.ac.uk")
   4013 	      ("Matthias Blume" . "blume@cs.princeton.edu")
   4014 	      ("Stefan Monnier" . "monnier@iro.umontreal.ca"))
   4015 	     (:url . "https://elpa.gnu.org/packages/sml-mode.html")
   4016 	     (:commit . "7ebf91114292eead967d1a9bb4f235d66f6dd525"))])
   4017  (so-long .
   4018 	  [(1 1 2)
   4019 	   ((emacs
   4020 	     (24 4)))
   4021 	   "Say farewell to performance problems with minified code." tar
   4022 	   ((:url . "https://savannah.nongnu.org/projects/so-long")
   4023 	    (:keywords "convenience")
   4024 	    (:maintainer "Phil Sainty" . "psainty@orcon.net.nz")
   4025 	    (:authors
   4026 	     ("Phil Sainty" . "psainty@orcon.net.nz"))
   4027 	    (:commit . "045a4fe94c18cd36ef297e62a80cdff449af3aa5"))])
   4028  (soap-client .
   4029 	      [(3 2 3)
   4030 	       ((emacs
   4031 		 (24 1))
   4032 		(cl-lib
   4033 		 (0 6 1)))
   4034 	       "Access SOAP web services" tar
   4035 	       ((:url . "https://github.com/alex-hhh/emacs-soap-client")
   4036 		(:keywords "soap" "web-services" "comm" "hypermedia")
   4037 		(:maintainer "Alexandru Harsanyi" . "AlexHarsanyi@gmail.com")
   4038 		(:authors
   4039 		 ("Alexandru Harsanyi" . "AlexHarsanyi@gmail.com"))
   4040 		(:commit . "6234c3e0411a1d70bed2c85bbfb438d4479be51b"))])
   4041  (sokoban .
   4042 	  [(1 4 9)
   4043 	   ((emacs
   4044 	     (23 1))
   4045 	    (cl-lib
   4046 	     (0 5)))
   4047 	   "Implementation of Sokoban for Emacs." tar
   4048 	   ((:keywords "games")
   4049 	    (:maintainer "Dieter Deyke" . "dieter.deyke@gmail.com")
   4050 	    (:authors
   4051 	     ("Glynn Clements" . "glynn.clements@xemacs.org"))
   4052 	    (:url . "https://elpa.gnu.org/packages/sokoban.html")
   4053 	    (:commit . "3043723a7c2557443aa28d871137c8d9c3b46edc"))])
   4054  (sotlisp .
   4055 	  [(1 6 2)
   4056 	   ((emacs
   4057 	     (24 1)))
   4058 	   "Write lisp at the speed of thought." tar
   4059 	   ((:url . "https://github.com/Malabarba/speed-of-thought-lisp")
   4060 	    (:keywords "convenience" "lisp")
   4061 	    (:maintainer "Artur Malabarba" . "emacs@endlessparentheses.com")
   4062 	    (:authors
   4063 	     ("Artur Malabarba" . "emacs@endlessparentheses.com"))
   4064 	    (:commit . "fffe8d0b42b143a2e7df0470d9049fa57b6ecac5"))])
   4065  (spacious-padding .
   4066 		   [(0 5 0)
   4067 		    ((emacs
   4068 		      (28 1)))
   4069 		    "Increase the padding/spacing of frames and windows" tar
   4070 		    ((:url . "https://github.com/protesilaos/spacious-padding")
   4071 		     (:keywords "convenience" "focus" "writing" "presentation")
   4072 		     (:maintainer "Protesilaos Stavrou" . "info@protesilaos.com")
   4073 		     (:authors
   4074 		      ("Protesilaos Stavrou" . "info@protesilaos.com"))
   4075 		     (:commit . "e48f3335f50217e40081631abacc40964150f3ab"))])
   4076  (spinner .
   4077 	  [(1 7 4)
   4078 	   ((emacs
   4079 	     (24 3)))
   4080 	   "Add spinners and progress-bars to the mode-line for ongoing operations" tar
   4081 	   ((:url . "https://github.com/Malabarba/spinner.el")
   4082 	    (:keywords "processes" "mode-line")
   4083 	    (:maintainer "Artur Malabarba" . "emacs@endlessparentheses.com")
   4084 	    (:authors
   4085 	     ("Artur Malabarba" . "emacs@endlessparentheses.com"))
   4086 	    (:commit . "bca794fa6f6b007292cdac9b0a850a3711986db5"))])
   4087  (sql-beeline .
   4088 	      [(0 2)
   4089 	       nil "Beeline support for sql.el" tar
   4090 	       ((:keywords "sql" "hive" "beeline" "hiveserver2" "impala")
   4091 		(:maintainer "Filipp Gunbin" . "fgunbin@fastmail.fm")
   4092 		(:authors
   4093 		 ("Filipp Gunbin" . "fgunbin@fastmail.fm"))
   4094 		(:url . "https://elpa.gnu.org/packages/sql-beeline.html")
   4095 		(:commit . "b7ffff9404d93f569e3c2bc59db1be6e848c894f"))])
   4096  (sql-cassandra .
   4097 		[(0 2 2)
   4098 		 ((emacs
   4099 		   (29)))
   4100 		 "Cassandra support for sql.el" tar
   4101 		 ((:keywords "sql" "cassandra" "cql" "cqlsh")
   4102 		  (:maintainer "Filipp Gunbin" . "fgunbin@fastmail.fm")
   4103 		  (:authors
   4104 		   ("Filipp Gunbin" . "fgunbin@fastmail.fm"))
   4105 		  (:url . "https://elpa.gnu.org/packages/sql-cassandra.html")
   4106 		  (:commit . "3e997c6ad82f4240bcd62630ad44b5f023bd16c1"))])
   4107  (sql-indent .
   4108 	     [(1 7)
   4109 	      ((cl-lib
   4110 		(0 5)))
   4111 	      "Support for indenting code in SQL files." tar
   4112 	      ((:url . "https://github.com/alex-hhh/emacs-sql-indent")
   4113 	       (:keywords "languages" "sql")
   4114 	       (:maintainer "Alex Harsanyi" . "AlexHarsanyi@gmail.com")
   4115 	       (:authors
   4116 		("Alex Harsanyi" . "AlexHarsanyi@gmail.com"))
   4117 	       (:commit . "323ece64acaac7f27b7806db9dba0757d6e57885"))])
   4118  (srht .
   4119        [(0 4)
   4120 	((emacs
   4121 	  (27 1))
   4122 	 (plz
   4123 	  (0 7))
   4124 	 (transient
   4125 	  (0 4 3)))
   4126 	"Sourcehut" tar
   4127 	((:url . "https://sr.ht/~akagi/srht.el/")
   4128 	 (:keywords "comm" "vc")
   4129 	 (:maintainer "Aleksandr Vityazev" . "avityazev@posteo.org")
   4130 	 (:authors
   4131 	  ("Aleksandr Vityazev" . "avityazev@posteo.org"))
   4132 	 (:commit . "053c79fb41278f11e98c61785e8cc500ed4c853b"))])
   4133  (ssh-deploy .
   4134 	     [(3 1 16)
   4135 	      ((emacs
   4136 		(25)))
   4137 	      "Deployment via Tramp, global or per directory." tar
   4138 	      ((:url . "https://github.com/cjohansson/emacs-ssh-deploy")
   4139 	       (:keywords "tools" "convenience")
   4140 	       (:maintainer "Christian Johansson" . "christian@cvj.se")
   4141 	       (:authors
   4142 		("Christian Johansson" . "christian@cvj.se"))
   4143 	       (:commit . "95fb076c9b657c5f1bfad3ee5bf1f8691c50d428"))])
   4144  (standard-themes .
   4145 		  [(2 1 0)
   4146 		   ((emacs
   4147 		     (27 1)))
   4148 		   "Like the default theme but more consistent" tar
   4149 		   ((:url . "https://github.com/protesilaos/standard-themes")
   4150 		    (:keywords "faces" "theme" "accessibility")
   4151 		    (:maintainer "Protesilaos Stavrou" . "info@protesilaos.com")
   4152 		    (:authors
   4153 		     ("Protesilaos Stavrou" . "info@protesilaos.com"))
   4154 		    (:commit . "9a982c4fad9a6d1a68e211bd83342bdd47dd7979"))])
   4155  (stream .
   4156 	 [(2 3 0)
   4157 	  ((emacs
   4158 	    (25)))
   4159 	  "Implementation of streams" tar
   4160 	  ((:keywords "stream" "laziness" "sequences")
   4161 	   (:maintainer nil . "nicolas@petton.fr")
   4162 	   (:authors
   4163 	    ("Nicolas Petton" . "nicolas@petton.fr"))
   4164 	   (:url . "https://elpa.gnu.org/packages/stream.html")
   4165 	   (:commit . "5c0ffd088fbc344aedb11cc76bd7c0b28f3bc43b"))])
   4166  (substitute .
   4167 	     [(0 3 1)
   4168 	      ((emacs
   4169 		(27 1)))
   4170 	      "Efficiently replace targets in the buffer or context" tar
   4171 	      ((:url . "https://github.com/protesilaos/substitute")
   4172 	       (:maintainer "Protesilaos Stavrou" . "info@protesilaos.com")
   4173 	       (:authors
   4174 		("Protesilaos Stavrou" . "info@protesilaos.com"))
   4175 	       (:commit . "6e7de79f8a3436fce6acfe7d04a0a375ad80dc34"))])
   4176  (svg .
   4177       [(1 1)
   4178        ((emacs
   4179 	 (25)))
   4180        "SVG image creation functions" tar
   4181        ((:keywords "image")
   4182 	(:maintainer
   4183 	 ("Lars Magne Ingebrigtsen" . "larsi@gnus.org")
   4184 	 ("Felix E. Klee" . "felix.klee@inka.de"))
   4185 	(:authors
   4186 	 ("Lars Magne Ingebrigtsen" . "larsi@gnus.org")
   4187 	 ("Felix E. Klee" . "felix.klee@inka.de"))
   4188 	(:url . "https://elpa.gnu.org/packages/svg.html")
   4189 	(:commit . "2c1d8397788c1385debef514c59a6461b2e5408e"))])
   4190  (svg-clock .
   4191 	    [(1 2)
   4192 	     ((svg
   4193 	       (1 0))
   4194 	      (emacs
   4195 	       (27 0)))
   4196 	     "Analog clock using Scalable Vector Graphics" tar
   4197 	     ((:keywords "demo" "svg" "clock")
   4198 	      (:maintainer "Ulf Jasper" . "ulf.jasper@web.de")
   4199 	      (:authors
   4200 	       ("Ulf Jasper" . "ulf.jasper@web.de"))
   4201 	      (:url . "https://elpa.gnu.org/packages/svg-clock.html")
   4202 	      (:commit . "1c04475520a125432c4e873ca944323999a3ff83"))])
   4203  (svg-lib .
   4204 	  [(0 3)
   4205 	   ((emacs
   4206 	     (27 1)))
   4207 	   "SVG tags, progress bars & icons" tar
   4208 	   ((:url . "https://github.com/rougier/svg-lib")
   4209 	    (:keywords "svg" "icons" "tags" "convenience")
   4210 	    (:maintainer "Nicolas P. Rougier" . "Nicolas.Rougier@inria.fr")
   4211 	    (:commit . "f2cc9615ef3a052747135d34f31c423a26592f14"))])
   4212  (svg-tag-mode .
   4213 	       [(0 3 3)
   4214 		((emacs
   4215 		  (27 1))
   4216 		 (svg-lib
   4217 		  (0 2)))
   4218 		"Replace keywords with SVG tags" tar
   4219 		((:url . "https://github.com/rougier/svg-tag-mode")
   4220 		 (:keywords "convenience")
   4221 		 (:maintainer "Nicolas P. Rougier" . "Nicolas.Rougier@inria.fr")
   4222 		 (:authors
   4223 		  ("Nicolas P. Rougier" . "Nicolas.Rougier@inria.fr"))
   4224 		 (:commit . "49809d64e6b8084c6468d4a6ffe5523fd4dda8f4"))])
   4225  (swiper .
   4226 	 [(0 14 2)
   4227 	  ((emacs
   4228 	    (24 5))
   4229 	   (ivy
   4230 	    (0 14 2)))
   4231 	  "Isearch with an overview.  Oh, man!" tar
   4232 	  ((:url . "https://github.com/abo-abo/swiper")
   4233 	   (:keywords "matching")
   4234 	   (:maintainer "Oleh Krehel" . "ohwoeowho@gmail.com")
   4235 	   (:authors
   4236 	    ("Oleh Krehel" . "ohwoeowho@gmail.com"))
   4237 	   (:commit . "3d755fd540c0fa0c7d398bb709361291bd1fba0c"))])
   4238  (switchy-window .
   4239 		 [(1 3)
   4240 		  ((emacs
   4241 		    (25 1))
   4242 		   (compat
   4243 		    (29 1 4 1)))
   4244 		  "A most-recently-used window switcher" tar
   4245 		  ((:url . "https://sr.ht/~tsdh/switchy-window/")
   4246 		   (:keywords "windows")
   4247 		   (:maintainer "Tassilo Horn" . "tsdh@gnu.org")
   4248 		   (:authors
   4249 		    ("Tassilo Horn" . "tsdh@gnu.org"))
   4250 		   (:commit . "c743c47b7b4326c411470ba98410b7bfe3685edc"))])
   4251  (sxhkdrc-mode .
   4252 	       [(1 0 0)
   4253 		((emacs
   4254 		  (27 1)))
   4255 		"Major mode for sxhkdrc files (Simple X Hot Key Daemon)" tar
   4256 		((:url . "https://git.sr.ht/~protesilaos/sxhkdrc-mode")
   4257 		 (:maintainer "Protesilaos Stavrou General Issues" . "~protesilaos/general-issues@lists.sr.ht")
   4258 		 (:authors
   4259 		  ("Protesilaos Stavrou" . "info@protesilaos.com"))
   4260 		 (:commit . "112970f8d2355c0cfa0269bb92cd1ecc18790bc9"))])
   4261  (system-packages .
   4262 		  [(1 0 13)
   4263 		   ((emacs
   4264 		     (24 3)))
   4265 		   "functions to manage system packages" tar
   4266 		   ((:url . "https://gitlab.com/jabranham/system-packages")
   4267 		    (:maintainer "J. Alexander Branham" . "alex.branham@gmail.com")
   4268 		    (:authors
   4269 		     ("J. Alexander Branham" . "alex.branham@gmail.com"))
   4270 		    (:commit . "781f8d40ed35a86a65dda3123506dc810adc10e3"))])
   4271  (tNFA .
   4272        [(0 1 1)
   4273 	((queue
   4274 	  (0 1)))
   4275 	"Tagged non-deterministic finite-state automata" single
   4276 	((:keywords "extensions" "matching" "data structures tnfa" "nfa" "dfa" "finite state automata" "automata" "regexp")
   4277 	 (:authors
   4278 	  ("Toby Cubitt" . "toby-predictive@dr-qubit.org"))
   4279 	 (:maintainer "Toby Cubitt" . "toby-predictive@dr-qubit.org")
   4280 	 (:url . "http://www.dr-qubit.org/emacs.php"))])
   4281  (tam .
   4282       [(0 1)
   4283        ((queue
   4284 	 (0 2))
   4285 	(emacs
   4286 	 (24 3)))
   4287        "Manage use of slots in a fixed size table" tar
   4288        ((:url . "https://github.com/owinebar/emacs-table-allocation-manager")
   4289 	(:keywords "lisp" "tools")
   4290 	(:maintainer "Onnie Lynn Winebarger" . "owinebar@gmail.com")
   4291 	(:authors
   4292 	 ("Onnie Lynn Winebarger" . "owinebar@gmail.com"))
   4293 	(:commit . "c254ec9f646ef5527eb1f834a90e5897caa977cf"))])
   4294  (taxy .
   4295        [(0 10 2)
   4296 	((emacs
   4297 	  (26 3)))
   4298 	"Programmable taxonomical grouping for arbitrary objects" tar
   4299 	((:url . "https://github.com/alphapapa/taxy.el")
   4300 	 (:keywords "lisp")
   4301 	 (:maintainer "Adam Porter" . "adam@alphapapa.net")
   4302 	 (:authors
   4303 	  ("Adam Porter" . "adam@alphapapa.net"))
   4304 	 (:commit . "3099ae5cb27a34961e06a3af67555919c62c12d7"))])
   4305  (taxy-magit-section .
   4306 		     [(0 14 3)
   4307 		      ((emacs
   4308 			(26 3))
   4309 		       (magit-section
   4310 			(3 2 1))
   4311 		       (taxy
   4312 			(0 10)))
   4313 		      "View Taxy structs in a Magit Section buffer" tar
   4314 		      ((:url . "https://github.com/alphapapa/taxy.el")
   4315 		       (:keywords "lisp")
   4316 		       (:maintainer "Adam Porter" . "adam@alphapapa.net")
   4317 		       (:authors
   4318 			("Adam Porter" . "adam@alphapapa.net"))
   4319 		       (:commit . "19c67f4d2e7a87cb9aed8e17058c4cf4dfd75406"))])
   4320  (temp-buffer-browse .
   4321 		     [(1 5)
   4322 		      ((emacs
   4323 			(24)))
   4324 		      "temp buffer browse mode" tar
   4325 		      ((:keywords "convenience")
   4326 		       (:maintainer "Leo Liu" . "sdl.web@gmail.com")
   4327 		       (:authors
   4328 			("Leo Liu" . "sdl.web@gmail.com"))
   4329 		       (:url . "https://elpa.gnu.org/packages/temp-buffer-browse.html")
   4330 		       (:commit . "db6041b0413fdeefb1f1285e1d9c1039c10fbf04"))])
   4331  (tempel .
   4332 	 [(1 2)
   4333 	  ((emacs
   4334 	    (27 1))
   4335 	   (compat
   4336 	    (30)))
   4337 	  "Tempo templates/snippets with in-buffer field editing" tar
   4338 	  ((:url . "https://github.com/minad/tempel")
   4339 	   (:keywords "abbrev" "languages" "tools" "text")
   4340 	   (:maintainer "Daniel Mendler" . "mail@daniel-mendler.de")
   4341 	   (:authors
   4342 	    ("Daniel Mendler" . "mail@daniel-mendler.de"))
   4343 	   (:commit . "317c0e41d542721db11a7a8a1c6b78762959259b"))])
   4344  (test-simple .
   4345 	      [(1 3 0)
   4346 	       ((cl-lib
   4347 		 (0)))
   4348 	       "Simple Unit Test Framework for Emacs Lisp" tar
   4349 	       ((:url . "http://github.com/rocky/emacs-test-simple")
   4350 		(:keywords "unit-test")
   4351 		(:maintainer "Rocky Bernstein" . "rocky@gnu.org")
   4352 		(:authors
   4353 		 ("Rocky Bernstein" . "rocky@gnu.org"))
   4354 		(:commit . "b3b69f52207d3a8111421ad7ab9ed82abbe85316"))])
   4355  (tex-item .
   4356 	   [(0 1)
   4357 	    ((emacs
   4358 	      (27 1)))
   4359 	    "Commands for working with tex items" tar
   4360 	    ((:url . "https://github.com/ultronozm/tex-item.el")
   4361 	     (:keywords "tex" "convenience")
   4362 	     (:maintainer "Paul D. Nelson" . "nelson.paul.david@gmail.com")
   4363 	     (:authors
   4364 	      ("Paul D. Nelson" . "nelson.paul.david@gmail.com"))
   4365 	     (:commit . "ee1957f3bce6ed04627b985e95a17db190781e06"))])
   4366  (tex-parens .
   4367 	     [(0 6)
   4368 	      ((emacs
   4369 		(27 1)))
   4370 	      "like lisp.el but for tex" tar
   4371 	      ((:url . "https://github.com/ultronozm/tex-parens.el")
   4372 	       (:keywords "tex" "convenience")
   4373 	       (:maintainer "Paul D. Nelson" . "nelson.paul.david@gmail.com")
   4374 	       (:authors
   4375 		("Paul D. Nelson" . "nelson.paul.david@gmail.com"))
   4376 	       (:commit . "f0717e7aa1918825505b4870d665012cc7b49fd1"))])
   4377  (theme-buffet .
   4378 	       [(0 1 2)
   4379 		((emacs
   4380 		  (29 1)))
   4381 		"Time based theme switcher" tar
   4382 		((:url . "https://git.sr.ht/~bboal/theme-buffet")
   4383 		 (:maintainer "Theme-Buffet Development" . "~bboal/general-issues@lists.sr.ht")
   4384 		 (:authors
   4385 		  ("Bruno Boal" . "egomet@bboal.com")
   4386 		  ("Protesilaos Stavrou" . "info@protesilaos.com"))
   4387 		 (:commit . "06f1be349e9c3d124520b18742911307de9abda3"))])
   4388  (timerfunctions .
   4389 		 [(1 4 2)
   4390 		  ((cl-lib
   4391 		    (0 5))
   4392 		   (emacs
   4393 		    (24)))
   4394 		  "Enhanced versions of some timer.el functions" single
   4395 		  ((:url . "http://elpa.gnu.org/packages/timerfunctions.html")
   4396 		   (:authors
   4397 		    ("Dave Goel" . "deego3@gmail.com"))
   4398 		   (:maintainer "Dave Goel" . "deego3@gmail.com"))])
   4399  (tiny .
   4400        [(0 2 1)
   4401 	nil "Quickly generate linear ranges in Emacs" tar
   4402 	((:url . "https://github.com/abo-abo/tiny")
   4403 	 (:maintainer "Oleh Krehel" . "ohwoeowho@gmail.com")
   4404 	 (:authors
   4405 	  ("Oleh Krehel" . "ohwoeowho@gmail.com"))
   4406 	 (:keywords "convenience"))])
   4407  (tmr .
   4408       [(1 0 0)
   4409        ((emacs
   4410 	 (27 1))
   4411 	(compat
   4412 	 (30 0 0 0)))
   4413        "Set timers using a convenient notation" tar
   4414        ((:url . "https://github.com/protesilaos/tmr")
   4415 	(:keywords "convenience" "timer")
   4416 	(:maintainer "Protesilaos Stavrou" . "info@protesilaos.com")
   4417 	(:authors
   4418 	 ("Protesilaos Stavrou" . "info@protesilaos.com")
   4419 	 ("Damien Cassou" . "damien@cassou.me")
   4420 	 ("Daniel Mendler" . "mail@daniel-mendler.de"))
   4421 	(:commit . "5d9b9683febe5e38838e70bb575e7f8739d77827"))])
   4422  (tomelr .
   4423 	 [(0 4 3)
   4424 	  ((emacs
   4425 	    (26 3))
   4426 	   (map
   4427 	    (3 2 1))
   4428 	   (seq
   4429 	    (2 23)))
   4430 	  "Convert S-expressions to TOML" tar
   4431 	  ((:url . "https://github.com/kaushalmodi/tomelr/")
   4432 	   (:keywords "data" "tools" "toml" "serialization" "config")
   4433 	   (:maintainer "Kaushal Modi" . "kaushal.modi@gmail.com")
   4434 	   (:authors
   4435 	    ("Kaushal Modi" . "kaushal.modi@gmail.com"))
   4436 	   (:commit . "670e0a08f625175fd80137cf69e799619bf8a381"))])
   4437  (topspace .
   4438 	   [(0 3 1)
   4439 	    ((emacs
   4440 	      (25 1)))
   4441 	    "Recenter line 1 with scrollable upper margin/padding" tar
   4442 	    ((:url . "https://github.com/trevorpogue/topspace")
   4443 	     (:keywords "convenience" "scrolling" "center" "cursor" "margin" "padding")
   4444 	     (:maintainer "Trevor Edwin Pogue" . "trevor.pogue@gmail.com")
   4445 	     (:authors
   4446 	      ("Trevor Edwin Pogue" . "trevor.pogue@gmail.com"))
   4447 	     (:commit . "33c2a6f0a11d1d88cdb2065c5a897e33507f4c86"))])
   4448  (track-changes .
   4449 		[(1 2)
   4450 		 ((emacs
   4451 		   (24)))
   4452 		 "API to react to buffer modifications" tar
   4453 		 ((:maintainer "Stefan Monnier" . "monnier@iro.umontreal.ca")
   4454 		  (:authors
   4455 		   ("Stefan Monnier" . "monnier@iro.umontreal.ca"))
   4456 		  (:url . "https://elpa.gnu.org/packages/track-changes.html")
   4457 		  (:commit . "44036b32ba398cf284320285b60be35874b6eea5"))])
   4458  (tramp .
   4459 	[(2 7 1 4)
   4460 	 ((emacs
   4461 	   (27 1)))
   4462 	 "Transparent Remote Access, Multiple Protocol" tar
   4463 	 ((:url . "https://www.gnu.org/software/tramp/")
   4464 	  (:keywords "comm" "processes")
   4465 	  (:maintainer "Michael Albinus" . "michael.albinus@gmx.de")
   4466 	  (:authors
   4467 	   ("Kai Großjohann" . "kai.grossjohann@gmx.net"))
   4468 	  (:commit . "db8ba2f51989a33a5150fe89766eb9d376b0f843"))])
   4469  (tramp-nspawn .
   4470 	       [(1 0 1)
   4471 		((emacs
   4472 		  (23)))
   4473 		"Tramp integration for systemd-nspawn containers" tar
   4474 		((:url . "https://github.com/bjc/tramp-nspawn")
   4475 		 (:keywords "tramp" "nspawn" "machinectl" "systemd" "systemd-nspawn")
   4476 		 (:maintainer "Brian Cully" . "bjc@kublai.com")
   4477 		 (:authors
   4478 		  ("Brian Cully" . "bjc@kublai.com"))
   4479 		 (:commit . "c35ade49754e051c84eaa2733447b4307968f200"))])
   4480  (tramp-theme .
   4481 	      [(0 2)
   4482 	       ((emacs
   4483 		 (24 1)))
   4484 	       "Custom theme for remote buffers" tar
   4485 	       ((:keywords "convenience" "faces")
   4486 		(:maintainer "Michael Albinus" . "michael.albinus@gmx.de")
   4487 		(:authors
   4488 		 ("Michael Albinus" . "michael.albinus@gmx.de"))
   4489 		(:url . "https://elpa.gnu.org/packages/tramp-theme.html")
   4490 		(:commit . "e23d7a390278feea8b5652da49052a16dfbbfc3f"))])
   4491  (transcribe .
   4492 	     [(1 5 2)
   4493 	      nil "Package for audio transcriptions" tar
   4494 	      ((:maintainer "David Gonzalez Gandara" . "dggandara@member.fsf.org")
   4495 	       (:authors
   4496 		("David Gonzalez Gandara" . "dggandara@member.fsf.org"))
   4497 	       (:url . "https://elpa.gnu.org/packages/transcribe.html")
   4498 	       (:commit . "89832e4cdc1e6d8262a4a2c9d1ff70f398b8faf0"))])
   4499  (transient .
   4500 	    [(0 7 9)
   4501 	     ((emacs
   4502 	       (26 1))
   4503 	      (compat
   4504 	       (30 0 0 0))
   4505 	      (seq
   4506 	       (2 24)))
   4507 	     "Transient commands" tar
   4508 	     ((:url . "https://github.com/magit/transient")
   4509 	      (:keywords "extensions")
   4510 	      (:maintainer "Jonas Bernoulli" . "emacs.transient@jonas.bernoulli.dev")
   4511 	      (:authors
   4512 	       ("Jonas Bernoulli" . "emacs.transient@jonas.bernoulli.dev"))
   4513 	      (:commit . "00fabc76eb3dc75f742d8d2720c44e25e5772e8f"))])
   4514  (transient-cycles .
   4515 		   [(1 0)
   4516 		    ((emacs
   4517 		      (27 1)))
   4518 		    "Define command variants with transient cycling" tar
   4519 		    ((:url . "https://git.spwhitton.name/dotfiles/tree/.emacs.d/site-lisp/transient-cycles.el")
   4520 		     (:keywords "buffer" "window" "minor-mode" "convenience")
   4521 		     (:maintainer "Sean Whitton" . "spwhitton@spwhitton.name")
   4522 		     (:authors
   4523 		      ("Sean Whitton" . "spwhitton@spwhitton.name"))
   4524 		     (:commit . "a5b86dd04e84e7ff1cf8c4062843fccb92991145"))])
   4525  (tree-inspector .
   4526 		 [(0 4)
   4527 		  ((emacs
   4528 		    (27 1))
   4529 		   (treeview
   4530 		    (1 1 0)))
   4531 		  "Inspector tool for Emacs Lisp object that uses a treeview" tar
   4532 		  ((:url . "https://github.com/mmontone/emacs-inspector")
   4533 		   (:keywords "debugging" "tool" "lisp" "development")
   4534 		   (:maintainer "Mariano Montone" . "marianomontone@gmail.com")
   4535 		   (:authors
   4536 		    ("Mariano Montone" . "marianomontone@gmail.com"))
   4537 		   (:commit . "bbb8d2dfe84fbf857fcc1579de5a1324b09a877e"))])
   4538  (trie .
   4539        [(0 6)
   4540 	((tNFA
   4541 	  (0 1 1))
   4542 	 (heap
   4543 	  (0 3)))
   4544 	"Trie data structure" tar
   4545 	((:url . "http://www.dr-qubit.org/emacs.php")
   4546 	 (:keywords "extensions" "matching" "data structures trie" "ternary search tree" "tree" "completion" "regexp")
   4547 	 (:maintainer "Toby Cubitt" . "toby-predictive@dr-qubit.org")
   4548 	 (:authors
   4549 	  ("Toby Cubitt" . "toby-predictive@dr-qubit.org"))
   4550 	 (:commit . "e7326a61b1cd2605867063fcfc5ddddaeed6d993"))])
   4551  (triples .
   4552 	  [(0 4 1)
   4553 	   ((seq
   4554 	     (2 0))
   4555 	    (emacs
   4556 	     (28 1)))
   4557 	   "A flexible triple-based database for use in apps" tar
   4558 	   ((:url . "https://github.com/ahyatt/triples")
   4559 	    (:keywords "triples" "kg" "data" "sqlite")
   4560 	    (:maintainer "Andrew Hyatt" . "ahyatt@gmail.com")
   4561 	    (:authors
   4562 	     ("Andrew Hyatt" . "ahyatt@gmail.com"))
   4563 	    (:commit . "b7117858ed9e538a379cc398a7dbeea7046d585d"))])
   4564  (typo .
   4565        [(1 0 1)
   4566 	((emacs
   4567 	  (27 1)))
   4568 	"Completion style using typo analysis" tar
   4569 	((:url . "https://git.sr.ht/~pkal/typo/")
   4570 	 (:keywords "convenience")
   4571 	 (:maintainer "Philip Kaludercic" . "~pkal/public-inbox@lists.sr.ht")
   4572 	 (:authors
   4573 	  ("Philip Kaludercic" . "philipk@posteo.net"))
   4574 	 (:commit . "281c9049c1d08cf11c8a1957ea99e5c58795ed3c"))])
   4575  (ulisp-repl .
   4576 	     [(1 0 3)
   4577 	      ((emacs
   4578 		(26 1)))
   4579 	      "uLisp REPL" tar
   4580 	      ((:maintainer "Thomas Fitzsimmons" . "fitzsim@fitzsim.org")
   4581 	       (:authors
   4582 		("Thomas Fitzsimmons" . "fitzsim@fitzsim.org"))
   4583 	       (:url . "https://elpa.gnu.org/packages/ulisp-repl.html")
   4584 	       (:commit . "63e38a9080b2d15146680022e20700db6eb20657"))])
   4585  (undo-tree .
   4586 	    [(0 8 2)
   4587 	     ((queue
   4588 	       (0 2)))
   4589 	     "Treat undo history as a tree" tar
   4590 	     ((:url . "https://www.dr-qubit.org/undo-tree.html")
   4591 	      (:keywords "convenience" "files" "undo" "redo" "history" "tree")
   4592 	      (:maintainer "Toby Cubitt" . "toby-undo-tree@dr-qubit.org")
   4593 	      (:authors
   4594 	       ("Toby Cubitt" . "toby-undo-tree@dr-qubit.org"))
   4595 	      (:commit . "42aab056e37e033816b2d192f9121b89410b958e"))])
   4596  (uni-confusables .
   4597 		  [(0 3)
   4598 		   nil "Unicode confusables table" tar
   4599 		   ((:maintainer "Teodor Zlatanov" . "tzz@lifelogs.com")
   4600 		    (:url . "https://elpa.gnu.org/packages/uni-confusables.html")
   4601 		    (:commit . "393e1adeec5b0eb51f9606983655cfe2272c6e54"))])
   4602  (uniquify-files .
   4603 		 [(1 0 4)
   4604 		  ((emacs
   4605 		    (25 0)))
   4606 		  "Completion style for files, minimizing directories" tar
   4607 		  ((:keywords "completion" "table" "uniquify")
   4608 		   (:maintainer "Stephen Leake" . "stephen_leake@stephe-leake.org")
   4609 		   (:authors
   4610 		    ("Stephen Leake" . "stephen_leake@stephe-leake.org"))
   4611 		   (:url . "https://elpa.gnu.org/packages/uniquify-files.html")
   4612 		   (:commit . "1d76b4f0e283afaff2be053d85f8726ffc3abd6e"))])
   4613  (urgrep .
   4614 	 [(0 5 1)
   4615 	  ((emacs
   4616 	    (27 1))
   4617 	   (compat
   4618 	    (29 1 0 1))
   4619 	   (project
   4620 	    (0 3 0)))
   4621 	  "Universal recursive grep" tar
   4622 	  ((:url . "https://github.com/jimporter/urgrep")
   4623 	   (:keywords "grep" "search")
   4624 	   (:commit . "8af67d13dea234cf68868086d539f9fcbaf058ec"))])
   4625  (url-http-ntlm .
   4626 		[(2 0 5)
   4627 		 ((cl-lib
   4628 		   (0 5))
   4629 		  (ntlm
   4630 		   (2 1 0))
   4631 		  (nadvice
   4632 		   (0 3)))
   4633 		 "NTLM authentication for the url library" tar
   4634 		 ((:url . "https://code.google.com/p/url-http-ntlm/")
   4635 		  (:keywords "comm" "data" "processes" "hypermedia")
   4636 		  (:maintainer "Thomas Fitzsimmons" . "fitzsim@fitzsim.org")
   4637 		  (:authors
   4638 		   ("Tom Schutzer-Weissmann" . "tom.weissmann@gmail.com"))
   4639 		  (:commit . "2c76d9491304e485a91c9d457fc25130279e1324"))])
   4640  (url-http-oauth .
   4641 		 [(0 8 3)
   4642 		  nil "OAuth 2.0 for URL library" tar
   4643 		  ((:keywords "comm" "data" "processes" "hypermedia")
   4644 		   (:maintainer "Thomas Fitzsimmons" . "fitzsim@fitzsim.org")
   4645 		   (:authors
   4646 		    ("Thomas Fitzsimmons" . "fitzsim@fitzsim.org"))
   4647 		   (:url . "https://elpa.gnu.org/packages/url-http-oauth.html")
   4648 		   (:commit . "c2d06036f22ce61f5a1e3084c8b265d897b7fcab"))])
   4649  (url-scgi .
   4650 	   [(0 9)
   4651 	    ((emacs
   4652 	      (24 3)))
   4653 	    "SCGI support for url.el" tar
   4654 	    ((:url . "https://github.com/skangas/url-scgi/")
   4655 	     (:keywords "comm" "data" "processes" "scgi")
   4656 	     (:maintainer "Stefan Kangas" . "stefankangas@gmail.com")
   4657 	     (:authors
   4658 	      ("Stefan Kangas" . "stefankangas@gmail.com"))
   4659 	     (:commit . "ccf30c3647cd6a560cadc795bd92769c0a0c9de9"))])
   4660  (use-package .
   4661 	      [(2 4 6)
   4662 	       ((emacs
   4663 		 (24 3))
   4664 		(bind-key
   4665 		 (2 4)))
   4666 	       "A configuration macro for simplifying your .emacs" tar
   4667 	       ((:url . "https://github.com/jwiegley/use-package")
   4668 		(:keywords "dotemacs" "startup" "speed" "config" "package" "extensions")
   4669 		(:maintainer "John Wiegley" . "johnw@newartisans.com")
   4670 		(:authors
   4671 		 ("John Wiegley" . "johnw@newartisans.com"))
   4672 		(:commit . "d8e9eb73c2b5f93adf3ae29d1349ce2161e23cb4"))])
   4673  (validate .
   4674 	   [(1 0 4)
   4675 	    ((emacs
   4676 	      (24 1))
   4677 	     (cl-lib
   4678 	      (0 5))
   4679 	     (seq
   4680 	      (2 16)))
   4681 	    "Schema validation for Emacs-lisp" tar
   4682 	    ((:keywords "lisp")
   4683 	     (:maintainer "Artur Malabarba" . "emacs@endlessparentheses.com")
   4684 	     (:authors
   4685 	      ("Artur Malabarba" . "emacs@endlessparentheses.com"))
   4686 	     (:url . "https://elpa.gnu.org/packages/validate.html")
   4687 	     (:commit . "2bc1a7c5f09de5deb7f27b2b4ed731271f9f3f05"))])
   4688  (valign .
   4689 	 [(3 1 1)
   4690 	  ((emacs
   4691 	    (26 0)))
   4692 	  "Visually align tables" tar
   4693 	  ((:url . "https://github.com/casouri/valign")
   4694 	   (:keywords "convenience" "text" "table")
   4695 	   (:maintainer "Yuan Fu" . "casouri@gmail.com")
   4696 	   (:authors
   4697 	    ("Yuan Fu" . "casouri@gmail.com"))
   4698 	   (:commit . "421c8c0cb4636e5fd87ac1022d6b8268c320f74f"))])
   4699  (vc-backup .
   4700 	    [(1 1 0)
   4701 	     nil "VC backend for versioned backups" tar
   4702 	     ((:url . "https://git.sr.ht/~pkal/vc-backup")
   4703 	      (:keywords "vc")
   4704 	      (:maintainer "Philip Kaludercic" . "philipk@posteo.net")
   4705 	      (:authors
   4706 	       ("Philip Kaludercic" . "philipk@posteo.net"))
   4707 	      (:commit . "397af1e12b2e73a00370cc3ac054ffe2402b3352"))])
   4708  (vc-got .
   4709 	 [(1 2)
   4710 	  ((emacs
   4711 	    (25 1)))
   4712 	  "VC backend for Game of Trees VCS" tar
   4713 	  ((:url . "https://projects.omarpolo.com/vc-got.html")
   4714 	   (:keywords "vc" "tools")
   4715 	   (:maintainer
   4716 	    ("Omar Polo" . "op@omarpolo.com")
   4717 	    ("Timo Myyrä" . "timo.myyra@bittivirhe.fi"))
   4718 	   (:authors
   4719 	    ("Omar Polo" . "op@omarpolo.com")
   4720 	    ("Timo Myyrä" . "timo.myyra@bittivirhe.fi"))
   4721 	   (:commit . "bc158324418fd8bef96a7f62856679de2569030f"))])
   4722  (vc-hgcmd .
   4723 	   [(1 14 1)
   4724 	    ((emacs
   4725 	      (25 1)))
   4726 	    "VC mercurial backend that uses hg command server" tar
   4727 	    ((:url . "https://github.com/muffinmad/emacs-vc-hgcmd")
   4728 	     (:keywords "vc")
   4729 	     (:maintainer "Andrii Kolomoiets" . "andreyk.mad@gmail.com")
   4730 	     (:authors
   4731 	      ("Andrii Kolomoiets" . "andreyk.mad@gmail.com"))
   4732 	     (:commit . "d044448965d31ca8214f8bca48487e4d9b9d9a0f"))])
   4733  (vcard .
   4734 	[(0 2 2)
   4735 	 ((emacs
   4736 	   (27 1)))
   4737 	 "Package for handling vCard files" tar
   4738 	 ((:keywords "vcard" "mail" "news")
   4739 	  (:maintainer
   4740 	   ("Noah Friedman" . "friedman@splode.com")
   4741 	   ("Eric Abrahamsen" . "eric@ericabrahamsen.net"))
   4742 	  (:authors
   4743 	   ("Noah Friedman" . "friedman@splode.com"))
   4744 	  (:url . "https://elpa.gnu.org/packages/vcard.html")
   4745 	  (:commit . "28b88fd8ed53ca12d9499175217af81f5ea161fc"))])
   4746  (vcl-mode .
   4747 	   [(1 1)
   4748 	    nil "Major mode for Varnish Configuration Language" tar
   4749 	    ((:keywords "varnish" "vcl")
   4750 	     (:maintainer "Sergey Poznyakoff" . "gray@gnu.org.ua")
   4751 	     (:authors
   4752 	      ("Sergey Poznyakoff" . "gray@gnu.org.ua"))
   4753 	     (:url . "https://elpa.gnu.org/packages/vcl-mode.html")
   4754 	     (:commit . "ff7331de91e399af4b222cad0b0a1d445f82b333"))])
   4755  (vdiff .
   4756 	[(0 2 4)
   4757 	 ((emacs
   4758 	   (24 4))
   4759 	  (hydra
   4760 	   (0 13 0)))
   4761 	 "A diff tool similar to  vimdiff" tar
   4762 	 ((:url . "https://github.com/justbur/emacs-vdiff")
   4763 	  (:keywords "diff")
   4764 	  (:maintainer "Justin Burkett" . "justin@burkett.cc")
   4765 	  (:authors
   4766 	   ("Justin Burkett" . "justin@burkett.cc"))
   4767 	  (:commit . "007e44be19d068fd6b49874b6e9b8df8b1f552bd"))])
   4768  (verilog-mode .
   4769 	       [(2024 10 9 140346409)
   4770 		nil "major mode for editing verilog source in Emacs" tar
   4771 		((:url . "https://www.veripool.org")
   4772 		 (:keywords "languages")
   4773 		 (:maintainer
   4774 		  ("Michael McNamara" . "mac@verilog.com")
   4775 		  ("Wilson Snyder" . "wsnyder@wsnyder.org"))
   4776 		 (:authors
   4777 		  ("Michael McNamara" . "mac@verilog.com")
   4778 		  ("Wilson Snyder" . "wsnyder@wsnyder.org"))
   4779 		 (:commit . "cb0b6a405706f6367d9adfb3ee447590c2a0876f"))])
   4780  (vertico .
   4781 	  [(1 9)
   4782 	   ((emacs
   4783 	     (27 1))
   4784 	    (compat
   4785 	     (30)))
   4786 	   "VERTical Interactive COmpletion" tar
   4787 	   ((:url . "https://github.com/minad/vertico")
   4788 	    (:keywords "convenience" "files" "matching" "completion")
   4789 	    (:maintainer "Daniel Mendler" . "mail@daniel-mendler.de")
   4790 	    (:authors
   4791 	     ("Daniel Mendler" . "mail@daniel-mendler.de"))
   4792 	    (:commit . "d70fdeb67be9ecc88c438039eefa9ef0e2104005"))])
   4793  (vertico-posframe .
   4794 		   [(0 7 7)
   4795 		    ((emacs
   4796 		      (26 0))
   4797 		     (posframe
   4798 		      (1 4 0))
   4799 		     (vertico
   4800 		      (1 1)))
   4801 		    "Using posframe to show Vertico" tar
   4802 		    ((:url . "https://github.com/tumashu/vertico-posframe")
   4803 		     (:keywords "abbrev" "convenience" "matching" "vertico")
   4804 		     (:maintainer "Feng Shu" . "tumashu@163.com")
   4805 		     (:authors
   4806 		      ("Feng Shu" . "tumashu@163.com"))
   4807 		     (:commit . "2e0e09e5bbd6ec576ddbe566ab122575ef051fab"))])
   4808  (vigenere .
   4809 	   [(1 0)
   4810 	    ((emacs
   4811 	      (25 1)))
   4812 	    "Run a vigenere cipher on a block of text ;" tar
   4813 	    ((:url . "https://elpa.gnu.org/packages/vigenere.html")
   4814 	     (:keywords "data" "vigenere" "cipher")
   4815 	     (:maintainer "Ian Dunn" . "dunni@gnu.org")
   4816 	     (:authors
   4817 	      ("Ian Dunn" . "dunni@gnu.org"))
   4818 	     (:commit . "434270403845789f4be32102c573ea965e870d19"))])
   4819  (visual-filename-abbrev .
   4820 			 [(1 3)
   4821 			  ((emacs
   4822 			    (26 1)))
   4823 			  "Visually abbreviate filenames" tar
   4824 			  ((:keywords "tools")
   4825 			   (:maintainer "Tassilo Horn" . "tsdh@gnu.org")
   4826 			   (:authors
   4827 			    ("Tassilo Horn" . "tsdh@gnu.org"))
   4828 			   (:url . "https://elpa.gnu.org/packages/visual-filename-abbrev.html")
   4829 			   (:commit . "4af7868db7bbc6a3c185540ba4e257d4c4c560c0"))])
   4830  (visual-fill .
   4831 	      [(0 2)
   4832 	       nil "Auto-refill paragraphs without modifying the buffer" tar
   4833 	       ((:maintainer "Stefan Monnier" . "monnier@iro.umontreal.ca")
   4834 		(:authors
   4835 		 ("Stefan Monnier" . "monnier@iro.umontreal.ca"))
   4836 		(:url . "https://elpa.gnu.org/packages/visual-fill.html")
   4837 		(:commit . "1951eaf59e25091d5597cc45e3dd5925be005122"))])
   4838  (vlf .
   4839       [(1 7 2)
   4840        nil "View Large Files" tar
   4841        ((:url . "https://github.com/m00natic/vlfi")
   4842 	(:keywords "large files" "utilities")
   4843 	(:maintainer "Andrey Kotlarski" . "m00naticus@gmail.com")
   4844 	(:commit . "efffeb5f54191d41a503d1d51343bb327fe2f871"))])
   4845  (vundo .
   4846 	[(2 3 0)
   4847 	 ((emacs
   4848 	   (28 1)))
   4849 	 "Visual undo tree" tar
   4850 	 ((:url . "https://github.com/casouri/vundo")
   4851 	  (:keywords "undo" "text" "editing")
   4852 	  (:maintainer "Yuan Fu" . "casouri@gmail.com")
   4853 	  (:authors
   4854 	   ("Yuan Fu" . "casouri@gmail.com"))
   4855 	  (:commit . "4c01db9c011b7b4ca4ef5da338cdc6ea45aac7a5"))])
   4856  (wcheck-mode .
   4857 	      [(2021)
   4858 	       nil "General interface for text checkers" tar
   4859 	       ((:url . "https://github.com/tlikonen/wcheck-mode")
   4860 		(:keywords "text" "spell" "check" "languages" "ispell")
   4861 		(:maintainer "Teemu Likonen" . "tlikonen@iki.fi")
   4862 		(:authors
   4863 		 ("Teemu Likonen" . "tlikonen@iki.fi"))
   4864 		(:commit . "e1c86e6f9e150ed25efb58fcf21db374b1b7f519"))])
   4865  (wconf .
   4866 	[(0 2 1)
   4867 	 ((emacs
   4868 	   (24 4)))
   4869 	 "Minimal window layout manager" tar
   4870 	 ((:url . "https://github.com/ilohmar/wconf")
   4871 	  (:keywords "windows" "frames" "layout")
   4872 	  (:maintainer "Ingo Lohmar" . "i.lohmar@gmail.com")
   4873 	  (:authors
   4874 	   ("Ingo Lohmar" . "i.lohmar@gmail.com"))
   4875 	  (:commit . "833ae431a5b35739be3076ea4b586d84d6fe269f"))])
   4876  (web-server .
   4877 	     [(0 1 2)
   4878 	      ((emacs
   4879 		(24 3)))
   4880 	      "Emacs Web Server" tar
   4881 	      ((:url . "https://github.com/eschulte/emacs-web-server")
   4882 	       (:keywords "http" "server" "network")
   4883 	       (:maintainer "Eric Schulte" . "schulte.eric@gmail.com")
   4884 	       (:authors
   4885 		("Eric Schulte" . "schulte.eric@gmail.com"))
   4886 	       (:commit . "33afdb46e1cd61251736816d965495525b36c9cd"))])
   4887  (webfeeder .
   4888 	    [(1 1 2)
   4889 	     ((emacs
   4890 	       (25 1)))
   4891 	     "Build RSS and Atom webfeeds from HTML files" tar
   4892 	     ((:url . "https://gitlab.com/Ambrevar/emacs-webfeeder")
   4893 	      (:keywords "news" "hypermedia" "blog" "feed" "rss" "atom")
   4894 	      (:maintainer "Pierre Neidhardt" . "mail@ambrevar.xyz")
   4895 	      (:authors
   4896 	       ("Pierre Neidhardt" . "mail@ambrevar.xyz"))
   4897 	      (:commit . "6037848ee495a67510d8b43f1fbe319b76dbd859"))])
   4898  (websocket .
   4899 	    [(1 15)
   4900 	     ((cl-lib
   4901 	       (0 5)))
   4902 	     "Emacs WebSocket client and server" tar
   4903 	     ((:url . "https://github.com/ahyatt/emacs-websocket")
   4904 	      (:keywords "communication" "websocket" "server")
   4905 	      (:maintainer "Andrew Hyatt" . "ahyatt@gmail.com")
   4906 	      (:authors
   4907 	       ("Andrew Hyatt" . "ahyatt@gmail.com"))
   4908 	      (:commit . "40c208eaab99999d7c1e4bea883648da24c03be3"))])
   4909  (which-key .
   4910 	    [(3 6 1)
   4911 	     ((emacs
   4912 	       (25 1)))
   4913 	     "Display available keybindings in popup" tar
   4914 	     ((:maintainer "Justin Burkett" . "justin@burkett.cc")
   4915 	      (:authors
   4916 	       ("Justin Burkett" . "justin@burkett.cc"))
   4917 	      (:url . "https://elpa.gnu.org/packages/which-key.html")
   4918 	      (:commit . "34b832fce1d01c22aa644196cd6e6b50b1d403ee"))])
   4919  (window-commander .
   4920 		   [(3 0 2)
   4921 		    ((emacs
   4922 		      (27 1)))
   4923 		    "Simply execute commands on windows" tar
   4924 		    ((:url . "https://dsemy.com/projects/window-commander")
   4925 		     (:keywords "convenience")
   4926 		     (:maintainer "Daniel Semyonov" . "daniel@dsemy.com")
   4927 		     (:authors
   4928 		      ("Daniel Semyonov" . "daniel@dsemy.com"))
   4929 		     (:commit . "ad92c184ccc06f46b2caf001bc8201d983eca626"))])
   4930  (window-tool-bar .
   4931 		  [(0 2 1)
   4932 		   ((emacs
   4933 		     (27 1))
   4934 		    (compat
   4935 		     (29 1)))
   4936 		   "Add tool bars inside windows" tar
   4937 		   ((:keywords "mouse")
   4938 		    (:maintainer "Jared Finder" . "jared@finder.org")
   4939 		    (:authors
   4940 		     ("Jared Finder" . "jared@finder.org"))
   4941 		    (:url . "https://elpa.gnu.org/packages/window-tool-bar.html")
   4942 		    (:commit . "a5c0d682b10fa60925641c6abc3a5dbee024fa46"))])
   4943  (windower .
   4944 	   [(0 0 1)
   4945 	    ((emacs
   4946 	      (25)))
   4947 	    "Helper functions for window manipulation." single
   4948 	    ((:keywords "convenience" "tools")
   4949 	     (:authors
   4950 	      ("Pierre Neidhardt" . "mail@ambrevar.xyz"))
   4951 	     (:maintainer "Pierre Neidhardt" . "mail@ambrevar.xyz")
   4952 	     (:url . "https://gitlab.com/ambrevar/windower"))])
   4953  (windresize .
   4954 	     [(0 1)
   4955 	      nil "Resize windows interactively" tar
   4956 	      ((:keywords "window")
   4957 	       (:maintainer "Bastien" . "bzgATalternDOTorg")
   4958 	       (:authors
   4959 		("Bastien" . "bzgATalternDOTorg"))
   4960 	       (:url . "https://elpa.gnu.org/packages/windresize.html")
   4961 	       (:commit . "0693d5d864ac9fd033c868bdd887e66278e056e9"))])
   4962  (wisi .
   4963        [(4 3 2)
   4964 	((emacs
   4965 	  (25 3))
   4966 	 (seq
   4967 	  (2 20)))
   4968 	"Utilities for implementing an indentation/navigation engine using a generalized LR parser" tar
   4969 	((:url . "https://stephe-leake.org/ada/wisitoken.html")
   4970 	 (:keywords "parser" "indentation" "navigation")
   4971 	 (:maintainer "Stephen Leake" . "stephen_leake@stephe-leake.org")
   4972 	 (:authors
   4973 	  ("Stephen Leake" . "stephen_leake@stephe-leake.org"))
   4974 	 (:commit . "1c4b099bf1f93cebee523b0ba75ccab6c6c2a2f0"))])
   4975  (wisitoken-grammar-mode .
   4976 			 [(1 3 0)
   4977 			  ((wisi
   4978 			    (4 2 2))
   4979 			   (emacs
   4980 			    (25 3))
   4981 			   (mmm-mode
   4982 			    (0 5 7)))
   4983 			  "Major mode for editing WisiToken grammar files" tar
   4984 			  ((:url . "https://www.nongnu.org/ada-mode/")
   4985 			   (:keywords "languages")
   4986 			   (:maintainer "Stephen Leake" . "stephen_leake@stephe-leake.org")
   4987 			   (:authors
   4988 			    ("Stephen Leake" . "stephen_leake@stephe-leake.org"))
   4989 			   (:commit . "2d58879cea26b8a3b573d084d149dea94f93dfb8"))])
   4990  (wpuzzle .
   4991 	  [(1 1)
   4992 	   nil "find as many word in a given time" tar
   4993 	   ((:maintainer "Ivan Kanis" . "ivan@kanis.fr")
   4994 	    (:authors
   4995 	     ("Ivan Kanis" . "ivan@kanis.fr"))
   4996 	    (:url . "https://elpa.gnu.org/packages/wpuzzle.html")
   4997 	    (:commit . "9373cbc013b978b31e38822bfdcc9a7fc5e0ed99"))])
   4998  (wrap-search .
   4999 	      [(4 17 6)
   5000 	       nil "wrapped, non-incremental search" tar
   5001 	       ((:url . "https://dataswamp.org/~incal/elpa/wrap-search.el")
   5002 		(:keywords "matching")
   5003 		(:maintainer "Emanuel Berg" . "incal@dataswamp.org")
   5004 		(:authors
   5005 		 ("Emanuel Berg" . "incal@dataswamp.org"))
   5006 		(:commit . "980081a476dce22032e31b50eb4e34d54dc4788c"))])
   5007  (xclip .
   5008 	[(1 11 1)
   5009 	 nil "Copy&paste GUI clipboard from text terminal" tar
   5010 	 ((:keywords "convenience" "tools")
   5011 	  (:maintainer "Leo Liu" . "sdl.web@gmail.com")
   5012 	  (:authors
   5013 	   ("Leo Liu" . "sdl.web@gmail.com"))
   5014 	  (:url . "https://elpa.gnu.org/packages/xclip.html")
   5015 	  (:commit . "7febe164de2a881b83b9d604d3c7cf20b69f422d"))])
   5016  (xeft .
   5017        [(3 3)
   5018 	((emacs
   5019 	  (26 0)))
   5020 	"Deft feat. Xapian" tar
   5021 	((:url . "https://sr.ht/~casouri/xeft")
   5022 	 (:keywords "applications" "note" "searching")
   5023 	 (:maintainer "Yuan Fu" . "casouri@gmail.com")
   5024 	 (:authors
   5025 	  ("Yuan Fu" . "casouri@gmail.com"))
   5026 	 (:commit . "ea4fa859c1129243b15f259a10e67ea274c5ef63"))])
   5027  (xelb .
   5028        [(0 20)
   5029 	((emacs
   5030 	  (27 1))
   5031 	 (compat
   5032 	  (29 1)))
   5033 	"X protocol Emacs Lisp Binding" tar
   5034 	((:url . "https://github.com/emacs-exwm/xelb")
   5035 	 (:keywords "unix")
   5036 	 (:maintainer
   5037 	  ("Adrián Medraño Calvo" . "adrian@medranocalvo.com")
   5038 	  ("Steven Allen" . "steven@stebalien.com")
   5039 	  ("Daniel Mendler" . "mail@daniel-mendler.de"))
   5040 	 (:authors
   5041 	  ("Chris Feng" . "chris.w.feng@gmail.com"))
   5042 	 (:commit . "bdf3a69214c70611fbce71942598c85c4fe3d6b7"))])
   5043  (xpm .
   5044       [(1 0 5)
   5045        ((cl-lib
   5046 	 (0 5))
   5047 	(queue
   5048 	 (0 2)))
   5049        "edit XPM images" tar
   5050        ((:url . "https://www.gnuvola.org/software/xpm/")
   5051 	(:keywords "multimedia" "xpm")
   5052 	(:maintainer "Thien-Thi Nguyen" . "ttn@gnu.org")
   5053 	(:authors
   5054 	 ("Thien-Thi Nguyen" . "ttn@gnu.org"))
   5055 	(:commit . "85e5c412dde7ec3c3f64c64d37079e233293e4d0"))])
   5056  (xr .
   5057      [(2 0)
   5058       ((emacs
   5059 	(27 1)))
   5060       "Convert string regexp to rx notation" tar
   5061       ((:url . "https://github.com/mattiase/xr")
   5062        (:keywords "lisp" "regexps")
   5063        (:maintainer "Mattias Engdegård" . "mattiase@acm.org")
   5064        (:authors
   5065 	("Mattias Engdegård" . "mattiase@acm.org"))
   5066        (:commit . "9048d15a8de605ad1ee9eba889e4ec90944d8416"))])
   5067  (xref .
   5068        [(1 7 0)
   5069 	((emacs
   5070 	  (26 1)))
   5071 	"Cross-referencing commands" tar
   5072 	((:url . "https://elpa.gnu.org/packages/xref.html")
   5073 	 (:commit . "cef848fe5f355ca34abc176739d0ace835b12eed"))])
   5074  (xref-union .
   5075 	     [(0 2 0)
   5076 	      ((emacs
   5077 		(25 1)))
   5078 	      "Combine multiple Xref backends" tar
   5079 	      ((:url . "https://git.sr.ht/~pkal/xref-union/")
   5080 	       (:maintainer "Philip Kaludercic" . "~pkal/public-inbox@lists.sr.ht")
   5081 	       (:authors
   5082 		("Philip Kaludercic" . "philipk@posteo.net"))
   5083 	       (:commit . "2bb88d0dc526177c3c6612d6585cee6b2c57803a"))])
   5084  (yasnippet .
   5085 	    [(0 14 1)
   5086 	     ((cl-lib
   5087 	       (0 5))
   5088 	      (emacs
   5089 	       (24 4)))
   5090 	     "Yet another snippet extension for Emacs" tar
   5091 	     ((:url . "http://github.com/joaotavora/yasnippet")
   5092 	      (:keywords "convenience" "emulation")
   5093 	      (:maintainer "Noam Postavsky" . "npostavs@gmail.com")
   5094 	      (:commit . "297546f0853a6a51f5b05e954d0c6aea8caa5ec2"))])
   5095  (yasnippet-classic-snippets .
   5096 			     [(1 0 2)
   5097 			      ((yasnippet
   5098 				(0 9 1)))
   5099 			      "\"Classic\" yasnippet snippets" tar
   5100 			      ((:keywords "snippets")
   5101 			       (:maintainer "Noam Postavsky" . "npostavs@gmail.com")
   5102 			       (:url . "https://elpa.gnu.org/packages/yasnippet-classic-snippets.html")
   5103 			       (:commit . "43ff0337f5ec504f2a496f2f035a5087cd8e2074"))])
   5104  (zones .
   5105 	[(2023 6 11)
   5106 	 nil "Zones of text - like multiple regions" tar
   5107 	 ((:url . "https://elpa.gnu.org/packages/zones.html")
   5108 	  (:keywords "narrow" "restriction" "widen" "region" "zone")
   5109 	  (:maintainer "Drew Adams" . "drew.adams@oracle.com")
   5110 	  (:commit . "10ebf386d48725fa3af2f8b0c60ad4ffa0ec9653"))])
   5111  (ztree .
   5112 	[(1 0 6)
   5113 	 ((cl-lib
   5114 	   (0)))
   5115 	 "Text mode directory tree" tar
   5116 	 ((:url . "https://github.com/fourier/ztree")
   5117 	  (:keywords "files" "tools")
   5118 	  (:maintainer "Alexey Veretennikov" . "alexey.veretennikov@gmail.com")
   5119 	  (:authors
   5120 	   ("Alexey Veretennikov" . "alexey.veretennikov@gmail.com"))
   5121 	  (:commit . "c9ad9136d52ca5a81475693864e255d29448f43f"))])
   5122  (zuul .
   5123        [(0 4 0)
   5124 	((emacs
   5125 	  (27 1))
   5126 	 (project
   5127 	  (0 8 1)))
   5128 	"Interface to Zuul" tar
   5129 	((:url . "https://sr.ht/~niklaseklund/zuul.el")
   5130 	 (:keywords "convenience" "tools")
   5131 	 (:maintainer "zuul.el Development" . "~niklaseklund/zuul.el@lists.sr.ht")
   5132 	 (:authors
   5133 	  ("Niklas Eklund" . "niklas.eklund@posteo.net"))
   5134 	 (:commit . "c94886cb7abdea66ba1d0a064a4d93efed10fed4"))]))