mirror of
https://github.com/madler/zlib
synced 2025-03-28 21:13:15 +00:00
10 lines
234 B
Python
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")
|