blob: 07cc7c6622433612964a6b9ef3ffc1a928dbc2bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DEFINED_PHASES=compile configure install prepare
DEPEND=>=dev-lisp/asdf-2.33-r3:=
DESCRIPTION=Common Lisp implementation, derived from Digitool's MCL product
EAPI=8
HOMEPAGE=https://ccl.clozure.com
INHERIT=toolchain-funcs vcs-clean
IUSE=doc
KEYWORDS=-* ~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos
LICENSE=Apache-2.0
RDEPEND=>=dev-lisp/asdf-2.33-r3:=
SLOT=0
SRC_URI=x86? ( https://github.com/Clozure/ccl/releases/download/v1.13/ccl-1.13-linuxx86.tar.gz ) amd64? ( https://github.com/Clozure/ccl/releases/download/v1.13/ccl-1.13-linuxx86.tar.gz ) x64-macos? ( https://github.com/Clozure/ccl/releases/download/v1.13/ccl-1.13-darwinx86.tar.gz ) doc? ( https://ccl.clozure.com/docs/ccl.html )
_eclasses_=multilib b2a329026f2e404e9e371097dda47f96 toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 vcs-clean f5d76e36be67d713022315e10c51bc6c
_md5_=66560880458b6dc7fa1f78ba5b611df2
|