summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/perl-libxml-perl/package.py
blob: 0a28125d1a69528b3a9dfac626d4721b77ec9ab3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2013-2023 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 PerlLibxmlPerl(PerlPackage):
    """libxml-perl is a collection of smaller Perl modules, scripts, and
    documents for working with XML in Perl.  libxml-perl software works in
    combination with XML::Parser, PerlSAX, XML::DOM, XML::Grove and others."""

    homepage = "https://metacpan.org/release/libxml-perl"
    url = "https://cpan.metacpan.org/authors/id/K/KM/KMACLEOD/libxml-perl-0.08.tar.gz"

    version("0.08", sha256="4571059b7b5d48b7ce52b01389e95d798bf5cf2020523c153ff27b498153c9cb")