summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/perl-parselex/package.py
blob: ebb7864a4df03ccf86d7146397a0586cd98769b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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 PerlParselex(PerlPackage):
    """Parse::Lex - Generator of lexical analyzers - moving pointer inside text."""

    homepage = "https://metacpan.org/pod/Parse::Lex"
    url = "https://cpan.metacpan.org/authors/id/P/PS/PSCUST/ParseLex-2.21.tar.gz"

    version("2.21", sha256="f55f0a7d1e2a6b806a47840c81c16d505c5c76765cb156e5f5fd703159a4492d")