mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
970 B
Tcl
32 lines
970 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 github 1.0
|
|
|
|
github.setup sionescu static-vectors 1.9.3 v
|
|
name cl-static-vectors
|
|
epoch 1
|
|
revision 0
|
|
|
|
checksums rmd160 be3b0daf5daa4740a9d7ff0884254628bf6cdfb1 \
|
|
sha256 dc4e20ccd93c4c4651b9ce23d31bf35652bbd9c8c01d6b62c0ca328235120e6b \
|
|
size 8401
|
|
github.tarball_from archive
|
|
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license MIT
|
|
|
|
description Allocate SIMPLE-ARRAYs in static memory
|
|
long_description {*}${description}
|
|
|
|
depends_lib-append port:cl-alexandria \
|
|
port:cl-cffi \
|
|
port:cl-fiveam
|
|
|
|
common_lisp.ffi yes
|
|
|
|
# static vectors doesn't support CLisp
|
|
common_lisp.clisp no
|