16 lines
527 B
Python
16 lines
527 B
Python
# Copyright 2013-2019 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 import *
|
|
|
|
|
|
class PerlJson(PerlPackage):
|
|
"""JSON (JavaScript Object Notation) encoder/decoder"""
|
|
|
|
homepage = "http://search.cpan.org/~ishigaki/JSON/lib/JSON.pm"
|
|
url = "http://search.cpan.org/CPAN/authors/id/I/IS/ISHIGAKI/JSON-2.97001.tar.gz"
|
|
|
|
version('2.97001', '693d6ff167496362f8ec6c3c5b8ba5ee')
|