# -*- 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           nim 1.0

nim.setup           github nitely nim-regex 0.26.3 v
revision            0
categories-append   devel textproc
license             MIT
maintainers         nomaintainer

description         Pure-Nim regular expression library
long_description    ${name} is a pure Nim implementation of regular expressions, \
                    providing full Unicode support and modern regex features. \
                    It supports PCRE-style syntax, lookaheads, lookbehinds, \
                    captures and more. Unlike the stdlib re module which wraps \
                    PCRE, this is a native Nim implementation with no C dependencies.

checksums           rmd160  8e2e2e3ba5fbabd338fac51fc1cf3a812068a412 \
                    sha256  f237ca8e162cd203c5530f0ca05c0dc3b00288ee190d8ad8efba45cd51a2d4d6 \
                    size    2395302

depends_lib-append  port:nim-unicodedb
