Files

27 lines
914 B
Tcl
Raw Permalink Normal View History

2023-08-11 00:27:07 +02:00
# -*- 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 github 1.0
PortGroup common_lisp 1.0
2023-12-07 10:05:02 +00:00
github.setup Shinmera array-utils fe76b3b554616e78bf25aec0e53110fb8db38946
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
2023-08-11 00:27:07 +02:00
name cl-array-utils
2023-12-07 10:05:02 +00:00
version 20231201
2023-08-11 00:27:07 +02:00
revision 0
2023-12-07 10:05:02 +00:00
checksums rmd160 5ca50020d42b38e7a222218a66ae2ad4e3e25364 \
sha256 ba6abee03bcb3db08c009c5a7c2ee9063a2b415b6154fe79f63497445941bd3f \
size 9032
2023-08-11 00:27:07 +02:00
categories-append devel
maintainers nomaintainer
2023-08-11 00:27:07 +02:00
license zlib
description A few utilities for working with arrays.
long_description {*}${description}
depends_lib-append port:cl-parachute