summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/perl-xml-regexp/package.py
blob: 1a7ad14196621dd1c5b78b998320fb64bf5a195b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2013-2020 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 PerlXmlRegexp(PerlPackage):
    """This package contains regular expressions for the following XML tokens:
        BaseChar, Ideographic, Letter, Digit, Extender, CombiningChar,
        NameChar, EntityRef, CharRef, Reference, Name, NmToken, and
        AttValue."""

    homepage = "https://metacpan.org/pod/XML::RegExp"
    url      = "https://cpan.metacpan.org/authors/id/T/TJ/TJMATHER/XML-RegExp-0.04.tar.gz"

    version('0.04', sha256='df1990096036085c8e2d45904fe180f82bfed40f1a7e05243f334ea10090fc54')