blob: 0319fe860cec09f60c86f01573a38cd91ec0f717 [file] [log] [blame]
"""
Module: ujson4c
Purpose: Provides the ujson4c library compileable as a Bazel target. Includes tests through Bazel
"""
module(
name = "ujson4c",
version = "0.0.0-20140408072550-e14f3fd5207f",
compatibility_level = 1,
)
bazel_dep(name = "rules_cc", version = "0.1.1")
bazel_dep(name = "platforms", version = "0.0.11")