mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
892 B
Tcl
29 lines
892 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup common_lisp 1.0
|
|
PortGroup gitlab 1.0
|
|
|
|
gitlab.instance https://gitlab.common-lisp.net
|
|
gitlab.setup iterate iterate 1.5.4
|
|
name cl-iterate
|
|
revision 0
|
|
|
|
categories-append devel
|
|
license MIT
|
|
maintainers nomaintainer
|
|
|
|
description ITERATE macro library for Common Lisp
|
|
long_description {*}${description}
|
|
|
|
homepage https://iterate.common-lisp.dev/
|
|
|
|
checksums rmd160 1ceafa4f173bdc14ddd9de741a3b15021a78fef0 \
|
|
sha256 4bf30081578ff4083aea89a1e9625de123fdbcc6941d0b19b70a20bf86b3d689 \
|
|
size 303715
|
|
|
|
depends_lib-append port:cl-rt
|
|
|
|
# Tests are failed on CLisp
|
|
common_lisp.clisp no
|