1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
# pcre2 - Perl Compatible Regular Expressions (glib2 dependency) # https://github.com/PCRE2Project/pcre2 # # glib requires libpcre2-8 >= 10.32 and probes for the 16/32-bit-code # variants too (pcre2-16, pcre2-32) even though it only links libpcre2-8 - # build all three widths so no glib feature silently degrades. [package] name = "pcre2" version = "10.47" release = 1 description = "Perl Compatible Regular Expressions library, version 2" url = "https://github.com/PCRE2Project/pcre2" license = "BSD-3-Clause" maintainer = "Chris Tusa <chris.tusa@leafscale.com>" arch = "x86_64" [dependencies] runtime = [] build = [] [[source]] file = "pcre2-10.47.tar.gz" urls = ["https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.47/pcre2-10.47.tar.gz"] checksum = "c08ae2388ef333e8403e670ad70c0a11f1eed021fd88308d7e02f596fcd9dc16" [build] parallel = true