# -*- 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 plump 9aba6a59596f82e61688f0f937cfac5bfa666c43
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-plump
version             20230825
revision            0

checksums           rmd160  78ecc8dd9f1cdcf14345e7471b3423409fac74b4 \
                    sha256  b46ca0d3aa7d5674a4de30a7c1487b1cbc487aab8a463248a2f1875f6a8271d1 \
                    size    52063

categories-append   devel
maintainers         nomaintainer
license             zlib

description         An XML / XHTML / HTML parser that aims to be as lenient as possible.

long_description    {*}${description}

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