dev-lisp/contextl - 9999 (nest)

Search

Install

Install this version:

emerge -a =dev-lisp/contextl-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-lisp/contextl-9999

Or alternatively:

emerge --autounmask-write -a =dev-lisp/contextl-9999

Package Information

Description:
CLOS extension for Context-oriented Programming
Homepage:
https://github.com/pcostanza/contextl
License:
MIT

Ebuild Details

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

EAPI=8

inherit common-lisp-3 git-r3

DESCRIPTION="CLOS extension for Context-oriented Programming"
HOMEPAGE="https://github.com/pcostanza/contextl"
EGIT_REPO_URI="https://github.com/pcostanza/${PN}.git"

LICENSE="MIT"
SLOT="0"
IUSE="test"
RESTRICT="!test? ( test )"

RDEPEND="dev-lisp/closer-mop
	dev-lisp/lw-compat"
BDEPEND="dev-lisp/asdf
	test? ( dev-lisp/sbcl:* )"

src_test() {
	pushd test || die "pushd failed"
	./sbcl-runall || die "test failed"
	popd || die "popd failed"
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-lisp/contextl | euse -E <flag> -p dev-lisp/contextl | euse -D <flag> -p dev-lisp/contextl

Global/Standard Flags

Inherited Eclasses

Dependencies

RDEPEND

dev-lisp/closer-mop
	dev-lisp/lw-compat

BDEPEND

dev-lisp/asdf
	test? ( dev-lisp/sbcl:* )