summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/perl-text-nsp/package.py
blob: cfbb431ac779d07b7342aec41b900eed937dbe4c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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 PerlTextNsp(PerlPackage):
    """
    The Ngram Statistics Package (NSP) is a suite of programs that aids in
    analyzing Ngrams in text files.
    """

    homepage = "https://metacpan.org/dist/Text-NSP"
    url = "https://cpan.metacpan.org/authors/id/T/TP/TPEDERSE/Text-NSP-1.31.tar.gz"

    maintainers("snehring")

    license("GPL-2.0-only")

    version("1.31", sha256="a01201beb29636b3e41ecda2a6cf6522fd265416bd6d994fad02f59fb49cf595")
    version("1.29", sha256="26610cc17ddc3a9a239ffd100bbcf42618e2577ab4b051de4c262f2082afd27e")