summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/perl-xml-xpathengine/package.py
blob: 70f06dd34c25b45a4fad012e059a15517bc1b814 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 2013-2022 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.package import *


class PerlXmlXpathengine(PerlPackage):
    """This module provides an XPath engine, that can be re-used by other
    module/classes that implement trees."""

    homepage = "https://metacpan.org/pod/XML::XPathEngine"
    url      = "https://cpan.metacpan.org/authors/id/M/MI/MIROD/XML-XPathEngine-0.14.tar.gz"

    version('0.14', sha256='d2fe7bcbbd0beba1444f4a733401e7b8aa5282fad4266d42735dd74582b2e264')