summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/cjson/package.py
blob: 937044baa5c470d1cdf4ecce433b2f3346004da1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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 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"

    license("MIT")

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