blob: 46db3e528399c3a84b1edc25be4e66e877bca0bf (
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_=toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd multilib c19072c3cd7ac5cb21de013f7e9832e0 vcs-clean d271b7bc7e6a009758d7d4ef749174e3
_md5_=66560880458b6dc7fa1f78ba5b611df2
|