blob: 74576bf04f23b9a11f0eedefd70224fa5ece6a3b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit common-lisp-3
DESCRIPTION="An event scheduling library for SBCL by Zach Beane. It implements an interface similar to LispWorks' timer and scheduling functions."
HOMEPAGE="https://www.cliki.net/TIMER"
SRC_URI="https://www.xach.com/lisp/${PN}/${P}.tar.gz"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
RDEPEND="dev-lisp/sbcl"
|