summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/perl-yaml-libyaml/package.py
blob: 9b2276c4cc3d5cd59dd7f411e14b5020c54ab33d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2013-2024 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 PerlYamlLibyaml(PerlPackage):
    """Perl YAML Serialization using XS and libyaml"""

    homepage = "https://metacpan.org/pod/YAML::LibYAML"
    url = "http://search.cpan.org/CPAN/authors/id/T/TI/TINITA/YAML-LibYAML-0.67.tar.gz"

    license("GPL-1.0-or-later OR Artistic-1.0-Perl")

    version("0.84", sha256="225bcb39be2d5e3d02df7888d5f99fd8712f048ba539b09232ca1481e70bfd05")
    version("0.67", sha256="e65a22abc912a46a10abddf3b88d806757f44f164ab3167c8f0ff6aa30648187")