diff options
author | Christopher Christofi <77968333+ChristopherChristofi@users.noreply.github.com> | 2023-12-13 03:08:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-12 20:08:28 -0700 |
commit | c4baf4e19966cb58a265f76c4f229c449b71ae46 (patch) | |
tree | 6aae301254ed4175f1e25d516415173a684d052f /var | |
parent | dd82227ae7faf8568910be235dc7050004d4dfb1 (diff) | |
download | spack-c4baf4e19966cb58a265f76c4f229c449b71ae46.tar.gz spack-c4baf4e19966cb58a265f76c4f229c449b71ae46.tar.bz2 spack-c4baf4e19966cb58a265f76c4f229c449b71ae46.tar.xz spack-c4baf4e19966cb58a265f76c4f229c449b71ae46.zip |
perl-parselex: add new package with version 2.21 (#41626)
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/perl-parselex/package.py | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/perl-parselex/package.py b/var/spack/repos/builtin/packages/perl-parselex/package.py new file mode 100644 index 0000000000..847db51586 --- /dev/null +++ b/var/spack/repos/builtin/packages/perl-parselex/package.py @@ -0,0 +1,15 @@ +# 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 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") |