app-emacs/queue - 0.2 (akater)

Search

Install

Install this version:

emerge -a =app-emacs/queue-0.2

Package Information

Description:
Queue data structure

Ebuild Details

Version EAPI Keywords Slot
0.2 8 amd64 x86 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
NEED_EMACS="24"

inherit elpa

DESCRIPTION="Queue data structure"

SLOT="0"
KEYWORDS="amd64 x86"

SITEFILE="50${PN}-gentoo.el"

Inherited Eclasses