blob: 054b06d15592ae36cbc619c21a8d3513144d6947 [file]
module(
name = "clickhouse-cpp",
version = "2.6.1",
# Overlay-only modules must declare a Bazel floor; >=7.2.1 is the
# minimum required by the BCR for overlay-based source archives.
bazel_compatibility = [">=7.2.1"],
)
# Pinned to 20260107.1, the last version that declares
# `compatibility_level = 1`, so that the module remains importable on
# Bazel < 9.1 whose bazel_tools also depends on a level-1 abseil-cpp.
# See PR discussion; the attribute is a no-op from Bazel 9.1.0 onwards.
bazel_dep(name = "abseil-cpp", version = "20260107.1")
bazel_dep(name = "bazel_skylib", version = "1.9.0")
bazel_dep(name = "boringssl", version = "0.20260526.0")
bazel_dep(name = "lz4", version = "1.10.0.bcr.1")
bazel_dep(name = "openssl", version = "3.5.5.bcr.4")
bazel_dep(name = "platforms", version = "1.1.0")
bazel_dep(name = "rules_cc", version = "0.2.19")
bazel_dep(name = "zstd", version = "1.5.7.bcr.1")