0
0
mirror of https://github.com/madler/zlib.git synced 2026-01-18 17:11:27 +01:00
Files
zlib/MODULE.bazel
2025-01-21 23:29:35 -05:00

10 lines
234 B
Python

module(
name = "zlib",
version = "0.0.0",
compatibility_level = 1,
)
bazel_dep(name = "platforms", version = "0.0.10")
bazel_dep(name = "rules_cc", version = "0.0.16")
bazel_dep(name = "rules_license", version = "1.0.0")