# -*- 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        fukamachi quri 0.7.0
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-quri
revision            0

checksums           rmd160  c4f71fc49107c1f5c153fb35fb60ffd65628bdc1 \
                    sha256  ad7b231a5862dfe923a6b128ab21e3a24643d88947a7d0a575e93f12ef6d55c4 \
                    size    72686

categories-append   devel
maintainers         nomaintainer
license             BSD

description         Yet another URI library for Common Lisp

long_description    {*}${description}

depends_lib-append  port:cl-alexandria \
                    port:cl-babel \
                    port:cl-prove \
                    port:cl-split-sequence \
                    port:cl-utilities

# See: https://github.com/fukamachi/quri/issues/81
common_lisp.ecl     no
