mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
1.0 KiB
Tcl
30 lines
1.0 KiB
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 AccelerationNet access a4f87fc1007f5c9a0a2abfddc1c23a77e87096f8
|
|
name cl-access
|
|
version 20240307
|
|
revision 0
|
|
|
|
checksums rmd160 b99e26bc393a84ebd1f2f1c9bc0757c46ea5f1eb \
|
|
sha256 d0595cdfeb3367da11ae582cd44aef0d279d71ca369f0d88dda04fd1b903e341 \
|
|
size 15201
|
|
github.tarball_from archive
|
|
|
|
categories-append www devel
|
|
maintainers nomaintainer
|
|
license BSD
|
|
|
|
description A common lisp library to unify access \
|
|
to common dictionary-like data-structures
|
|
long_description {*}${description}
|
|
|
|
depends_lib-append port:cl-alexandria \
|
|
port:cl-closer-mop \
|
|
port:cl-iterate \
|
|
port:cl-lisp-unit2 \
|
|
port:cl-ppcre
|