From 14a17c9f7d8fc7dafeb1a733632323928e66a656 Mon Sep 17 00:00:00 2001 From: Matthew Smith Date: Mon, 14 Feb 2022 17:10:38 +0000 Subject: app-emacs/queue: initial import at 0.2 Signed-off-by: Matthew Smith --- app-emacs/queue/metadata.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 app-emacs/queue/metadata.xml (limited to 'app-emacs/queue/metadata.xml') diff --git a/app-emacs/queue/metadata.xml b/app-emacs/queue/metadata.xml new file mode 100644 index 000000000000..3ac8e09b5ce7 --- /dev/null +++ b/app-emacs/queue/metadata.xml @@ -0,0 +1,16 @@ + + + + + gnu-emacs@gentoo.org + Gentoo GNU Emacs project + + + Provides 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".) + + + -- cgit v1.2.3-65-gdbad