blob: 1068f99ddcdd94b59630ba2751c006d64c5f1d94 [file]
"""
Module: cjson
Purpose: Provides the cjson library compileable as a Bazel target. Includes general and unity tests through Bazel
Note: cjson_utils target is also available
"""
module(
name = "cjson",
version = "1.7.19-0.20240923110858-12c4bf1986c2.bcr.2",
compatibility_level = 1,
)
bazel_dep(name = "rules_cc", version = "0.1.1")
bazel_dep(name = "platforms", version = "0.0.11")