# -*- 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

github.setup        sharplispers nibbles a46a67736e07b548cdd7485cb36834f7942313f1
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-nibbles
version             20230920
revision            0

checksums           rmd160  ee37b4f50f20eb18611590cd7b0e2a8acc067782 \
                    sha256  1a73b11b0db580ce35021f928023e622b4d731aad705ecfeb77e79032e21cc57 \
                    size    19851

categories-append   devel
maintainers         nomaintainer
license             BSD

description         A Common Lisp library for accessing octet-addressed blocks of data

long_description    {*}${description}

depends_lib-append  port:cl-rt

# See: https://github.com/sharplispers/nibbles/issues/13
common_lisp.clisp   no
