summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/pcre2/package.py
blob: 855696dbf3baee333dd9cbedaaec2887d50f1ef0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2013-2018 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack import *


class Pcre2(AutotoolsPackage):
    """The PCRE2 package contains Perl Compatible Regular Expression
       libraries. These are useful for implementing regular expression
       pattern matching using the same syntax and semantics as Perl 5."""

    homepage = "http://www.pcre.org"""
    url      = "https://ftp.pcre.org/pub/pcre/pcre2-10.31.tar.bz2"

    version('10.31', 'e0b91c891a3c49050f7fd15de33d0ba4')
    version('10.20', 'dcd027c57ecfdc8a6c3af9d0acf5e3f7')