summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/cjson/package.py
blob: 11a6e1834249ec11e7828bfcd46f340491ec1726 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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 Cjson(CMakePackage):
    """Ultralightweight JSON parser in ANSI C."""

    homepage = "https://github.com/DaveGamble/cJSON"
    git = "https://github.com/DaveGamble/cJSON"
    url = "https://github.com/DaveGamble/cJSON/archive/refs/tags/v1.7.15.zip"

    version("1.7.15", sha256="c55519316d940757ef93a779f1db1ca809dbf979c551861f339d35aaea1c907c")