queue-el 0.2-5 source package in Ubuntu

Changelog

queue-el (0.2-5) unstable; urgency=medium

  * Team upload.
  * Rebuild against dh-elpa 2.1.5.
    Upload pushed to dgit-repos but not salsa.
    See <https://lists.debian.org/debian-emacsen/2024/07/msg00077.html>.

 -- Sean Whitton <email address hidden>  Thu, 25 Jul 2024 23:39:38 +0900

Upload details

Uploaded by:
Debian Emacsen team
Uploaded to:
Sid
Original maintainer:
Debian Emacsen team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
queue-el_0.2-5.dsc 2.0 KiB 120d3be3be9f8e4bcc240ddd6355e0bbb338b602d1c54efa764d5e9738ed6ffb
queue-el_0.2.orig.tar.xz 2.3 KiB fa6a58c9bc07a50b84e7c4bce3e17c2f6b6c025dbbbaadbfb0ed92fb9a0dc83a
queue-el_0.2-5.debian.tar.xz 2.7 KiB 1aa5308d310a071360c2ecce7b162c071d581fc3371233d6dc1612c92e48b49d

Available diffs

No changes file available.

Binary packages built by this source

elpa-queue: queue data structure for Emacs Lisp

 This library provides a queue data structure for Emacs Lisp. The
 queues can be used both as a first-in last-out (FILO) and as a
 first-in first-out (FIFO) stack, i.e. elements can be added to the
 front or back of the queue, and can be removed from the front. (This
 type of data structure is sometimes called an "output-restricted
 deque".)