# -*- 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        Ramarren cl-parser-combinators 9c7569a4f6af5e60c0d3a51d9c15c16d1714c845
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
version             20231023
revision            0

checksums           rmd160  13998e11e047f357da9b99b5e335090896818aee \
                    sha256  f255e77ddc77eea99a9e9607bfa10b6f70620a9c656d49183401f2044f3c98f3 \
                    size    36790

categories-append   www devel
maintainers         nomaintainer
license             BSD

description         An experimental implementation of parser combinators in Common Lisp Resources

long_description    {*}${description}

depends_lib-append  port:cl-alexandria \
                    port:cl-containers \
                    port:cl-hu.dwim.stefil \
                    port:cl-infix \
                    port:cl-iterate \
                    port:cl-ppcre
