# -*- 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        sabracrolleton uax-15 0.1.3 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-uax-15
revision            0

checksums           rmd160  7f8b0d23d5390a444dd2147ae5c68bd68e574794 \
                    sha256  fab8157dde9c3bf428edfe2f71288dc56f17f7e79f65fdeb72f9a49bf8c61bec \
                    size    856637

categories-append   devel
maintainers         nomaintainer
license             MIT

description         Common lisp implementation of unicode normalization functions

long_description    {*}${description}

depends_lib-append  port:cl-parachute \
                    port:cl-ppcre \
                    port:cl-split-sequence
