# -*- 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        Shinmera clss c51e25d2ea35618a18fb234f724b13dae5550728
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-clss
version             20230703
revision            0

checksums           rmd160  45bf5debe16ac8a7f488c55657054844cfe99de1 \
                    sha256  e4120ae422a4f71f666019a3d7d4b8370b1586db665728447431eeff0b03ae48 \
                    size    21810

categories-append   devel
maintainers         nomaintainer
license             zlib

description         A DOM tree searching engine based on CSS selectors.

long_description    {*}${description}

depends_lib-append  port:cl-array-utils \
                    port:cl-plump
